Idris2Doc : Chem.QSAR.JPlogP

Chem.QSAR.JPlogP

(source)
This computes the logP in accordance with the JLogP module in
the CDK.

This was published in the
[J. Chem. Inf.](https://jcheminf.biomedcentral.com/articles/10.1186/s13321-018-0316-5)

Definitions

jpLogPContrib : CasteElem=>CastbBondOrder=>IGraphk (AromBondb) (AtomeChargeprHCounttcl) ->Fink->MaybeDouble
  Computes the logP contribution for a single atom and its
implicit hydrogen atoms.

Returns `Nothing` in case the atom is of an unsupported element
or connectivity.

Totality: total
Visibility: export
jpLogP : CasteElem=>CastbBondOrder=>IGraphk (AromBondb) (AtomeChargeprHCounttcl) ->MaybeDouble
  Sums up the logP contributions for all atoms in a molecule.

Returns `Nothing` in case `jpLogPContrib` returns `Nothing` for
at least one atom.

Totality: total
Visibility: export