- 18 May, 2015 1 commit
-
-
Jason Swails authored
-
- 02 May, 2015 1 commit
-
-
Jason Swails authored
-
- 10 Apr, 2015 1 commit
-
-
Jason Swails authored
Apparently CHARMM PSF files (particularly those printed by VMD's psfgen) can have an insertion code tacked on to the end of the residue number, meaning that casting to an integer will invariably fail. We can't just ignore the insertion code, though, since it will differentiate from the residues that came before and after (which will likely have the same number -- same general idea as insertion codes from PDB files). So instead we pull the insertion code off of the residue number and extend the Residue object to accommodate that. This is the port of the fix from ParmEd: ParmEd/ParmEd#98 I added a test for this case.
-
- 19 Mar, 2015 1 commit
-
-
Jason Swails authored
Adds a test for it as well.
-
- 05 Mar, 2015 1 commit
-
-
Jason Swails authored
-
- 11 Feb, 2015 1 commit
-
-
Jason Swails authored
truncated octahedron inpcrd and prmtop file.
-
- 09 Feb, 2015 1 commit
-
-
Peter Eastman authored
-
- 07 Feb, 2015 1 commit
-
-
Peter Eastman authored
-
- 19 Jan, 2015 2 commits
-
-
Jason Swails authored
cutoff GB.
-
Jason Swails authored
-
- 23 Oct, 2014 2 commits
-
-
Peter Eastman authored
-
Peter Eastman authored
-
- 21 Jul, 2014 1 commit
-
-
Jason Swails authored
simtk.openmm.app namespace to allow users to filter that warning out if they want to.
-
- 17 Jul, 2014 1 commit
-
-
Jason Swails authored
-
- 11 Jul, 2014 1 commit
-
-
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).
-
- 02 Jul, 2014 1 commit
-
-
peastman authored
-
- 27 Jun, 2014 1 commit
-
-
peastman authored
-
- 28 May, 2014 1 commit
-
-
Jason Swails authored
-
- 21 May, 2014 1 commit
-
-
Jason Swails authored
-
- 04 May, 2014 1 commit
-
-
John Chodera (MSKCC) authored
-
- 10 Apr, 2014 1 commit
-
-
Jason Swails authored
pick up some bugs that were not caught in my initial test following the port from ParmEd. All 4 tests pass right now, although no periodic systems are being tested. Currently CHARMM, XPLOR, and VMD tests are all being run (for the same ala-3 system). Disable implicit solvent tests, since there is no robust radii assignment routine yet (the radii are stored in the Amber topology file). I will port my assignment routine from ParmEd here shortly and then re-enable the GB tests.
-
- 02 Oct, 2013 1 commit
-
-
Robert McGibbon authored
Added unittest and 1 system tests. Includes 1 bugfix to resolving a circular import and 1 bugfix where dms wasn't creating the topology correctly when the water was specified in different chains
-
- 01 Aug, 2013 1 commit
-
-
peastman authored
-