Classical electronegativity equilibration (EEQ) partial charges are determined by minimising the following energy expression of the isotropic electrostatic interaction, which is dependent on atomic charges q
The first part of the equation above describes the on-side interaction of atom i in terms of a Taylor expansion expressed in atomic partial charges. Within chii , we apply the Pauling electronegativity (EN) and the atomic coordination number (CN) scaled by a parameter kappaito introduce an environment dependency into the partial-charge approach.The second part of the equation describes the (pairwise) interactions between the atom i and all jparticles as obtained for interacting charge densities (for a deeper understanding check the references, Goedecker et al. and Caldeweyher et al.; Note: Eq. 12 in Caldeweyher et al. is erroneous while the definition above is correct as it is also given in the JCP publication).
To obtain EEQ partial charges under the constraint that the partial charges conserve the total charge of the system, the method of constrained Lagrangian optimisation is used
which leads to a set of (N + 1) linear equations that can be rewritten in matrix form as
(A110)(qλ)=(Xqtotal)withXi=−χi
Let's define the interaction matrix (the definition of the right-hand side is given above)
Overall five parameter exist per element (fitted against PBE0/def2-TZVP Hirshfeld charges):
Define the Subcommand
> kallisto eeq options arguments
--chrg <int>
(optional, default: 0)
description:
absolute charge (qtotal) of the input structure (Lagrangian constraint)
--out <string>
(optional)
description:
write output to file
input file is given as (positional) argument
Application
To calculate atomic EEQ charges for a neutral charged Alanine-Glycine molecule, we call the subcommand eeq
> kallisto eeq alanine-glycine.xyz0.0597044617282562750.2626494653657499-0.49655124487394120.0479912630035762150.2744196871227069-0.38881537388038867-0.6402141334784498-0.3928319273751289-0.475826694473020230.27906241167593440.2891096702066603-0.18459355704515140.124175985152685240.270287736553420870.147221209806855440.145025961367546140.29922147112250290.130319072227736670.13423466824632320.11540986754612566# Save output to file 'eeq'> kallisto eeq --out eeq alanine-glycine.xyz> cat eeq0.0597044617282562750.2626494653657499-0.49655124487394120.0479912630035762150.2744196871227069-0.38881537388038867-0.6402141334784498-0.3928319273751289-0.475826694473020230.27906241167593440.2891096702066603-0.18459355704515140.124175985152685240.270287736553420870.147221209806855440.145025961367546140.29922147112250290.130319072227736670.13423466824632320.11540986754612566
Now we obtain a list of atomic EEQ charges, which sum up to a total charge of zero. However, we can furthermore calculate atomic EEQ charges for the cationic (or anionic) Alanine-Glycine molecule by incorporating the chrg option as described in the subcommand definition.