OESetInteractionsHintSerializationIds

Attention

This is a preliminary API and may be improved based on user feedback. It is currently available in C++ and Python.

OESetInteractionsHintSerializationIds(mol: Union[OEGraphMol,OEMol,OEQMol]) -> None

Sets the interaction hint serialization ids on a molecule. This function is useful when serializing interactions for multiple active sites in the same protein.

OESetInteractionsHintSerializationIds(du: OEDesignUnit) -> None

Sets the interaction hint serialization ids on all molecules in the given OEDesignUnit. This is equivalent to calling the molecule overload on each component of the design unit.