valsson-group / bdld

Simulation algorithm for Langevin dynamics with additional birth/death steps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simulation algorithm for Langevin dynamics with additional birth/death steps

License:GNU Lesser General Public License v3.0


Languages

Language:Python 99.3%Language:Makefile 0.7%