chemaxon.calculations.logp_method

class LogpMethod(enum.IntEnum):
  • CONSENSUS - Consensus model built on the Chemaxon and Klopman et al. models and the PhysProp database
  • CHEMAXON - Chemaxon's own logP model, which is based on the VG method
CONSENSUS = <LogpMethod.CONSENSUS: 0>
CHEMAXON = <LogpMethod.CHEMAXON: 1>