Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 909 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 909 Bytes

Simple langevin dynamics with additional birth-death processes

v0.3.1: DOI

Associated paper: Sampling Rare Event Energy Landscapes via Birth-Death Augmented Dynamics (currently under review at PRE, link to arXiv version)

Quickstart:

Download one of the package archives under dist/ and install it e.g. with pip install

You can then execute the program with python -m bdld your_input_file

Other methods of installation / execution and documentation of the input options can be found in the documentation.

To create it, run make docs-html, then take a look at docs/_build/index.html.

Alternatively, there is a compiled version https://bpampel.github.io/bdld/index.html on github pages.