-
Notifications
You must be signed in to change notification settings - Fork 21
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] Do an MD pre-equilibration for AFE simulations #614
Conversation
@staticmethod | ||
def _pre_minimize(system: openmm.System, | ||
positions: omm_unit.Quantity) -> npt.NDArray: | ||
def _pre_equilibrate( |
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'm wondering if we could modularize the "run a simulation" part of #516 so this could just be imported here? Looking at the TODO items, seems like I'll just end up copying what @hannahbaumann already wrote.
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.
Yeah if that just defined an MDUnit
then either protocol could issue that in their DAGs
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.
Short term I'd probably not look to break this up into more units, there's a ton of "half way" stuff by this point which we would need to serialise out and throw across units, that's a pain right now - probably post 1.0.
Maybe to explain the short term need here - this is something I need for the ABFE stuff.
maybe the answer is to just go as-is with the code duplication and clean up later?
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #614 +/- ##
==========================================
- Coverage 92.21% 91.24% -0.97%
==========================================
Files 124 125 +1
Lines 8594 8478 -116
==========================================
- Hits 7925 7736 -189
- Misses 669 742 +73 ☔ View full report in Codecov by Sentry. |
@IAlibay do you want me to finish this up or is it obsolete now? |
@richardjgowers I'm working on this elsewhere - this doesn't need handover. |
Superseded by #720 |
Fixes #612
TODO:
Developers certificate of origin