-
Notifications
You must be signed in to change notification settings - Fork 189
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
Kekulization Error #65
Comments
I also encounter the same problem. Have you fixed it? |
I'm having the same problem. I have found that if you modify the next in chemutils.py it works:
But I'm not sure if the whole model is gonna be afected. |
I ve just added: |
this is because the version of rdkit: |
smiles = Chem.MolFragmentToSmiles(mol, atoms, kekuleSmiles=True)
rdkit.Chem.rdchem.KekulizeException: Can't kekulize mol. Unkekulized atoms: 6 8 12
How did you deal with this kekulization error?
The text was updated successfully, but these errors were encountered: