Hi,
The attached seems to be "innocent" aromatic molecule and many others that I have from DrugBank collection are throwing exception:
element: can not calculate implicit hydrogens on aromatic N, charge 0, degree 2, 0 radical electrons
Indigo i = new Indigo();
IndigoObject input_obj = i.loadMolecule(mol_input);
string input_smiles = input_obj.canonicalSmiles();
at com.ggasoftware.indigo.Indigo._handleError(SByte* message, Indigo self)
at IndigoLib_indigo_dll.indigoCanonicalSmiles(Int32 )
at com.ggasoftware.indigo.IndigoObject.canonicalSmiles()
Thanks,
Ken