Basic chemical properties

Molecular properties

molweight(mol::VectorMol; digits=2) -> Float64

Return standard molecular weight.

source
H_acceptor_count(mol::VectorMol) -> Int

Return the number of hydrogen bond acceptors (N, O and F).

source
H_donor_count(mol::VectorMol) -> Int

Return the number of hydrogen bond donors (O and N attached to hydrogens).

source
wclogp(mol::VectorMol) -> Float64

Return predicted logP value calculated by using Wildman and Crippen method.

Reference

  1. Wildman, S. A. and Crippen, G. M. (1999). Prediction of Physicochemical Parameters by Atomic Contributions. Journal of Chemical Information and Modeling, 39(5), 868–873. https://doi.org/10.1021/ci990307l
source
rotatable_count(mol::VectorMol) -> Int

Return the number of rotatable bonds.

source