1. 24 May, 2017 1 commit
    • Jason Swails's avatar
      Add support for flexibleConstraints to ForceField.createSystem · cc03f111
      Jason Swails authored
      There are times when it is helpful to have the energy terms actually
      added to the System even if that degree of freedom is constrained. Other
      parsers (notably the Amber parsers) already support this keyword, so add
      that support to ForceField as well
      
      This also replaces some string-based element detection algorithms with
      whatever the PDB parser does (by comparing directly to atom.element)
      cc03f111
  2. 19 May, 2017 1 commit
  3. 05 May, 2017 2 commits
  4. 04 May, 2017 3 commits
  5. 28 Apr, 2017 3 commits
  6. 27 Apr, 2017 2 commits
  7. 26 Apr, 2017 2 commits
  8. 25 Apr, 2017 1 commit
  9. 20 Apr, 2017 5 commits
  10. 18 Apr, 2017 1 commit
  11. 17 Apr, 2017 2 commits
  12. 14 Apr, 2017 2 commits
  13. 11 Apr, 2017 2 commits
  14. 10 Apr, 2017 1 commit
  15. 07 Apr, 2017 3 commits
    • 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
    • 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
    • Stephen Constable's avatar
      Strip syntax change · aafb9267
      Stephen Constable authored
      This should fix CI build errors in parent repository.
      aafb9267
  16. 05 Apr, 2017 2 commits
    • Stephen Constable's avatar
      Fixed field support in group file · d4b1ced1
      Stephen Constable authored
      The old _is_gro_coord function inexplicably used split() even though
      gro files fixed field (nb: the parsing was still done correctly).  Now
      it uses fixed field substrings.
      d4b1ced1
    • 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
  17. 01 Apr, 2017 2 commits
  18. 31 Mar, 2017 3 commits
  19. 23 Mar, 2017 1 commit
  20. 15 Mar, 2017 1 commit