python
3 withnumpy
,scipy
,matplotlib
,pandas
andcffi
modules installed- Jupyter
- SFML
- Compile the simulation core and the CFFI module with
make brownian-motion-pysimul
(with SFML) ormake brownian-motion-pysimul-headless
(without display) - Run simulation with the Jupyter notebook
main.ipynb
- Compile the simulation core and the CFFI module with
make langevin-survival-pysimul
after adjusting the various flags inlangevin-survival.cpp
- For computing the survival probabilities, run the simulation with one of the Jupyter notebook in
langevin-survival/
- For computing the MFPT, run the simulation with
langevin-mfpt/langevin-ft-automated.ipynb