While debugging, I realized that print(atom) or print(bond) doesn't help with debugging because you get <chemper.mol_toolkits.cp_openeye.Atom object at 0xa1d712f60>. I would like to follow the openeye model for this and print the atom element and index number.
While debugging, I realized that print(atom) or print(bond) doesn't help with debugging because you get
<chemper.mol_toolkits.cp_openeye.Atom object at 0xa1d712f60>
. I would like to follow the openeye model for this and print the atom element and index number.