Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
643473ce
Unverified
Commit
643473ce
authored
Jun 18, 2025
by
Joe Greener
Committed by
GitHub
Jun 17, 2025
Browse files
Fix typo in CustomAngleForce docs (#4969)
parent
1ce5d91d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs-source/usersguide/application/06_creating_ffs.rst
docs-source/usersguide/application/06_creating_ffs.rst
+1
-1
No files found.
docs-source/usersguide/application/06_creating_ffs.rst
View file @
643473ce
...
@@ -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"/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment