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
33ae1570
Commit
33ae1570
authored
Apr 10, 2026
by
one
Browse files
tune cutoff padding
parent
16f10eff
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
platforms/hip/src/HipNonbondedUtilities.cpp
platforms/hip/src/HipNonbondedUtilities.cpp
+1
-1
No files found.
platforms/hip/src/HipNonbondedUtilities.cpp
View file @
33ae1570
...
...
@@ -399,7 +399,7 @@ double HipNonbondedUtilities::getMaxCutoffDistance() {
}
double
HipNonbondedUtilities
::
padCutoff
(
double
cutoff
)
{
double
padding
=
(
usePadding
?
0.
08
*
cutoff
:
0.0
);
double
padding
=
(
usePadding
?
0.
12
*
cutoff
:
0.0
);
return
cutoff
+
padding
;
}
...
...
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