- 14 Mar, 2015 2 commits
-
-
kyleabeauchamp authored
-
kyleabeauchamp authored
-
- 05 Mar, 2015 1 commit
-
-
Jason Swails authored
-
- 03 Mar, 2015 1 commit
-
-
peastman authored
-
- 27 Feb, 2015 1 commit
-
-
peastman authored
-
- 20 Feb, 2015 4 commits
-
-
peastman authored
-
Jason Swails authored
-
Jason Swails authored
mdtraj) does *not* fully reduce the vectors. Also adds a test for this.
-
Jason Swails authored
Also added a test suite for them.
-
- 11 Feb, 2015 1 commit
-
-
Jason Swails authored
truncated octahedron inpcrd and prmtop file.
-
- 10 Feb, 2015 2 commits
-
-
Peter Eastman authored
-
Peter Eastman authored
-
- 09 Feb, 2015 1 commit
-
-
Peter Eastman authored
-
- 07 Feb, 2015 1 commit
-
-
Peter Eastman authored
-
- 19 Jan, 2015 2 commits
-
-
Jason Swails authored
cutoff GB.
-
Jason Swails authored
-
- 08 Dec, 2014 2 commits
-
-
Jason Swails authored
-
Jason Swails authored
found in doctests.py (and quite a bit more, too)
-
- 14 Nov, 2014 3 commits
-
-
Jason Swails authored
Make sure files are appropriately closed by PDBFile()
-
Jason Swails authored
-
Jason Swails authored
-
- 13 Nov, 2014 1 commit
-
-
Jason Swails authored
can't validate the that this object does anything more than simply write without exceptions (i.e., we can't tell if the DCD file is actually _valid_)
-
- 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.
-
- 23 Oct, 2014 2 commits
-
-
Peter Eastman authored
-
Peter Eastman authored
-
- 01 Oct, 2014 5 commits
-
-
kyleabeauchamp authored
-
kyleabeauchamp authored
-
kyleabeauchamp authored
-
kyleabeauchamp authored
-
kyleabeauchamp authored
-
- 21 Jul, 2014 1 commit
-
-
Jason Swails authored
simtk.openmm.app namespace to allow users to filter that warning out if they want to.
-
- 17 Jul, 2014 1 commit
-
-
Jason Swails authored
-
- 16 Jul, 2014 2 commits
-
-
Jason Swails authored
necessitated creating a Copy method to do that on TabulatedFunction classes.
-
Jason Swails authored
- Convert coordinates, velocities, and box vectors into Vec3 objects to avoid a subtle bug in the units module with respect to silently modifying mutable collections in-place when converting to a new set of units.
-
- 14 Jul, 2014 2 commits
-
-
Jason Swails authored
added.
-
Jason Swails authored
correction by default. Then add a test for using the long-range correction and _not_ using the long-range correction. Comment out the test using the long-range correction since it currently segfaults. When the fix for the segfault is added, this test can be reinstated (but the energy has to be updated) This change in default makes it consistent with the default behavior for the classical NonbondedForce, and I would have set that as the default to begin with if I had known it was supposed to work.
-
- 11 Jul, 2014 3 commits
-
-
Jason Swails authored
TestAmberPrmtopFile.py tests take 17 seconds combined on my laptop).
-
Jason Swails authored
force field utilizes nbfix functionality. Without this commit, using a ff14IPQ topology file (or one modified by ParmEd to contain off-diagonal LJ elements), would happily run, but ignore off-diagonal elements. The new Chen and Garcia RNA force field (see doi:10.1073/pnas.1309392110) also utilizes off-diagonal terms in its parametrization scheme. One shortcoming is that the approach taken here -- using a pair parameter lookup table -- cannot be currently used with a long-range correction because it is not a `Continuous1DFunction' by virtue of using two `Discrete2DFunction' TabulatedFunction classes. Energies here match the values obtained with Amber to 0.01 -- 0.1 kcal/mol (within 0.1% of the total).
-
Jason Swails authored
itself. This way each parm is only read once for every test (rather than being read for every test, even when they're not used, as part of the setUp routine). For large systems, this makes the tests run a lot faster (for small systems it's not a large speedup). All tests continue to pass. This change also tests that the various calls to createSystem and such do not actually change the object in a detrimental way.
-