"...ssh:/git@developer.sourcefind.cn:2222/tsoc/openmm.git" did not exist on "6185317a523e44c96a6c88be5ed521a31dd0b541"
- 11 Feb, 2015 1 commit
-
-
Jason Swails authored
to support triclinic cells. Also extend unitcell.computePeriodicBoxVectors to take Quantity inputs rather than *just* scalars assumed to be nanometers.
-
- 10 Feb, 2015 2 commits
-
-
Peter Eastman authored
-
Peter Eastman authored
-
- 09 Feb, 2015 2 commits
-
-
Peter Eastman authored
-
Jason Swails authored
now that triclinics are supported this is important).
-
- 08 Feb, 2015 1 commit
-
-
Jason Swails authored
Update the Python application layer to use both force constants when building the AmoebaStretchBendForce.
-
- 07 Feb, 2015 1 commit
-
-
Peter Eastman authored
-
- 02 Feb, 2015 2 commits
-
-
Jason Swails authored
-
Jason Swails authored
between 1 and 2 Angstroms, or they fall outside the bounds of the neck lookup tables. At least on my Mac, this results in a C++ exception that does not get translated into a Python exception (i.e., it is not catchable and crashes the application)
-
- 18 Jan, 2015 1 commit
-
-
Jason Swails authored
-
- 15 Jan, 2015 1 commit
-
-
Robert McGibbon authored
-
- 14 Jan, 2015 1 commit
-
-
Robert McGibbon authored
-
- 13 Jan, 2015 1 commit
-
-
Robert T. McGibbon authored
-
- 12 Jan, 2015 1 commit
-
-
Robert McGibbon authored
-
- 03 Jan, 2015 1 commit
-
-
Jason Swails authored
topology file with the Amber file parsers. These do *not* currently work for creating a system.
-
- 26 Dec, 2014 1 commit
-
-
Jason Swails authored
-
- 08 Dec, 2014 1 commit
-
-
Jason Swails authored
are NOT numpy arrays.
-
- 06 Dec, 2014 1 commit
-
-
Jason Swails authored
-
- 19 Nov, 2014 5 commits
-
-
Jason Swails authored
run_tests to TestingError so users only ever have one exception to catch.
-
Jason Swails authored
-
Jason Swails authored
-
Jason Swails authored
SyntaxWarning otherwise). So move those imports back to the module level and save any error messages for when the tests are actually run (if ever). python -m simtk.testInstallation runs the tests, whereas python -c "import simtk.testInstallation" does not.
-
Jason Swails authored
Also copy the test PDB file to the data/ directory, since we rather need it...
-
- 18 Nov, 2014 4 commits
-
-
Jason Swails authored
-
Jason Swails authored
-
Jason Swails authored
most important and we don't want false positives.
-
Jason Swails authored
At some point, at least, TP4 was the residue label for water (I think tleap currently translates most of the water residue labels to WAT, but there are at least some -- like $AMBERHOME/test/tip4p/prmtop -- that use older labels).
-
- 14 Nov, 2014 1 commit
-
-
Jason Swails authored
Make sure files are appropriately closed by PDBFile()
-
- 13 Nov, 2014 1 commit
-
-
Jason Swails authored
-
- 10 Nov, 2014 2 commits
-
-
Matthew Harrigan authored
-
Matthew Harrigan authored
-
- 07 Nov, 2014 1 commit
-
-
peastman authored
-
- 05 Nov, 2014 2 commits
- 04 Nov, 2014 2 commits
-
-
Jason Swails authored
Add a test for the various numpy attributes (and the arguments they take) for the unit module.
-
Jason Swails authored
Traceback (most recent call last): File ".../python/tests/TestNumpyCompatibility.py", line 87, in testNumpyAttributes d = self.data.reshape((100, 3)) File ".../simtk/unit/quantity.py", line 575, in reshape return Quantity(self._value.reshape(shape, order=order)) File ".../simtk/unit/quantity.py", line 142, in __init__ if value == first_item: ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all() Also add a test for new unit numpy capabilities.
-
- 03 Nov, 2014 2 commits
-
-
Jason Swails authored
underlying numpy array. This function would be used in instances where, for instance, a certain API would send a flattened array of coordinates or velocities with units attached, and you wanted to reshape the array into (natom, 3) to be consistent with OpenMM's Context object.
-
Jason Swails authored
arguments and pass them to the numpy function if applicable. That way, users get the full flexibility of the numpy API on those particular methods AND get the added benefit that the result has the correct units (and it all runs fast).
-
- 23 Oct, 2014 2 commits
-
-
Peter Eastman authored
-
peastman authored
-