- 18 May, 2015 1 commit
-
-
Jason Swails authored
Gromacs uses the preprocessor to replace previously #define'd tokens in strings. This is used, for instance, to override certain parameters without having to introduce new file types. This is how Gromacs implemented ff99SB-ILDN (i.e., by simply replacing the chi torsion for isoleucine, leucine, aspartate, and asparagine with a define token). So OpenMM *was* missing some in-line parameters that were defined. The immediate consequence I see is that whenever someone tried to run ff99SB-ILDN with OpenMM, what they were *really* getting was ff99SB. Not sure where else, if anywhere, this kind of thing was happening.
-
- 15 May, 2015 4 commits
- 14 May, 2015 2 commits
- 13 May, 2015 2 commits
- 12 May, 2015 2 commits
-
-
peastman authored
Update setup.py
-
Robert T. McGibbon authored
-
- 11 May, 2015 2 commits
- 06 May, 2015 6 commits
- 05 May, 2015 5 commits
- 04 May, 2015 5 commits
- 02 May, 2015 2 commits
-
-
Jason Swails authored
-
Jason Swails authored
Prints out a more helpful error message than a weird regex-based missing "groups" attribute on NoneType.
-
- 01 May, 2015 4 commits
- 22 Apr, 2015 5 commits
-
-
peastman authored
Improve CHARMM parsing when resnums have inscodes
-
peastman authored
Fixed bug in CustomIntegrator
-
Jason Swails authored
This also removes assert statements, since those can't be relied upon to *not* be optimized away -- they should never be used to check user input sanity.
-
Peter Eastman authored
-
Jason Swails authored
Masses do not increase monotonically with atomic number
-