from_rdkit()
Convert an RDKit molecule object to pygmtools graph representation.
mol – RDKit Chem.Mol object.
Chem.Mol
a dict with mol, atoms, connectivity, n_node, and n_edge.
mol
atoms
connectivity
n_node
n_edge