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
eec9cd69
Unverified
Commit
eec9cd69
authored
Jun 23, 2020
by
peastman
Committed by
GitHub
Jun 23, 2020
Browse files
Merge pull request #2754 from peastman/benchmark
Updated benchmark script
parents
3fef456d
6a82ea51
Changes
2
Expand all
Show 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 @
eec9cd69
This diff is collapsed.
Click to expand it.
examples/benchmark.py
View file @
eec9cd69
...
...
@@ -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