- 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 11 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
-
Jason Swails authored
Also fixes the test case. Everything should pass now.
-
Jason Swails authored
Reduces time taken from 15.7 seconds (last commit) to 2.2 seconds by avoiding Quantity comparisons altogether.
-
Jason Swails authored
The old approach iterated through the entire periodic table by atomic number and subtracted the provided mass by the element's mass and kept track of the smallest difference. The new approach steps through the elements in order of atomic number and bails once it hits an element with a higher mass than the target mass (assuming masses are monotonically increasing). On my desktop, processing 4TVP-dmj_wat-ion.psf dropped from 297 s to 15.4 s. But 15.4 s is still a bit too long...
-
Jason Swails authored
-
peastman authored
Fix SWIG 3 support for the Python wrappers.
-
Jason Swails authored
See swig/swig#387 for a discussion. It would actually be nice to *not* set the "compactdefaultargs" feature globally, since that would allow us to actually see the real API at the Python level the same as you would see by looking at the C++ header files. But this is the only way to support both SWIG 2 and SWIG 3 easily and avoid a lot of retooling for the SWIG input code generator.
-
- 20 Apr, 2015 1 commit
-
-
Jason Swails authored
-