1. 16 Mar, 2015 4 commits
    • peastman's avatar
      Merge pull request #851 from jchodera/fix-travis-test-failures · 1cb9c795
      peastman authored
      Modified travis logic to only fail if retested tests fail.
      1cb9c795
    • peastman's avatar
      Merge pull request #850 from kyleabeauchamp/dcdbug · e5b4535d
      peastman authored
      Fixing multiple bugs in dcdfile / dcdreporter.
      e5b4535d
    • peastman's avatar
      Merge pull request #852 from swails/amber10-12 · de04489b
      peastman authored
      Fix very subtle bug in Amber prmtop with NBFIX
      de04489b
    • Jason Swails's avatar
      Fix very subtle bug in Amber prmtop with NBFIX · 53e7cadc
      Jason Swails authored
      Some topology files have some of the nonbonded pairs in the Lennard-Jones matrix
      pointing to a 0 entry in the HBOND_ACOEF and HBOND_BCOEF arrays. This commit
      simply skips over those entries, having previously checked that all entries in
      the 10-12 sections are 0.  There is actually an example of this already in the
      test suite (see ff14ipq.parm7), but this fortuitously did not cause any
      difference in those test results.
      
      The reason this bug is not evident in that test case is because the A- and
      B-coefficients pulled when the index was -1 (later decremented to -2) was also
      coincidentally 0. However, if this was not the case (as it does not *have* to
      be), then who knows what could happen.
      
      This also adds more of a check against 10-12 topology files. ParmEd actually
      supports using the 10-12 potential in OpenMM when specified in the Amber prmtop,
      but it is sufficiently rare that it is not worth porting to OpenMM, IMO.
      53e7cadc
  2. 14 Mar, 2015 8 commits
  3. 10 Mar, 2015 4 commits
  4. 06 Mar, 2015 4 commits
  5. 05 Mar, 2015 4 commits
  6. 04 Mar, 2015 2 commits
  7. 03 Mar, 2015 2 commits
  8. 27 Feb, 2015 6 commits
  9. 25 Feb, 2015 4 commits
  10. 24 Feb, 2015 2 commits