Open rapodaca opened 9 years ago
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?
Stereochemistry will be supported in the next release as one of the major new features. Not sure when this will be but hope to get this done in the first quarter of 2015.
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:
Is this just the Python interface, or does stereochemistry remain to be implemented?