Unverified Commit 643473ce authored by Joe Greener's avatar Joe Greener Committed by GitHub
Browse files

Fix typo in CustomAngleForce docs (#4969)

parent 1ce5d91d
...@@ -654,7 +654,7 @@ To add a CustomAngleForce to the System, include a tag that looks like this: ...@@ -654,7 +654,7 @@ To add a CustomAngleForce to the System, include a tag that looks like this:
<CustomAngleForce energy="scale*k*(theta-theta0)^2"> <CustomAngleForce energy="scale*k*(theta-theta0)^2">
<GlobalParameter name="scale" defaultValue="0.5"/> <GlobalParameter name="scale" defaultValue="0.5"/>
<PerAngleParameter name="k"/> <PerAngleParameter name="k"/>
<PerAngleParameter name=" theta0"/> <PerAngleParameter name="theta0"/>
<Angle class1="HW" class2="OW" class3="HW" theta0="1.824218" k="836.8"/> <Angle class1="HW" class2="OW" class3="HW" theta0="1.824218" k="836.8"/>
<Angle class1="HW" class2="HW" class3="OW" theta0="2.229483" k="0.0"/> <Angle class1="HW" class2="HW" class3="OW" theta0="2.229483" k="0.0"/>
<Angle class1="C" class2="C" class3="O" theta0="2.094395" k="669.44"/> <Angle class1="C" class2="C" class3="O" theta0="2.094395" k="669.44"/>
......
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