- 21 Jul, 2014 4 commits
- 18 Jul, 2014 4 commits
- 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 8 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
-
peastman authored
Depressing compromise to make the ordering of atoms in improper torsions as consistent as possible with both AMBER and CHARMM
-
Peter Eastman authored
-
peastman authored
-
- 14 Jul, 2014 9 commits
-
-
peastman authored
-
peastman authored
Update default long-range option and expand test
-
peastman authored
-
Jason Swails authored
added.
-
Jason Swails authored
correction by default. Then add a test for using the long-range correction and _not_ using the long-range correction. Comment out the test using the long-range correction since it currently segfaults. When the fix for the segfault is added, this test can be reinstated (but the energy has to be updated) This change in default makes it consistent with the default behavior for the classical NonbondedForce, and I would have set that as the default to begin with if I had known it was supposed to work.
-
peastman authored
-
peastman authored
-
peastman authored
Updated long range correction code to work with new style tabulated functions
-
peastman authored
-