1. 02 Aug, 2019 1 commit
  2. 25 Apr, 2017 1 commit
  3. 20 Apr, 2017 1 commit
  4. 14 Apr, 2017 1 commit
  5. 07 Apr, 2017 1 commit
    • Stephen Constable's avatar
      Unit test · 67866992
      Stephen Constable authored
      I’m not sure how to trigger the unit testing suite, but this code
      should test the changes I’ve made.
      67866992
  6. 07 Apr, 2016 1 commit
  7. 11 Mar, 2016 1 commit
  8. 19 Feb, 2016 1 commit
  9. 27 Jan, 2016 2 commits
  10. 19 Jan, 2016 2 commits
  11. 09 Jan, 2016 1 commit
  12. 02 Jan, 2016 3 commits
  13. 01 Jan, 2016 1 commit
  14. 09 Oct, 2015 1 commit
  15. 07 Oct, 2015 2 commits
  16. 18 May, 2015 1 commit
  17. 02 May, 2015 1 commit
  18. 10 Apr, 2015 1 commit
    • Jason Swails's avatar
      Improve CHARMM parsing when resnums have inscodes · 7b30da6e
      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.
      7b30da6e
  19. 19 Mar, 2015 1 commit
  20. 05 Mar, 2015 1 commit
  21. 11 Feb, 2015 1 commit
  22. 09 Feb, 2015 1 commit
  23. 07 Feb, 2015 1 commit
  24. 19 Jan, 2015 2 commits
  25. 23 Oct, 2014 2 commits
  26. 21 Jul, 2014 1 commit
  27. 17 Jul, 2014 1 commit
  28. 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
  29. 02 Jul, 2014 1 commit
  30. 27 Jun, 2014 1 commit
  31. 28 May, 2014 1 commit
  32. 21 May, 2014 1 commit
  33. 04 May, 2014 1 commit