- 19 Jun, 2015 5 commits
-
-
Jason Swails authored
numpy.
-
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 2 commits
- 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 4 commits
-
-
peastman authored
Minor enhancements to Topology
-
Jason Swails authored
-
Jason Swails authored
- Add an informative __repr__ to Topology - Add __len__ to Chain and Residue to quickly tell how many residues or atoms are in them, respectively
-
peastman authored
Look in cuda dir for opencl headers
-
- 03 Jun, 2015 7 commits
-
-
Matthew Harrigan authored
Useful when cuda is not installed in the default location.
-
peastman authored
Fixed race condition doing PME in a separate stream
-
peastman authored
GBn now uses Discrete2DFunctions
-
peastman authored
-
peastman authored
Move to using a continuous 2D function.
-
Jason Swails authored
-
peastman authored
Ported OpenCL FFT to CUDA
-
- 02 Jun, 2015 2 commits
-
-
Peter Eastman authored
-
Peter Eastman authored
-
- 01 Jun, 2015 1 commit
-
-
peastman authored
Add elapsed time column in statedatareporter
-
- 30 May, 2015 2 commits
-
-
Kyle Beauchamp authored
-
peastman authored
-
- 28 May, 2015 1 commit
-
-
peastman authored
Disabled PME stream on CUDA 7
-