OENormalMolecularComplexity¶
float OENormalMolecularComplexity(const OEChem::OEMolBase &mol)
Note
The molecule argument is const
, so the
OEPerceiveChiral
perception activity must be
performed prior to calling this function.
This function is a convenience that scales the value from OEDetermineMolecularComplexity
to [0-1] assuming the underlying complexity is [0-1000] which is the case from most small molecules.