-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Settings for Gromacs MD protocol #6
Conversation
Hello @hannahbaumann! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2024-09-04 14:51:20 UTC |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
by default set by the verlet-buffer-tolerance and | ||
verlet-buffer-pressure-tolerance options and the value of rlist is ignored. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it worth setting rlist if we don't have these as options?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May be useful for energy minimization?
energygrps: str = "" | ||
""" | ||
Group(s) for which to write to write short-ranged non-bonded potential | ||
energies to the energy file (not supported on GPUs) | ||
""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because of the GPU limitation, I think it's ok here to just not have them? Unless you think there's a use for them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this could be useful for troubleshooting, e.g. to see whether interactions are excluded between certain groups or not (I've used this for SepTop). But maybe this doesn't need to be user interfacing?
Co-authored-by: Irfan Alibay <[email protected]>
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
No description provided.