daviddesancho / AdaptiveMasterMSM

Adaptive sampling implementation interacting with MasterMSM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AdaptiveMasterMSM

AdaptiveMasterMSM is a Python package for doing adaptive sampling by employing Markov State Models (MSM) interacting with MasterMSM software and molecular dynamics simulations through GROMACS. This package will allow you to:

  • Do adaptive sampling simulations

  • Employ different scoring functions: 'counts' and 'probabilities'

  • User MasterMSM for the MSM analysis, based on the master equation

You can read the documentation here.

Contributors

This code has been written by David De Sancho and Ion Mitxelena.

Installation

git clone http://github.com/BioKT/AdaptiveMasterMSM destination/AdaptiveMasterMSM
cd destination/AdaptiveMasterMSM
python setup.py install --user

External libraries

mdtraj : https://mdtraj.org
MasterMSM: https://github.com/BioKT/MasterMSM
GROMACS: http://www.gromacs.org

About

Adaptive sampling implementation interacting with MasterMSM

License:GNU General Public License v2.0


Languages

Language:Python 100.0%