MobleyLab / chemper

Repository for Chemical Perception Sampling Tools
MIT License
19 stars 10 forks source link

Update __str__ for mol_toolkit atoms and bonds #73

Closed bannanc closed 4 years ago

bannanc commented 5 years ago

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.