1. 23 Oct, 2014 1 commit
  2. 01 Oct, 2014 5 commits
  3. 21 Jul, 2014 1 commit
  4. 17 Jul, 2014 1 commit
  5. 16 Jul, 2014 2 commits
  6. 14 Jul, 2014 2 commits
  7. 11 Jul, 2014 4 commits
    • Jason Swails's avatar
      Force the test to use the Reference platform (it's a tiny system, and all · cb9d7219
      Jason Swails authored
      TestAmberPrmtopFile.py tests take 17 seconds combined on my laptop).
      cb9d7219
    • 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
    • Jason Swails's avatar
      Move prmtop instantiation outside of the setUp routine and put it in the module · 27dcdb77
      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.
      27dcdb77
    • Robert McGibbon's avatar
      Remove wierd unicode thing · c16f0def
      Robert McGibbon authored
      c16f0def
  8. 05 Jul, 2014 3 commits
  9. 02 Jul, 2014 4 commits
  10. 27 Jun, 2014 1 commit
  11. 24 Jun, 2014 1 commit
  12. 28 May, 2014 1 commit
  13. 27 May, 2014 2 commits
  14. 21 May, 2014 1 commit
  15. 04 May, 2014 2 commits
  16. 15 Apr, 2014 1 commit
  17. 10 Apr, 2014 2 commits
  18. 09 Apr, 2014 1 commit
  19. 28 Mar, 2014 2 commits
  20. 27 Mar, 2014 3 commits