- 16 Apr, 2014 5 commits
-
-
Jason Swails authored
-
Jason Swails authored
ERROR: Test that altering the mass of hydrogens works correctly. ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/travis/build/SimTk/openmm/python/tests/TestCharmmFiles.py", line 91, in test_HydrogenMass topology = self.psf_v.topology File "/usr/local/lib/python2.7/dist-packages/simtk/openmm/app/charmmpsffile.py", line 777, in topology masselem = Element.getByMass(mass) NameError: global name 'Element' is not defined -
Jason Swails authored
-
Jason Swails authored
pickleability.
-
Jason Swails authored
- Add a docstring to element.Element.getByMass describing what it does - Add a new element virtualsite with atomic number 0 (and alias it to extrapoint and lonepair)
-
- 15 Apr, 2014 7 commits
-
-
Jason Swails authored
constructor _should_ be able to take all of files in the CHARMM parameter set distribution and correctly determine file type from just the name and/or filename extension.
-
Jason Swails authored
-
Jason Swails authored
-
Jason Swails authored
-
Jason Swails authored
-
Jason Swails authored
-
Jason Swails authored
-
- 14 Apr, 2014 1 commit
-
-
Jason Swails authored
-
- 12 Apr, 2014 2 commits
-
-
-
Jason Swails authored
parameters to a ProteinStructure before calling createSystem.
-
- 11 Apr, 2014 4 commits
- 10 Apr, 2014 7 commits
-
-
Jason Swails authored
really used CMake in-depth before). Hopefully this fixes the Travis-CI build failures.
-
Jason Swails authored
-
Jason Swails authored
(again, code pulled from ParmEd) and update the tests to include this.
-
Jason Swails authored
-
Jason Swails authored
pick up some bugs that were not caught in my initial test following the port from ParmEd. All 4 tests pass right now, although no periodic systems are being tested. Currently CHARMM, XPLOR, and VMD tests are all being run (for the same ala-3 system). Disable implicit solvent tests, since there is no robust radii assignment routine yet (the radii are stored in the Amber topology file). I will port my assignment routine from ParmEd here shortly and then re-enable the GB tests.
-
-
peastman authored
-
- 09 Apr, 2014 14 commits
-
-
peastman authored
Make element basically immutable
-
Jason Swails authored
correct list of modules (the existing list was for the ParmEd implementation which separated out the OpenMM integration so not having it was not fatal).
-
Jason Swails authored
Add a test case and example for running with CHARMM files.
-
Jason Swails authored
-
Jason Swails authored
-
Jason Swails authored
-
Jason Swails authored
-
Jason Swails authored
Currently gives exactly the same energy as the same files passed through chamber (which, in turn, was validated to machine precision against CHARMM itself).
-
peastman authored
Disable OpenCL platform on known-buggy macs
-
peastman authored
units on getPMEParameters
-
peastman authored
Change API reference links to 6.0
-
Robert McGibbon authored
-
Robert McGibbon authored
-
Robert McGibbon authored
-