"platforms/vscode:/vscode.git/clone" did not exist on "f6aef43aaabba466d2a2a8a8288c567f6f745327"
- 10 Jun, 2015 1 commit
-
-
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
-
- 27 May, 2015 6 commits
-
-
peastman authored
-
peastman authored
-
peastman authored
Eliminate scipy RuntimeWarning when reading NetCDF restart files
-
peastman authored
support gen-pairs=no in Gromacs
-
Jason Swails authored
This was actually fully supported already, since it parsed pairtypes and assigned the exception parameters correctly from there. All this does is throw an exception when pair parameters are not defined and gen-pairs=no.
-
Jason Swails authored
Due to a bug that was uncovered in mdtraj with scipy's NetCDF implementation regarding mmapping, scipy started issuing the following warning if any NetCDF variable objects had references remaining after closing the file: /.../lib/python2.7/site-packages/scipy/io/netcdf.py:287: RuntimeWarning: Cannot close a netcdf_file opened with mmap=True, when netcdf_variables or arrays referring to its data still exist. All data arrays obtained from such files refer directly to data on disk, and must be copied before the file can be cleanly closed. (See netcdf_file docstring for more information on mmap.) We were already copying data to avoid segfaults on some scipy versions, but there were still references to variables that went out of scope shortly after the NetCDF file was closed. Simply deleting these references gets rid of the warning.
-
- 26 May, 2015 7 commits
-
-
peastman authored
Improved accuracy of energy computation
-
peastman authored
-
peastman authored
Raise exception when processing Gromacs molecule with virtual sites
-
peastman authored
Moved the MTS and aMD integrators into the main repository
-
Jason Swails authored
Virtual sites are never created by the OpenMM system, and their information is not parsed from the Gromacs topology file. For now just throw an exception rather than let them run, since TIP4Pew behaves *very* strangely...
-
peastman authored
-
peastman authored
-