-
Notifications
You must be signed in to change notification settings - Fork 25
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
update to openff_unconstrained-2.1.0 as the default ff #201
base: main
Are you sure you want to change the base?
Conversation
Codecov Report
Additional details and impacted files |
Are you referring to the SMIRNOFF force field or Espaloma model? |
raise NotImplementedError | ||
return ff | ||
|
||
|
||
def openmm_system_from_graph( | ||
g, | ||
forcefield="openff_unconstrained-2.0.0", |
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.
Could also bump up to 2.2.0 as of today
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.
what about as of today?
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.
2.2.0 would be fine but 2.2.1 is the newest
Shouldn't need anything special at the packaging level, the latest openff-forcefields
is difficult to not pull down
The newer FF has better biopolymer support, a user had an issue with a system they were trying to parameterize that had arginine residues and the issue went away when we bumped the FF to use a newer version.