- 15 Jul, 2014 6 commits
-
-
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
-
- 11 Jul, 2014 12 commits
-
-
peastman authored
Fix error reporting in a corner case. Looks like a case of incomplete copy-and-paste...
-
peastman authored
Add support for Amber prmtop files with NBFIX
-
Jason Swails authored
-
Jason Swails authored
copy-and-paste...
-
Jason Swails authored
TestAmberPrmtopFile.py tests take 17 seconds combined on my laptop).
-
Jason Swails authored
force field utilizes nbfix functionality. Without this commit, using a ff14IPQ topology file (or one modified by ParmEd to contain off-diagonal LJ elements), would happily run, but ignore off-diagonal elements. The new Chen and Garcia RNA force field (see doi:10.1073/pnas.1309392110) also utilizes off-diagonal terms in its parametrization scheme. One shortcoming is that the approach taken here -- using a pair parameter lookup table -- cannot be currently used with a long-range correction because it is not a `Continuous1DFunction' by virtue of using two `Discrete2DFunction' TabulatedFunction classes. Energies here match the values obtained with Amber to 0.01 -- 0.1 kcal/mol (within 0.1% of the total).
-
Jason Swails authored
itself. This way each parm is only read once for every test (rather than being read for every test, even when they're not used, as part of the setUp routine). For large systems, this makes the tests run a lot faster (for small systems it's not a large speedup). All tests continue to pass. This change also tests that the various calls to createSystem and such do not actually change the object in a detrimental way.
-
peastman authored
Remove wierd unicode thing
-
peastman authored
Docstring for ForceField constructor
-
peastman authored
-
Robert McGibbon authored
-
Robert McGibbon authored
-
- 10 Jul, 2014 5 commits
-
-
peastman authored
Fix lepton size_t VS2013 warnings by casting to int.
-
Christopher Dembia authored
-
Christopher Dembia authored
-
peastman authored
Lots of changes to support Android
-
Peter Eastman authored
-
- 08 Jul, 2014 3 commits
- 07 Jul, 2014 4 commits
-
-
Jason Swails authored
the switchDistance argument to CharmmPsfFile.createSystem(). Also add a check to protect against negative switching distances.
-
John Chodera (MSKCC) authored
-
John Chodera (MSKCC) authored
-
John Chodera (MSKCC) authored
-
- 06 Jul, 2014 1 commit
-
-
John Chodera (MSKCC) authored
-