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
7a55f02c
Commit
7a55f02c
authored
Jul 11, 2013
by
Lee-Ping Wang
Browse files
Reverted testInstallation.py
parent
abb5e39b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/testInstallation.py
examples/testInstallation.py
+1
-1
No files found.
examples/testInstallation.py
View file @
7a55f02c
...
...
@@ -13,7 +13,7 @@ except ImportError as err:
# Create a System for the tests.
pdb
=
PDBFile
(
'input.pdb'
)
forcefield
=
ForceField
(
'am
oeba2009
.xml'
)
forcefield
=
ForceField
(
'am
ber99sb.xml'
,
'tip3p
.xml'
)
system
=
forcefield
.
createSystem
(
pdb
.
topology
,
nonbondedMethod
=
PME
,
nonbondedCutoff
=
1
*
nanometer
,
constraints
=
HBonds
)
# List all installed platforms and compute forces with each one.
...
...
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