OEGetInteractions

OEGetInteractions(mol: Union[OEGraphMol,OEMol,OEQMol],
                  arg2: OEInteractionHintContainer) -> Iterable[OEInteractionHint]

Returns an iterator over the interactions stored in the given container that are connecting any atoms of the given molecules.

OEGetInteractions(atom: OEAtomBase, arg2: OEInteractionHintContainer) -> Iterable[OEInteractionHint]

Returns an iterator over the interactions stored in the given container that are connecting the given atom.