1. 28 Sep, 2023 1 commit
  2. 27 Sep, 2023 1 commit
  3. 16 Aug, 2023 1 commit
  4. 08 Aug, 2023 1 commit
  5. 10 Jun, 2022 1 commit
  6. 08 Jun, 2022 1 commit
  7. 18 Nov, 2021 1 commit
  8. 04 Aug, 2021 1 commit
  9. 01 Feb, 2021 1 commit
  10. 05 Jan, 2021 1 commit
  11. 06 Feb, 2020 1 commit
  12. 05 Nov, 2019 1 commit
  13. 15 Jun, 2018 1 commit
  14. 07 Mar, 2018 2 commits
  15. 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
  16. 04 Mar, 2018 1 commit
  17. 20 Nov, 2017 1 commit
  18. 18 Nov, 2017 1 commit
  19. 18 Apr, 2017 1 commit
  20. 07 Apr, 2017 1 commit
    • Stephen Constable's avatar
      Mea culpa · 36230f7d
      Stephen Constable authored
      This was changed to help debug my development.  I have now returned it
      to the original behavior.
      36230f7d
  21. 05 Apr, 2017 1 commit
    • Stephen Constable's avatar
      Code cleanup · b0cf367c
      Stephen Constable authored
      I have made things more technically correct: GROMACS processes pairs
      and exclusions separately.  Also added proper support for fudgeLJ term.
      Also added improved gro file parsing (technically it’s a fixed-field
      format but this works too).
      b0cf367c
  22. 31 Mar, 2017 2 commits
    • Stephen Constable's avatar
      Initial Commit(2) · cd391b1b
      Stephen Constable authored
      These lines were missed previously
      cd391b1b
    • Stephen Constable's avatar
      Initial Commit · 30fc8eb1
      Stephen Constable authored
      This is the initial commit of my work in getting OpenMM GROMACS support
      improved to the point where SMOG SBM simulations run out-of-the-box.
      Further commits will be code cleanup.
      30fc8eb1
  23. 26 Jan, 2017 1 commit
  24. 13 Jan, 2017 1 commit
  25. 04 Aug, 2016 1 commit
  26. 09 May, 2016 1 commit
  27. 19 Jan, 2016 1 commit
  28. 05 Nov, 2015 1 commit
  29. 04 Nov, 2015 1 commit
  30. 03 Nov, 2015 1 commit
    • Robert McGibbon's avatar
      Improve docstrings · 98d053d4
      Robert McGibbon authored
      Swigged python docstrings now include documented return values and type
      information or their arguments. They are generated in numpydoc format.
      Furthermore, all of the Python app layer docstrings have been changed
      to numpydoc format. The filterPythonFiles.py script which helps to
      generate the Doxygen Python API docs has been updated to reflect these
      changes.
      98d053d4
  31. 27 Aug, 2015 1 commit
  32. 27 May, 2015 1 commit
    • Jason Swails's avatar
      support gen-pairs=no in Gromacs · deb6d66c
      Jason Swails authored
      This was actually fully supported already, since it parsed pairtypes and
      assigned the exception parameters correctly from there. All this does is throw
      an exception when pair parameters are not defined and gen-pairs=no.
      deb6d66c
  33. 26 May, 2015 1 commit
  34. 18 May, 2015 1 commit
    • Jason Swails's avatar
      Fix Gromacs #define replacement and add support for Gromacs 5 · a1483ec5
      Jason Swails authored
      Gromacs uses the preprocessor to replace previously #define'd tokens in strings.
      This is used, for instance, to override certain parameters without having to
      introduce new file types.  This is how Gromacs implemented ff99SB-ILDN (i.e., by
      simply replacing the chi torsion for isoleucine, leucine, aspartate, and
      asparagine with a define token).  So OpenMM *was* missing some in-line
      parameters that were defined.
      
      The immediate consequence I see is that whenever someone tried to run
      ff99SB-ILDN with OpenMM, what they were *really* getting was ff99SB. Not sure
      where else, if anywhere, this kind of thing was happening.
      a1483ec5
  35. 09 Feb, 2015 1 commit
  36. 26 Dec, 2014 1 commit
  37. 29 Jun, 2014 1 commit
  38. 11 Jun, 2014 1 commit