Releases: choderalab/openmmtools
Releases · choderalab/openmmtools
0.14.0 - Exact treatment of alchemical PME electrostatics, water cluster test system, optimizations
0.14.0 - Exact treatment of alchemical PME electrostatics, water cluster test system, optimizations
Pre-release
Pre-release
New features
- Add a
WaterClustertestsystem (#322) - Add exact treatment of PME electrostatics in
alchemy.AbsoluteAlchemicalFactory. (#320) - Add method in
ThermodynamicStatefor the efficient computation of the reduced potential at a list of states. (#320)
Enhancements
- When a
SamplerStateis applied to manyContexts, the units are stripped only once for optimization. (#320)
Bug fixes
- Copy thermodynamic state on compound state initialization. (#320)
0.13.4 - Barostat/External Force Bugfix, Restart Robustness
Bug fixes
- Fixed implementation bug where
CustomExternalForcerestraining atoms to absolute coordinates caused an issue when a Barostat was used (#310)
Enhancements
- MCMC Integrators now attempt to re-initialize the
Contextobject on the last restart attempt when NaN's are encountered. This has internally been shown to correct some instances where normally resetting positions does not work around the NaN's. This is a slow step relative to just resetting positions, but better than simulation crashing.
0.13.3 - Critical Bugfix to SamplerState Context Manipulation
Critical Fixes
- SamplerState.apply_to_context() applies box vectors before positions are set to prevent a bug on non-Reference OpenMM Platforms which can re-order system atoms and sample the wrong distribution. (#305)
Additional Fixes
0.13.2 - SamplerState Slicing and BitWise And/Or Ops
0.13.1 - Bugfix release
OpenMMTools 0.13.0
This release includes the following features:
- Storage Interface module with automatic disk IO handling
- Option for shifted or switched Reaction Field
- LangevinSplittingDynamic MCMC move with specifiable sub step ordering
- Nose-Hoover Chain Thermostat
Bugs fixed in this release
- Many doc string cleanups
- Tests are based on released versions of OpenMM
- Tests also compare against development OpenMM, but do not fail because of it
- Fixed bug in Harmonic Oscillator tests' error calculation
- Default collision rate in Langevin Integrators now matches docs
0.12.1 - Add virtual sites support in alchemy
0.12.0 - GB support in alchemy and new forces module
New features:
- Add
AbsoluteAlchemicalFactorysupport for all GB models (#250) - Added
forcesandforcefactoriesmodules implementingUnishiftedReactionFieldForceandreplace_reaction_fieldrespectively. The latter has been moved fromAbsoluteAlchemicalFactory(#253) - Add
restrain_atomsto restrain molecule conformation through an harmonic restrain (#255)
Bugfixes:
Hotfix 0.11.2
Hotfix in fringe Python2/3 compatibility issue when using old style serialization systems in Python 2