UWPRG / plumitas

A Python package to improve the accessibility and reproducibility of enhanced sampling simulations
MIT License
14 stars 8 forks source link

Calculate frame weights #13

Closed anotherjoshsmith closed 6 years ago

anotherjoshsmith commented 6 years ago

Added reweighting methods for PBMetaD and MetaD. This PR should close #2. Torrie-Valleau can now be performed directly from HILLS and COLVAR files, without using mdrun rerun in GROMACS to get a quasi-static bias. I haven't really optimized these methods, but doing this in python is already way faster than using GROMACS (~1 min vs. a couple hours for a large PBMetaD with multiple walkers project).

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 36


Files with Coverage Reduction New Missed Lines %
/home/travis/build/UWPRG/plumitas/plumitas/core.py 152 22.64%
<!-- Total: 152 -->
Totals Coverage Status
Change from base Build 34: -27.4%
Covered Lines: 170
Relevant Lines: 337

💛 - Coveralls
anotherjoshsmith commented 6 years ago

Planning to make sweeping changes to organization and testing on my next PR. Accepting drop in coverage for the time being, since the changes will invalidate all of the current tests.