- 22 Jul, 2014 2 commits
-
-
kyleabeauchamp authored
-
kyleabeauchamp authored
-
- 21 Jul, 2014 10 commits
-
-
peastman authored
Renamed tools to devtools
-
Peter Eastman authored
-
peastman authored
Add NBFIX support to CHARMM parsers
-
Jason Swails authored
-
peastman authored
Created ForceField.loadFile()
-
peastman authored
-
peastman authored
Implemented DIIS for converging AMOEBA induced dipoles
-
Jason Swails authored
-
Jason Swails authored
simtk.openmm.app namespace to allow users to filter that warning out if they want to.
-
peastman authored
-
- 18 Jul, 2014 8 commits
-
-
peastman authored
-
Jason Swails authored
-
peastman authored
-
Jason Swails authored
single parameter.
-
Jason Swails authored
-
Jason Swails authored
-
peastman authored
Fixed error in DrudeForce::updateParametersInContext()
-
peastman authored
-
- 17 Jul, 2014 9 commits
-
-
peastman authored
Support new 12-6-4 potential
-
Jason Swails authored
-
peastman authored
Fix customnonbondedforce segfault
-
Jason Swails authored
-
Jason Swails authored
-
Jason Swails authored
are changed for CustomNonbondedForce.
-
Jason Swails authored
-
Jason Swails authored
- Don't make a Copy method on FunctionInfo - Have the Copy() methods on the TabulatedFunction subclasses return a pointer
-
peastman authored
Created reference implementation of DIIS for converging AMOEBA dipoles. Also some minor code cleanup.
-
- 16 Jul, 2014 6 commits
-
-
Jason Swails authored
necessitated creating a Copy method to do that on TabulatedFunction classes.
-
Jason Swails authored
segfaults when you use the long-range dispersion correction with the CustomNonbondedForce if the force uses TabulatedFunction objects. Basically, it prevents the copy from taking ownership (and deleting) the functions in its destructor. The use cases for CustomNonbondedForce copying currently is to recompute the long-range prefactor if the parameters change (so the CustomNonbondedForceImpl kernels need a copy of the Force object). Doing a full (deep) copy would be a bit slower (although would only need to be paid once for each CustomNonbondedForce object being used).
-
peastman authored
Fixed a bug in unit conversion for sequences
-
peastman authored
-
peastman authored
Convert AmberInpcrdFile data structures from lists to Vec3
-
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.
-
- 15 Jul, 2014 5 commits
-
-
peastman authored
Fixed bug when running on a CPU device
-
peastman authored
-
peastman authored
Revert to older Travis-CI testing framework to separate testing from conda dev builds
-
John Chodera (MSKCC) authored
-
peastman authored
Implemented CHARMM polarizable force field
-