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
6a82ea51
Commit
6a82ea51
authored
Jun 22, 2020
by
Peter Eastman
Browse files
Updated benchmark script
parent
3fef456d
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
92388 additions
and
92577 deletions
+92388
-92577
examples/apoa1.pdb
examples/apoa1.pdb
+92385
-92575
examples/benchmark.py
examples/benchmark.py
+3
-2
No files found.
examples/apoa1.pdb
View file @
6a82ea51
This diff is collapsed.
Click to expand it.
examples/benchmark.py
View file @
6a82ea51
...
...
@@ -88,12 +88,13 @@ def runOneTest(testName, options):
dt
=
0.005
*
unit
.
picoseconds
constraints
=
app
.
AllBonds
hydrogenMass
=
4
*
unit
.
amu
integ
=
mm
.
LangevinIntegrator
(
300
*
unit
.
kelvin
,
friction
,
dt
)
else
:
dt
=
0.00
2
*
unit
.
picoseconds
dt
=
0.00
4
*
unit
.
picoseconds
constraints
=
app
.
HBonds
hydrogenMass
=
None
integ
=
mm
.
LangevinMiddleIntegrator
(
300
*
unit
.
kelvin
,
friction
,
dt
)
system
=
ff
.
createSystem
(
pdb
.
topology
,
nonbondedMethod
=
method
,
nonbondedCutoff
=
cutoff
,
constraints
=
constraints
,
hydrogenMass
=
hydrogenMass
)
integ
=
mm
.
LangevinIntegrator
(
300
*
unit
.
kelvin
,
friction
,
dt
)
print
(
'Step Size: %g fs'
%
dt
.
value_in_unit
(
unit
.
femtoseconds
))
properties
=
{}
initialSteps
=
5
...
...
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