-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding Simulation and MultistateSimulation reporter (#18)
* Add MBAREstimator class and MultistateReporter class * Add MBAR class and update free energy estimators * Update LangevinIntegrator class in integrators.py * Update MCMCMove and LangevinDynamicsMove constructors * Fix MBAREstimator initialization in MultiStateSampler * Refactor reporters and tests * Add new reporters and update tests * Wrap and rebuild neighborlist in LangevinIntegrator * Refactor code to transpose u_kn array in MultiStateSampler and _SimulationReporter * Refactor _SimulationReporter class to improve code readability and maintainability * Refactor code and add random seed functionality * Fix reporter visibility and add test for multistate reporter
- Loading branch information
Showing
20 changed files
with
1,151 additions
and
503 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.