1. 06 Dec, 2019 1 commit
  2. 17 Oct, 2019 1 commit
  3. 05 Sep, 2019 1 commit
  4. 03 Aug, 2019 1 commit
  5. 02 Aug, 2019 1 commit
  6. 01 Aug, 2019 1 commit
  7. 31 Jul, 2019 1 commit
  8. 15 Jun, 2019 1 commit
  9. 06 Jun, 2019 1 commit
  10. 20 Dec, 2018 1 commit
  11. 17 Aug, 2018 1 commit
  12. 08 Aug, 2018 1 commit
  13. 01 Aug, 2018 1 commit
  14. 11 Jul, 2018 1 commit
  15. 10 Jul, 2018 1 commit
  16. 09 Jul, 2018 1 commit
  17. 07 Mar, 2018 1 commit
  18. 18 Jan, 2018 1 commit
  19. 15 Aug, 2017 1 commit
  20. 05 May, 2017 1 commit
  21. 14 Apr, 2017 1 commit
  22. 15 Mar, 2017 2 commits
  23. 26 Jan, 2017 1 commit
  24. 05 Jul, 2016 1 commit
  25. 29 May, 2016 1 commit
    • Justin MacCallum's avatar
      Precompute GBNeck terms · 31a9036a
      Justin MacCallum authored
      The previous version of this code would compute
      the values of d0 and m0 for every iteration. This
      was unnecessary as these values are fixed at the
      start of the calculation by the radii of the particles
      involved. This resulted in unnecessary computation
      and memory access that dramatically slowed simulations
      using the GBn or GBn2 solvation models.
      
      The new version pre-computes the values based on the
      radii that are present in the system. Linear interpolation
      is used, which is consistent with Amber. The previous
      version of OpenMM used cubic, which gives slightly
      different results.
      31a9036a
  26. 02 Apr, 2016 1 commit
  27. 19 Jan, 2016 1 commit
  28. 23 Dec, 2015 1 commit
  29. 05 Nov, 2015 2 commits
  30. 04 Nov, 2015 1 commit
  31. 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
  32. 09 Oct, 2015 1 commit
  33. 27 Aug, 2015 1 commit
  34. 22 Apr, 2015 1 commit
  35. 20 Apr, 2015 1 commit
  36. 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
  37. 05 Mar, 2015 1 commit
  38. 11 Feb, 2015 1 commit