"platforms/vscode:/vscode.git/clone" did not exist on "1d0193eb7f1969ad7610e6d223570e6ef37622ba"
- 28 May, 2014 2 commits
-
-
Jason Swails authored
-
Jason Swails authored
-
- 27 May, 2014 3 commits
-
-
Jason Swails authored
element.
-
Jason Swails authored
fix the remaining CI issues. Also make sure .ncrst files are copied over in the test directory.
-
Jason Swails authored
-
- 22 May, 2014 1 commit
-
-
Jason Swails authored
-
- 21 May, 2014 5 commits
-
-
Jason Swails authored
and angles makes numbers exactly 0 that _should_ be zero (but aren't due to precision and round-off issues). Now the box vector code in the prmtop file is fully general for every type of box that Amber supports.
-
Jason Swails authored
Again, this will need to be done in the future anyway for general triclinic support.
-
Jason Swails authored
-
Jason Swails authored
-
Jason Swails authored
- existence of velocities and box vectors is auto-detected, so loadVelocities and loadBoxVectors are unnecessary - recognizes NetCDF-format Amber restart files (which can be written by tleap, sander, pmemd, and cpptraj). - Restart files coordinate/velocity/box fields have a hard width of 12 characters and does not ensure that fields are whitespace delimited. This commit will correctly parse (valid) Amber restart files in which a particular coordinate is <= -100 A or >= 1000 A (not uncommon for restart files from sander/pmemd). - File format (ASCII vs. NetCDF) is auto-detected. I deprecated the loadVelocities and loadBoxVectors arguments, since the behavior does not change (and is correct) whether these variables are set or not. A DeprecationWarning is emitted if users specify these variables.
-
- 16 May, 2014 1 commit
-
-
Peter Eastman authored
-
- 14 May, 2014 1 commit
-
-
Peter Eastman authored
-
- 12 May, 2014 1 commit
-
-
Matthew Harrigan authored
-
- 10 May, 2014 1 commit
-
-
Kyle Beauchamp authored
-
- 08 May, 2014 2 commits
-
-
peastman authored
-
Peter Eastman authored
-
- 30 Apr, 2014 1 commit
-
-
peastman authored
-
- 24 Apr, 2014 1 commit
-
-
peastman authored
-
- 21 Apr, 2014 1 commit
-
-
Jason Swails authored
-
- 20 Apr, 2014 5 commits
-
-
Jason Swails authored
-
Jason Swails authored
the file name (not the path) for "top" and "par" to determine file type. Often enough, these files are stored in a "toppar" directory, so all of them will be interpreted as RTF files.
-
Jason Swails authored
correction maps in their calculations.
-
Jason Swails authored
-
Jason Swails authored
-
- 19 Apr, 2014 2 commits
-
-
Jason Swails authored
patched up by me).
-
Jason Swails authored
boxVectors directly (which is how you would do it if you set up a PDB with a CRYST1 record, for instance).
-
- 18 Apr, 2014 4 commits
-
-
Jason Swails authored
-
Jason Swails authored
My test with a periodic system now works, but the interface to adding box vectors should be improved.
-
Jason Swails authored
-
Jason Swails authored
Traceback (most recent call last): File "/path/to/python/tests/TestCharmmFiles.py", line 91, in test_HydrogenMass topology = self.psf_v.topology File "/path/to/lib/python2.7/site-packages/simtk/openmm/app/charmmpsffile.py", line 782, in topology topology.addAtom(atom.name, elem, residue) UnboundLocalError: local variable 'elem' referenced before assignment
-
- 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 4 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
-