-
Notifications
You must be signed in to change notification settings - Fork 17
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
Patch for trans-carboxylic acids #721
Conversation
jkausrelay
commented
Apr 13, 2022
- ELF10 will filter out unphysical conformers where the -OH is hydrogen bonded to the C=O
- This can result in a molecule with no conformers causing charge generation to fail
- Patch by turning off hydrogen sampling and trying again in this case (see Charge generation is failing openforcefield/openff-toolkit#346 (comment))
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.
Looks great to me!
@@ -0,0 +1,39 @@ | |||
mobley_820789 |
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.
Clarification: is this from freesolv.sdf
?
(If so, may be more convenient in a later PR if I modified fetch_freesolv()
to return a dict mol_name
-> mol
instead of a list of mol
s...)
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.
Yes, it could be useful for later.
Reducing need to create an SDF file to index into freesolv by name in #721 (comment)
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.
lgtm. Let's revisit this later for a proper solution.