Unverified Commit 2305f05f authored by peastman's avatar peastman Committed by GitHub
Browse files

Merge pull request #2013 from pandegroup/7.2_branch

Merge changes from 7.2.1 into master branch
parents 69aa6760 bbd66275
...@@ -142,7 +142,7 @@ ENDIF (NOT CMAKE_CXX_FLAGS_RELEASE) ...@@ -142,7 +142,7 @@ ENDIF (NOT CMAKE_CXX_FLAGS_RELEASE)
SET(OPENMM_LIBRARY_NAME OpenMM) SET(OPENMM_LIBRARY_NAME OpenMM)
SET(OPENMM_MAJOR_VERSION 7) SET(OPENMM_MAJOR_VERSION 7)
SET(OPENMM_MINOR_VERSION 2) SET(OPENMM_MINOR_VERSION 2)
SET(OPENMM_BUILD_VERSION 0) SET(OPENMM_BUILD_VERSION 1)
ADD_DEFINITIONS(-DOPENMM_LIBRARY_NAME=${OPENMM_LIBRARY_NAME} ADD_DEFINITIONS(-DOPENMM_LIBRARY_NAME=${OPENMM_LIBRARY_NAME}
-DOPENMM_MAJOR_VERSION=${OPENMM_MAJOR_VERSION} -DOPENMM_MAJOR_VERSION=${OPENMM_MAJOR_VERSION}
......
<ForceField> <ForceField>
<Info> <Info>
<DateGenerated>2017-11-25</DateGenerated> <DateGenerated>2018-03-02</DateGenerated>
<Source Source="leaprc.protein.ff14SB" md5hash="2fbe80b999846068f2a1b6f3c50fcbb9" sourcePackage="AmberTools" sourcePackageVersion="17">leaprc.protein.ff14SB</Source> <Source Source="leaprc.protein.ff14SB" md5hash="2fbe80b999846068f2a1b6f3c50fcbb9" sourcePackage="AmberTools" sourcePackageVersion="17.6">leaprc.protein.ff14SB</Source>
<Reference>Maier, J.A., Martinez, C., Kasavajhala, K., Wickstrom, L., Hauser, K.E., and Simmerling, C. (2015). ff14SB: Improving the Accuracy of Protein Side Chain and Backbone Parameters from ff99SB. J. Chem. Theory Comput. 11, 3696-3713.</Reference> <Reference>Maier, J.A., Martinez, C., Kasavajhala, K., Wickstrom, L., Hauser, K.E., and Simmerling, C. (2015). ff14SB: Improving the Accuracy of Protein Side Chain and Backbone Parameters from ff99SB. J. Chem. Theory Comput. 11, 3696-3713.</Reference>
</Info> </Info>
<AtomTypes> <AtomTypes>
...@@ -270,6 +270,7 @@ ...@@ -270,6 +270,7 @@
<Bond atomName1="CB" atomName2="HB3"/> <Bond atomName1="CB" atomName2="HB3"/>
<Bond atomName1="CB" atomName2="SG"/> <Bond atomName1="CB" atomName2="SG"/>
<Bond atomName1="C" atomName2="O"/> <Bond atomName1="C" atomName2="O"/>
<ExternalBond atomName="SG"/>
<ExternalBond atomName="N"/> <ExternalBond atomName="N"/>
<ExternalBond atomName="C"/> <ExternalBond atomName="C"/>
</Residue> </Residue>
...@@ -1206,6 +1207,7 @@ ...@@ -1206,6 +1207,7 @@
<Bond atomName1="CB" atomName2="SG"/> <Bond atomName1="CB" atomName2="SG"/>
<Bond atomName1="C" atomName2="O"/> <Bond atomName1="C" atomName2="O"/>
<Bond atomName1="C" atomName2="OXT"/> <Bond atomName1="C" atomName2="OXT"/>
<ExternalBond atomName="SG"/>
<ExternalBond atomName="N"/> <ExternalBond atomName="N"/>
</Residue> </Residue>
<Residue name="CGLN"> <Residue name="CGLN">
...@@ -2127,6 +2129,7 @@ ...@@ -2127,6 +2129,7 @@
<Bond atomName1="CB" atomName2="HB3"/> <Bond atomName1="CB" atomName2="HB3"/>
<Bond atomName1="CB" atomName2="SG"/> <Bond atomName1="CB" atomName2="SG"/>
<Bond atomName1="C" atomName2="O"/> <Bond atomName1="C" atomName2="O"/>
<ExternalBond atomName="SG"/>
<ExternalBond atomName="C"/> <ExternalBond atomName="C"/>
</Residue> </Residue>
<Residue name="NGLN"> <Residue name="NGLN">
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment