"vscode:/vscode.git/clone" did not exist on "7fdeaaa806e10b004ee5b0c5c0bc5cad1f0ad744"
Commit e8baa3be authored by Jason Swails's avatar Jason Swails
Browse files

Convert 1/A to 1/nm

parent 3872f39b
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment