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
3244fecf
"...src/ssh:/git@developer.sourcefind.cn:2222/tsoc/openmm.git" did not exist on "0d7cf997559983a2f1cd973be855117b83e930ac"
Commit
3244fecf
authored
Jan 02, 2016
by
John Chodera (MSKCC)
Browse files
Fixed simple ffxml file in TestForceField.
parent
48d99fee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
wrappers/python/tests/TestForceField.py
wrappers/python/tests/TestForceField.py
+3
-0
No files found.
wrappers/python/tests/TestForceField.py
View file @
3244fecf
...
@@ -295,6 +295,9 @@ class TestForceField(unittest.TestCase):
...
@@ -295,6 +295,9 @@ class TestForceField(unittest.TestCase):
# no external bonds or external bonds to other residues parameterized by the simpleTemplateGenerator.
# no external bonds or external bonds to other residues parameterized by the simpleTemplateGenerator.
simple_ffxml_contents
=
"""
simple_ffxml_contents
=
"""
<ForceField>
<ForceField>
<AtomTypes>
<Type name="XXX" class="XXX" element="C" mass="12"/>
</AtomTypes>
<HarmonicBondForce>
<HarmonicBondForce>
<Bond type1="XXX" type2="XXX" length="0.1409" k="392459.2"/>
<Bond type1="XXX" type2="XXX" length="0.1409" k="392459.2"/>
</HarmonicBondForce>
</HarmonicBondForce>
...
...
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