Note
This is the code for the paper Receptors cluster in high-curvature membrane regions for optimal spatial gradient sensing.
Create a virtual enviorment and install the required packages using the following commands:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Note that the requirements.txt contain the cuda12 version of JAX.
To run the code, use the following command:
python cramer.py
and to visualize the results, use the following command:
python visual.py
MIT License