chemaxon.calculations.pka
- ACIDIC
- BASIC
PkaResult
Attributes
acidic_values : PkaValue[]
The calculated acidic pka values
basic_values : PkaValue[]
The calculated basic pka values
min_acidic : PkaValue
The most acidic pka value
max_basic : PkaValue
The most basic pka value
structure : Molecule
The input structure extended by pka values as atomic properties.
pKa calculation.
Most molecules contain some specific functional groups likely to lose or gain proton(s) under specific circumstances. Each equilibrium between the protonated and deprotonated forms of the molecule can be described with a constant value called p K a. The pka function calculates the pKa values of the molecule based on its partial charge distribution.
Link: https://docs.chemaxon.com/display/docs/calculators_pka-plugin.md
Parameters
mol : Molecule
Input molecule
Returns
pka : PkaResult