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
ba23b627
Commit
ba23b627
authored
May 06, 2010
by
Mark Friedrichs
Browse files
Factor of 1/(4*pi*eps0) does not belong in GB/VI nonpolar term
parent
47171144
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
platforms/reference/tests/TestReferenceCustomGBForce.cpp
platforms/reference/tests/TestReferenceCustomGBForce.cpp
+1
-1
No files found.
platforms/reference/tests/TestReferenceCustomGBForce.cpp
View file @
ba23b627
...
@@ -300,7 +300,7 @@ static CustomGBForce* createCustomGBVI( double solventDielectric, double soluteD
...
@@ -300,7 +300,7 @@ static CustomGBForce* createCustomGBVI( double solventDielectric, double soluteD
// nonpolar term + polar self energy
// nonpolar term + polar self energy
customGbviForce
->
addEnergyTerm
(
"-138.935485*((1.0/soluteDielectric)-(1.0/solventDielectric))*((gamma*(radius/B)^3)
+(0.5*q^2/B)
)"
,
CustomGBForce
::
SingleParticle
);
customGbviForce
->
addEnergyTerm
(
"
(
-138.935485*
0.5*
((1.0/soluteDielectric)-(1.0/solventDielectric))*q^2/B)-
((1.0/soluteDielectric)-(1.0/solventDielectric))*((gamma*(radius/B)^3))"
,
CustomGBForce
::
SingleParticle
);
// polar pair energy
// polar pair energy
...
...
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