1. 04 Jan, 2020 1 commit
  2. 30 Dec, 2019 1 commit
  3. 10 Dec, 2019 1 commit
  4. 12 Oct, 2019 1 commit
  5. 19 Sep, 2019 1 commit
  6. 05 Sep, 2019 1 commit
  7. 06 Aug, 2019 1 commit
  8. 02 Aug, 2019 1 commit
  9. 14 Jun, 2019 1 commit
  10. 10 Dec, 2018 1 commit
  11. 01 Aug, 2018 1 commit
  12. 15 Jun, 2018 1 commit
  13. 22 May, 2018 1 commit
  14. 06 Mar, 2018 1 commit
    • Sunhwan Jo's avatar
      add comment/modify test · 0db10f6c
      Sunhwan Jo authored
      - Test system is translated to the origin
      - Energy is computed again after updating Gromacs input to reflect no-cutoff option (rcoulomb = rlist = rvdw = 0.0)
      0db10f6c
  15. 04 Mar, 2018 1 commit
  16. 26 Sep, 2017 1 commit
  17. 25 Sep, 2017 1 commit
  18. 25 Apr, 2017 1 commit
  19. 20 Apr, 2017 1 commit
  20. 14 Apr, 2017 1 commit
  21. 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
  22. 07 Apr, 2016 1 commit
  23. 11 Mar, 2016 1 commit
  24. 19 Feb, 2016 1 commit
  25. 27 Jan, 2016 2 commits
  26. 19 Jan, 2016 2 commits
  27. 09 Jan, 2016 1 commit
  28. 02 Jan, 2016 3 commits
  29. 01 Jan, 2016 1 commit
  30. 09 Oct, 2015 1 commit
  31. 07 Oct, 2015 2 commits
  32. 18 May, 2015 1 commit
  33. 02 May, 2015 1 commit
  34. 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
  35. 19 Mar, 2015 1 commit