Open smcolby opened 1 year ago
Rather than relying on rdkit's __repr__ method (i.e. the mol attribute of a Geometry instance), we should implement a solution tailored to our class implementations.
__repr__
mol
Geometry
Rather than relying on rdkit's
__repr__
method (i.e. themol
attribute of aGeometry
instance), we should implement a solution tailored to our class implementations.