OESetCIPStereo

OESetCIPStereo(mol: Union[OEGraphMol,OEMol,OEQMol], atom: OEAtomBase,
               cipstereo: int) -> bool

Sets the internal OEChem TK stereochemistry from the given CIP atom stereo descriptor. The descriptor must be either OECIPAtomStereo_R or OECIPAtomStereo_S. This function returns true if the stereochemistry was successfully set, and false otherwise: i.e. the descriptor was invalid or the specified atom was not a CIP atom stereo center.

See also

OESetCIPStereo(mol: Union[OEGraphMol,OEMol,OEQMol], bond: OEBondBase,
               cipstereo: int) -> bool

Sets the internal OEChem TK stereochemistry from the given CIP atom stereo descriptor. The descriptor must be either OECIPBondStereo_E or OECIPBondStereo_Z. This function returns true if the stereochemistry was successfully set, and false otherwise: i.e. the descriptor was invalid or the specified bond was not a CIP bond stereo center.

See also