-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
If we are maintaining a tinygraph obj that keeps track of hydrogens using the explicit_h prop, then if we export to RDKit mol using to_rdkit_mol we should also also set no_implicit on the atoms that have it, right? I was thinking something like
if explicit_h_prop is not None:
atom.SetNumExplicitHs(int(g.v[explicit_h_prop][i]))
atom.SetNoImplicit(True)
tinygraph/tinygraph/io/rdkit.py
Line 116 in f163816
| if explicit_h_prop is not None: |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels