-
Notifications
You must be signed in to change notification settings - Fork 9
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
Packaging force field files along with Protocols #184
Comments
From discussion:
From OpenFF: probably want functionality in about 3 months |
Hi ! Just pinning this PR here as a possible solution to the problem, I have found that with this change the entire bespoke force field string can be set as the small molecule force field at from openff.toolkit import ForceField
from gufe.settings import OpenMMSystemGeneratorFFSettings
sage = ForceField("openff-2.0.0.offxml")
ff_settings = OpenMMSystemGeneratorFFSettings()
ff_settings.small_molecule_forcefield = sage.to_string() |
This is a cool quick approach to the problem, thanks for working on this @jthorton |
Is there anything remaining to close this now that |
I believe this still needs discussion - we will need this when we go towards gmx, files will be serialised then and we'll need to work out how to ship itps. |
Following up from today's alchemiscale call - it would be good to consider if / how we can package in force field files from host machines to compute ones.
This will particularly be important when using bespoke force fields.
The text was updated successfully, but these errors were encountered: