choderalab / openmmmcmc

A general Markov chain Monte Carlo framework for OpenMM.
MIT License
3 stars 4 forks source link

Build Status

OpenMM MCMC

A general Markov chain Monte Carlo framework for OpenMM.

WARNING: This is a work in progress. These functionalities will be moved shortly to the more comprehensive package OpenMMTools.

Installation

From source

python setup.py install

With conda

conda install -c omnia openmmmcmc-dev

States

Classes to cache a maintain a consistent state of the simulation.

Monte Carlo moves

An implementation of an MCMCMove encodes how to propagate an OpenMM System to generate a new sample. Different MCMCMoves can be combined for more advanced schemes.