"...ssh:/git@developer.sourcefind.cn:2222/tsoc/openmm.git" did not exist on "65c025a1fee35c09f707178c1f71d037a4493b5d"
Commit bd8c49de authored by Mark Friedrichs's avatar Mark Friedrichs
Browse files

Changed default scaling method for GB/VI Born radii calculation to QuinticSpline

parent 032e18de
......@@ -38,7 +38,7 @@
using namespace OpenMM;
GBVIForce::GBVIForce() : nonbondedMethod(NoCutoff), cutoffDistance(1.0), solventDielectric(78.3), soluteDielectric(1.0),
scalingMethod(NoScaling), quinticLowerLimitFactor(0.8), quinticUpperBornRadiusLimit(5.0) {
scalingMethod(QuinticSpline), quinticLowerLimitFactor(0.8), quinticUpperBornRadiusLimit(5.0) {
}
int GBVIForce::addParticle(double charge, double radius, double gamma) {
......
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