"vscode:/vscode.git/clone" did not exist on "8244403c753fd796f745b994dd7824c2bbae3d35"
  1. 13 Dec, 2013 1 commit
  2. 10 Dec, 2013 2 commits
  3. 09 Dec, 2013 1 commit
  4. 06 Dec, 2013 1 commit
  5. 05 Dec, 2013 1 commit
  6. 26 Nov, 2013 2 commits
  7. 06 Nov, 2013 1 commit
  8. 30 Oct, 2013 1 commit
  9. 29 Oct, 2013 2 commits
  10. 26 Oct, 2013 1 commit
  11. 25 Oct, 2013 1 commit
  12. 23 Oct, 2013 1 commit
  13. 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
  14. 18 Oct, 2013 3 commits
  15. 16 Oct, 2013 1 commit
    • Jason Swails's avatar
      Take the 1-4 non-bonded scaling parameters from the Amber topology files if · b2a6f40d
      Jason Swails authored
      present, defaulting to 1.2 (SCEE) and 2.0 (SCNB) if they're not present. If
      values for scee and scnb are provided to readAmberSystem they will override any
      values in the topology file, but a warning will be printed (since ignoring the
      scaling parameters in the topology file really changes the force field).
      b2a6f40d
  16. 15 Oct, 2013 1 commit
  17. 14 Oct, 2013 2 commits
  18. 08 Oct, 2013 1 commit
  19. 02 Oct, 2013 6 commits
  20. 01 Oct, 2013 5 commits
  21. 30 Sep, 2013 4 commits