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
e8baa3be
Commit
e8baa3be
authored
Jan 28, 2014
by
Jason Swails
Browse files
Convert 1/A to 1/nm
parent
3872f39b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
wrappers/python/simtk/openmm/app/amberprmtopfile.py
wrappers/python/simtk/openmm/app/amberprmtopfile.py
+3
-2
No files found.
wrappers/python/simtk/openmm/app/amberprmtopfile.py
View file @
e8baa3be
...
...
@@ -215,8 +215,9 @@ class AmberPrmtopFile(object):
# free space, q is the elementary charge (this number matches
# Amber's kappa conversion factor)
implicitSolventKappa
=
50.33355
*
sqrt
(
implicitSolventSaltConc
/
solventDielectric
/
temperature
)
# Multiply by 0.73 to account for ion exclusions.
implicitSolventKappa
*=
0.73
# Multiply by 0.73 to account for ion exclusions, and multiply by 10
# to convert to 1/nm from 1/angstroms
implicitSolventKappa
*=
7.3
elif
implicitSolvent
is
None
:
implicitSolventKappa
=
0.0
...
...
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