This looks great and a huge missing piece in the open source chemistry toolkit.
In many cases I already have an RDKit Molecule in my script or I have an SD file on-disk, so generating a SMILES seems a bit wasteful. Would it be possible to add part of the Python API to request the name from an existing rdkit.Chem.rdchem.Mol object?
This looks great and a huge missing piece in the open source chemistry toolkit.
In many cases I already have an RDKit Molecule in my script or I have an SD file on-disk, so generating a SMILES seems a bit wasteful. Would it be possible to add part of the Python API to request the name from an existing
rdkit.Chem.rdchem.Mol object?