1. 23 Oct, 2014 1 commit
  2. 21 Jul, 2014 1 commit
  3. 17 Jul, 2014 1 commit
  4. 11 Jul, 2014 1 commit
    • Jason Swails's avatar
      Add NBFIX support to the Amber topology file parsers. The new Amber ff14IPQ · d865c202
      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).
      d865c202
  5. 02 Jul, 2014 1 commit
  6. 27 Jun, 2014 1 commit
  7. 28 May, 2014 1 commit
  8. 21 May, 2014 1 commit
  9. 04 May, 2014 1 commit
  10. 10 Apr, 2014 1 commit
    • Jason Swails's avatar
      Add a couple unittests for CHARMM files. Good thing, too, because they helped · 31f09353
      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.
      31f09353
  11. 02 Oct, 2013 1 commit
  12. 01 Aug, 2013 1 commit