- 01 Nov, 2013 1 commit
-
-
peastman authored
-
- 30 Oct, 2013 5 commits
- 29 Oct, 2013 6 commits
-
-
peastman authored
-
peastman authored
-
peastman authored
typo
-
Robert McGibbon authored
-
peastman authored
Fix for PR #149
-
Robert McGibbon authored
-
- 28 Oct, 2013 1 commit
-
-
peastman authored
#define FLEXBILE by default in gromacstopfile
-
- 26 Oct, 2013 1 commit
-
-
Robert McGibbon authored
-
- 25 Oct, 2013 3 commits
- 24 Oct, 2013 4 commits
- 23 Oct, 2013 6 commits
- 22 Oct, 2013 1 commit
-
-
peastman authored
-
- 21 Oct, 2013 1 commit
-
-
peastman authored
-
- 19 Oct, 2013 2 commits
-
-
Jason Swails authored
-
Jason Swails authored
computed with OpenMM matches that computed with Amber for the new model as well as the existing models do (see table below). GBn2 is a much better GB model than either the OBC models or the original GB neck by all indications... This commit also does a few other things: - Made the necessary changes to allow users to select GBn2 as the implicitSolvent model in AmberPrmtop.createSystem() - Since AmberTools 12, Amber topology files have been written out with a ATOMIC_NUMBER section. When available, use this data to initialize element information in the Topology object generated by AmberPrmtopFile (when not available, try to determine elements from the atom name). - GB parameters for GBn (and the new GBn2) should be determined based on the type of element. While this was approximated using the atom name, the better approach (and the one used in Amber since the addition of ATOMIC_NUMBER to the topology file) is to set the screening parameters from the element information. [1] H. Nguyen, et al., J. Chem. Theory Comput. 9 (4) pp. 2020 - 2034 I also checked all of the GB model energies computed via OpenMM with those computed via Amber, keeping all settings the same (I disabled the surface area component in OpenMM and set rgbmax=cut=1000 in Amber, used full double precision/CUDA in OpenMM, and used no constraints). (all energies are kcal/mol) | OpenMM | Amber -------------------------------------- HCT (igb=1) | -2284.0383 | -2283.9012 OBC1 (igb=2) | -2334.0054 | -2333.8666 OBC2 (igb=5) | -2220.8282 | -2220.6934 GBn (igb=7)* | -2155.8072 | -2155.6449 GBn2 (igb=8) | -2228.1681 | -2227.9147 <-- new *Energies do not match OpenMM 5.2 due to bug fix in commit f7b98d01
-
- 18 Oct, 2013 4 commits
-
-
peastman authored
Support gzip and bzip2 compression for StateDataReporter (based on filename extension) and other small fixes
-
Jason Swails authored
-
Jason Swails authored
Fix small bug in internal/pdbstructure.py.
-
Jason Swails authored
extension). Users were already able to pass gzip.GzipFile objects and StateDataReporter would write compressed data. bz2.BZ2File objects also worked after I removed the self._out.flush() calls.
-
- 17 Oct, 2013 5 commits