OEAlignReceptors
OEAlignReceptors(target_receptor: Union[OEGraphMol,OEMol,OEQMol],
receptor_to_align: Union[OEGraphMol,OEMol,OEQMol]) -> Iterable[OEGraphMol]
Given two receptors (a target and a receptor to align) return an iterator of aligned receptors. In general, on success, the iterator will only contain one aligned receptor and will be empty on failure.
OEAlignReceptors(target_receptor: Union[OEGraphMol,OEMol,OEQMol],
receptor_to_align: Union[OEGraphMol,OEMol,OEQMol],
arg3: OEAlignReceptorFunction) -> Iterable[OEGraphMol]
Align two receptors using the supplied OEAlignReceptorFunction.