Skip to content

pdebuyl/skl1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skl1

Tentative "scikit Langevin" module.

Aims

  1. Provide a modular solver for Langevin equations of the type dx/dt = v, dv/dt = -gamma v + force + noise or similar overdamped systems.
  2. Accept user-defined functions for the forces, either in Python or in Cython.

Installation

Dependencies: Python, NumPy, Cython, threefry.

pip3 install git+https://github.com/pdebuyl/skl1

or

python3 -m pip install git+https://github.com/pdebuyl/skl1

Releases

No releases published

Packages

No packages published

Languages