-
Notifications
You must be signed in to change notification settings - Fork 1
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
Use dihedral angles to distinguish between different stereochemistry #283
Comments
I agree we need to address it. I think we should first identify stereocentres for each of the compounds, and then compare them to see if they are identical if the stereocentres appear in both compounds. If they only appear in one of the compounds, we still need to use the stereocentre information to correctly construct the structures of the hybrid compounds. Hydrogen atoms can't be hidden anymore. |
It's better to get this sorted before we release the code. I don't think normal dihedral angles are of any use here. Improper dihedral may be useful, as one of the purposes of introducing improper dihedral is to prevent atoms from flipping over to their mirror images. Is there anything we can learn from the identification of tetrahedral atomic stereochemistry in other packages such as RDKit? |
It would be useful to have it for the release. I'll use rdkit to add this case. Let's mention this on the next meeting. I will try to take care of it by then. Best, Mat |
A quick update, I used rdkit to detect the enantiomers we previously encountered and they didn't manage it in that one case. Specifically, I used this: |
The force field terms are very likely to be exactly the same for the two molecules. We may need structural information instead of force field terms to detect the differences of the conformation. |
In that case we might need a better set of molecules and clearer definition. I am happy to use rdkit where we can, but it might be also good to check the libraries. I am surprised about the terms in the FF. But I can see how they could be in different minimas while having the same FF. |
Long term goal to sort out when we have a minute. Let's stay in touch about this!
The text was updated successfully, but these errors were encountered: