Tentative "scikit Langevin" module.
- Provide a modular solver for Langevin equations of the type
dx/dt = v
,dv/dt = -gamma v + force + noise
or similar overdamped systems. - Accept user-defined functions for the forces, either in Python or in Cython.
Dependencies: Python, NumPy, Cython, threefry.
pip3 install git+https://github.com/pdebuyl/skl1
or
python3 -m pip install git+https://github.com/pdebuyl/skl1