This is an older version of the msm_we
repository and may contain functionality-breaking bugs. Please download/use/peruse the following repository instead: https://github.com/westpa/msm_we.
-- Nov 18, 2024
Code for Markov state modeling of weighted ensemble trajectories.
- Authors: John Russo, Jeremy Copperman
- Free software: MIT license
- Documentation: https://jdrusso.github.io/msm_we/ .
- Compute a history-augmented Markov state model from WESTPA weighted ensemble data
- Estimate steady-state distributions
- Estimate flux profiles
- Estimate committors
- Sometimes, on Python3.7 (and maybe below) the subprocess calls will fail. This may manifest as a silent failure,
followed by hanging (which is very fun to debug!) To fix this, upgrade to Python 3.8+.
- Provide option for user to override
dimReduce()
in case they want to do something other than PCA/VAMP - Add TICA option to
dimReduce()
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.