- 10 Nov, 2014 1 commit
-
-
peastman authored
-
- 07 Nov, 2014 4 commits
- 06 Nov, 2014 2 commits
- 05 Nov, 2014 5 commits
- 04 Nov, 2014 10 commits
-
-
peastman authored
Improvements to multi-GPU performance
-
peastman authored
-
peastman authored
testInstallation.py gives more information about errors
-
peastman authored
-
peastman authored
Fix compatibility with `unit.Quantity` and numpy arrays by having array methods accept and pass through relevant arguments.
-
peastman authored
range check getPlatform()
-
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. -
Robert McGibbon authored
-
peastman authored
Updated broken links in travis badge in README
-
- 03 Nov, 2014 5 commits
-
-
John Chodera (MSKCC) authored
-
peastman authored
If CUDA or OpenCL is not being built, default to not building the corresponding plugins
-
peastman authored
-
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).
-
- 30 Oct, 2014 4 commits
- 28 Oct, 2014 2 commits
- 27 Oct, 2014 7 commits
-
-
peastman authored
Reduced share memory for CustomGBForce
-
peastman authored
-
peastman authored
Added manifests to use for creating source and binary distributions
-
peastman authored
Added 64 bit version of Windows pthreads library
-
peastman authored
-
peastman authored
Mac builds are 64 bit only by default
-
peastman authored
-