Skip to content

Python package that automatically detects and analyzes reactions in molecular dynamics trajectories.

License

Notifications You must be signed in to change notification settings

ldgibson/mdstates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

308 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mdstates

Build Status Coverage Status

MD-States is a python package for the analysis and visualization of networks (e.g. chemical reaction networks) from molecular dynamics (MD) trajectories based on the work done by Wang et al. (doi: 10.1021/acs.jctc.5b00830). This package is developed and maintained by members of the Pfaendtner Research Group in the Department of Chemical Engineering at the University of Washington in Seattle.

Documentation coming soon.

Python Dependencies

  • python (>=3.6)
  • mdtraj (>=1.9.1)
  • rdkit (>=2017.09.3)
  • networkx (>=2.1)
  • graphviz (>=2.38)
  • pygraphviz (>=1.4rc1)
  • aggdraw (>=1.3.4.dev0)

Installation

$ git clone https://github.com/ldgibson/mdstates.git
$ cd mdstates
$ conda env create  # Make sure the 'environment.yml' is present.
$ source activate mdstates
$ python setup.py install

About

Python package that automatically detects and analyzes reactions in molecular dynamics trajectories.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published