Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 226 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 226 Bytes

brownian

Simple brownian dynamics integrator used for some personal projects.

Includes a number of C++ classes exported to Python via pybind11 for scripting. One can define a new potential by subclassing the Potential ABC.