/bdld

Simulation algorithm for Langevin dynamics with additional birth/death steps

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

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.