-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I recently found Helium and it looks very useful, especially with its SMIRKS support.
However, in using the Python interface, it looks like stereochemistry isn't supported:
>>> smiles = Smiles()
>>> m = Molecule()
>>> smiles.read('C[C@H](Cl)CCN', m)
True
>>> smiles.write(m)
'CC(Cl)CCN'
Is this just the Python interface, or does stereochemistry remain to be implemented?
Metadata
Metadata
Assignees
Labels
No labels