1. 01 Nov, 2013 1 commit
  2. 30 Oct, 2013 5 commits
  3. 29 Oct, 2013 6 commits
  4. 28 Oct, 2013 1 commit
  5. 26 Oct, 2013 1 commit
  6. 25 Oct, 2013 3 commits
  7. 24 Oct, 2013 4 commits
  8. 23 Oct, 2013 6 commits
  9. 22 Oct, 2013 1 commit
  10. 21 Oct, 2013 1 commit
  11. 19 Oct, 2013 2 commits
    • Jason Swails's avatar
    • Jason Swails's avatar
      Implement GBn2 (equivalent to igb==8 in Amber) via CustomGBForce. [1] The energy · 51a20b8c
      Jason Swails authored
      computed with OpenMM matches that computed with Amber for the new model as well
      as the existing models do (see table below). GBn2 is a much better GB model than
      either the OBC models or the original GB neck by all indications...
      
      This commit also does a few other things:
         -  Made the necessary changes to allow users to select GBn2 as the
            implicitSolvent model in AmberPrmtop.createSystem()
      
         -  Since AmberTools 12, Amber topology files have been written out with a
            ATOMIC_NUMBER section. When available, use this data to initialize element
            information in the Topology object generated by AmberPrmtopFile (when not
            available, try to determine elements from the atom name).
      
         -  GB parameters for GBn (and the new GBn2) should be determined based on the
            type of element. While this was approximated using the atom name, the
            better approach (and the one used in Amber since the addition of
            ATOMIC_NUMBER to the topology file) is to set the screening parameters
            from the element information.
      
      [1] H. Nguyen, et al., J. Chem. Theory Comput. 9 (4) pp. 2020 - 2034
      
      I also checked all of the GB model energies computed via OpenMM with those
      computed via Amber, keeping all settings the same (I disabled the surface area
      component in OpenMM and set rgbmax=cut=1000 in Amber, used full double
      precision/CUDA in OpenMM, and used no constraints).
      
      (all energies are kcal/mol)
      
                   |  OpenMM    |    Amber
      --------------------------------------
      HCT (igb=1)  | -2284.0383 | -2283.9012
      OBC1 (igb=2) | -2334.0054 | -2333.8666
      OBC2 (igb=5) | -2220.8282 | -2220.6934
      GBn (igb=7)* | -2155.8072 | -2155.6449
      GBn2 (igb=8) | -2228.1681 | -2227.9147  <-- new
      
      *Energies do not match OpenMM 5.2 due to bug fix in commit f7b98d01
      51a20b8c
  12. 18 Oct, 2013 4 commits
  13. 17 Oct, 2013 5 commits