1. 14 Jul, 2014 1 commit
    • Jason Swails's avatar
      Change the default so that NBFIX amber topology files use a long-range · fee9a5b8
      Jason Swails authored
      correction by default. Then add a test for using the long-range correction and
      _not_ using the long-range correction.  Comment out the test using the
      long-range correction since it currently segfaults.  When the fix for the
      segfault is added, this test can be reinstated (but the energy has to be
      updated)
      
      This change in default makes it consistent with the default behavior for the
      classical NonbondedForce, and I would have set that as the default to begin with
      if I had known it was supposed to work.
      fee9a5b8
  2. 11 Jul, 2014 7 commits
  3. 07 Jul, 2014 1 commit
  4. 05 Jul, 2014 3 commits
  5. 03 Jul, 2014 1 commit
    • Jason Swails's avatar
      Small fixes: · f5cbd31e
      Jason Swails authored
          - Adjust CharmmPsfFile parser to accept multiple blank lines before the
            NATOM record (I saw 1 PSF file like this... not sure how common it really
            is)
          - Removed the shebang line from element.py and removed execute permissions--
            it should never be executed directly (evidenced by the fact that the
            original shebang line was wrong and would never work, anyway).
          - Fix a test to determine if a Bond is part of an Angle in the PSF data
            structures.
      f5cbd31e
  6. 02 Jul, 2014 4 commits
  7. 29 Jun, 2014 1 commit
  8. 27 Jun, 2014 1 commit
  9. 24 Jun, 2014 2 commits
  10. 23 Jun, 2014 2 commits
  11. 12 Jun, 2014 1 commit
  12. 11 Jun, 2014 1 commit
  13. 10 Jun, 2014 2 commits
  14. 09 Jun, 2014 1 commit
  15. 07 Jun, 2014 1 commit
  16. 06 Jun, 2014 2 commits
  17. 30 May, 2014 1 commit
    • Jason Swails's avatar
      Make separate lists for dihedrals and the dihedrals with loaded parameters. The · 2b0962e0
      Jason Swails authored
      former has a single entry for all unique dihedrals. The latter has a separate
      entry for every _term_ of every dihedral (and the latter is the one with the
      parameters loaded into it). This way, parameter sets can be reloaded at will
      without relying on the hack that createSystem previously employed (i.e., backing
      up the dihedral array, clobbering it, then putting it back). This way is cleaner
      and safer (although functionally equivalent for typical OpenMM use).
      2b0962e0
  18. 29 May, 2014 2 commits
  19. 28 May, 2014 6 commits