Skip to content
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

Stereochemistry not output to SMILES when allHsExplicit=True #1219

Closed
greglandrum opened this issue Dec 19, 2016 · 0 comments
Closed

Stereochemistry not output to SMILES when allHsExplicit=True #1219

greglandrum opened this issue Dec 19, 2016 · 0 comments
Labels
Milestone

Comments

@greglandrum
Copy link
Member

Here's the simple demo:

In [8]: m = Chem.MolFromSmiles('C[C@H](F)(Cl)')

In [9]: Chem.MolToSmiles(m,isomericSmiles=True,allHsExplicit=True)
Out[9]: '[CH3][CH]([F])[Cl]'

Discovered by @ptosco

@greglandrum greglandrum added this to the 2016_09_3 milestone Dec 19, 2016
greglandrum added a commit to greglandrum/rdkit that referenced this issue Dec 20, 2016
greglandrum added a commit that referenced this issue Dec 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant