python3 withnumpy,scipy,matplotlib,pandasandcffimodules 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-pysimulafter 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