Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.
/ PyEMMA Public archive

๐Ÿš‚ Python API for Emma's Markov Model Algorithms ๐Ÿš‚

License

Notifications You must be signed in to change notification settings

markovmodel/PyEMMA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

71083d7 ยท Feb 24, 2016
Feb 22, 2016
Dec 1, 2015
Feb 24, 2016
Feb 18, 2016
Feb 23, 2015
Jul 9, 2015
Aug 12, 2015
Feb 9, 2015
Jan 26, 2015
Apr 11, 2015
Jan 12, 2016
Aug 31, 2015
Jul 27, 2015
Feb 18, 2016
Apr 13, 2015
Jan 28, 2016
Aug 30, 2015
Aug 26, 2015
Feb 19, 2016
Aug 30, 2015
Oct 7, 2014
Jun 15, 2015

Repository files navigation

EMMA (Emma's Markov Model Algorithms)

https://travis-ci.org/markovmodel/PyEMMA.svg?branch=devel https://coveralls.io/repos/markovmodel/PyEMMA/badge.svg?branch=devel

What is it?

PyEMMA (EMMA = Emma's Markov Model Algorithms) is an open source Python/C package for analysis of extensive molecular dynamics simulations. In particular, it includes algorithms for estimation, validation and analysis of:

  • Clustering and Featurization
  • Markov state models (MSMs)
  • Hidden Markov models (HMMs)
  • multi-ensemble Markov models (MEMMs)
  • Time-lagged independent component analysis (TICA)
  • Transition Path Theory (TPT)

PyEMMA can be used from Jupyther (former IPython, recommended), or by writing Python scripts. The docs, can be found at http://pyemma.org.

Citation

If you use PyEMMA in scientific work, please cite:

M. K. Scherer, B. Trendelkamp-Schroer, F. Paul, G. Pรฉrez-Hernรกndez, M. Hoffmann, N. Plattner, C. Wehmeyer, J.-H. Prinz and F. Noรฉ: PyEMMA 2: A Software Package for Estimation, Validation, and Analysis of Markov Models,

  1. Chem. Theory Comput. 11, 5525-5542 (2015)

Installation

With pip:

pip install pyemma

with conda:

conda install -c omnia pyemma

or install latest devel branch with pip:

pip install git+https://github.com/markovmodel/PyEMMA.git@devel

For a complete guide to installation, please have a look at the version online or offline in file doc/source/INSTALL.rst

To build the documentation offline you should install the requirements with:

pip install -r requirements-build-doc.txt

Then build with make:

cd doc; make html

Support and development

For bug reports/sugguestions/complains please file an issue on GitHub.

Or start a discussion on our mailing list: pyemma-users@lists.fu-berlin.de

External Libraries