- 23 Jun, 2015 5 commits
-
-
peastman authored
Fix Python 3 support in unit package.
-
Jason Swails authored
-
Jason Swails authored
to precision)
-
Jason Swails authored
-
Jason Swails authored
-
- 22 Jun, 2015 6 commits
-
-
peastman authored
Fixed compilation errors on Visual Studio 2013
-
peastman authored
-
peastman authored
Compiling on Windows
-
Robert T. McGibbon authored
-
Robert McGibbon authored
-
Robert McGibbon authored
-
- 21 Jun, 2015 1 commit
-
-
Robert McGibbon authored
-
- 19 Jun, 2015 7 commits
-
-
peastman authored
A large number of unit cleanups and fix numpy wart
-
Jason Swails authored
numpy.
-
peastman authored
Fixed a bug in runForClockTime()
-
Jason Swails authored
-
Jason Swails authored
This should be *lower* than that of Unit (and ScaledUnit/BaseUnit), since we still want Units to take priority over Quantities (but Quantity to take precedence over regular ndarrays) for reasons like this: >>> a = np.array([1]) * u.angstroms >>> b = a * u.angstroms # should be np.array([1])*u.angstroms**2 >>> np.arange(10) * a # utilize broadcasting [1 2 3 4 5 6 7 8 9 10] A**2
-
Jason Swails authored
-
Jason Swails authored
The main thing that's done here is that numpy arrays can be given units via the * operator, rather than relying on the Quantity constructor e.g., >>> import numpy as np >>> np.zeros(10) * u.angstroms Quantity(value=array([ 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.]), unit=angstrom) yay!
-
- 17 Jun, 2015 1 commit
-
-
peastman authored
Add travis build matrix for static and dynamic builds
-
- 13 Jun, 2015 1 commit
-
-
John Chodera (MSKCC) authored
-
- 12 Jun, 2015 3 commits
-
-
Peter Eastman authored
-
peastman authored
Updates to documentation for 6.3
-
peastman authored
-
- 10 Jun, 2015 5 commits
-
-
peastman authored
[WIP] Removed code that disabled OpenCL on OS X packaging.
-
peastman authored
Add check for null context inside integrator.step()
-
Kyle Beauchamp authored
-
Kyle Beauchamp authored
-
John Chodera (MSKCC) authored
-
- 09 Jun, 2015 2 commits
-
-
peastman authored
Fixed a compiler warning
-
Peter Eastman authored
-
- 08 Jun, 2015 3 commits
- 06 Jun, 2015 1 commit
-
-
peastman authored
Make sure RBTorsion parameters are returned with the correct units.
-
- 05 Jun, 2015 3 commits
-
-
Jason Swails authored
-
John Chodera (MSKCC) authored
-
John Chodera (MSKCC) authored
-
- 04 Jun, 2015 2 commits
-
-
peastman authored
Minor enhancements to Topology
-
Jason Swails authored
-