Commit 33ae1570 authored by one's avatar one
Browse files

tune cutoff padding

parent 16f10eff
...@@ -399,7 +399,7 @@ double HipNonbondedUtilities::getMaxCutoffDistance() { ...@@ -399,7 +399,7 @@ double HipNonbondedUtilities::getMaxCutoffDistance() {
} }
double HipNonbondedUtilities::padCutoff(double cutoff) { double HipNonbondedUtilities::padCutoff(double cutoff) {
double padding = (usePadding ? 0.08*cutoff : 0.0); double padding = (usePadding ? 0.12*cutoff : 0.0);
return cutoff+padding; return cutoff+padding;
} }
......
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