@@ -42,12 +42,12 @@ Two options exist for accounting for charge-penetration contribution to electros
4242energy:
4343
4444- exponential screening ("smearing") of charges. This is achieved by invoking screening parameters
45- defined in ``SCREEN2 `` section of the `.efp ` potential (see :ref: `SCREEN `). The charge-penetration energy
46- is not printed separately but included in the electrostatic energy.
45+ defined in ``SCREEN2 `` section of the `.efp ` potential (see :ref: `SCREEN `). The charge-penetration energy
46+ is not printed separately but included in the electrostatic energy.
4747- overlap-based screening. This is a separate energy term derived assuming that localized orbitals
48- can be modeled as spherical gaussions (the same approximation is used in the exchange-repulsion term).
49- This calculation will utilize exchange-repulsion parameters (:ref: `FOCK `, :ref: `WF `, :ref: `BASIS `, :ref: `LMOC `).
50- This overlap-based charge-penetration energy is printed as a separate energy term (see examples in :ref: `libefp `).
48+ can be modeled as spherical gaussions (the same approximation is used in the exchange-repulsion term).
49+ This calculation will utilize exchange-repulsion parameters (:ref: `FOCK `, :ref: `WF `, :ref: `BASIS `, :ref: `LMOC `).
50+ This overlap-based charge-penetration energy is printed as a separate energy term (see examples in :ref: `libefp `).
5151
5252Detailed description of damping functions and their benchmarks are published in
5353`Damping functions for electrostatic term <http://dx.doi.org/10.1002/jcc.20520 >`_
@@ -85,12 +85,39 @@ the `short-range damping functions paper <http://dx.doi.org/10.1080/002689708027
8585by an optional :ref: `POLAB ` keyword; smaller values provide stronger screening of polarization energies which might be necessary for fragments
8686with large multiple moments (charged or strongly polar species) or large polarizabilities (e.g., large conjugated/aromatic molecules).
8787
88+ .. _disp_energy :
89+
8890Dispersion term
8991^^^^^^^^^^^^^^^
9092
9193Dispersion energy term captures the London interaction between the molecules. Formally, it can be expanded in
92- series of (1/R) operator as $$ E_{disp} = \f rac{C_6}{R^6} + \f rac{C_8}{R^8} + \f rac{C_{10}}{R^{10}} + ...$$.
94+ series of (1/R) operator as :math: ` E_{disp} = \frac {C_6 }{R^6 } + \frac {C_8 }{R^8 } + \frac {C_{10 }}{R^{10 }} + ....`
9395In the case of distributed approach where dispersin contributions are computed as a sum of contributions due to
94- individual parts of a molecules, the odd terms $\f rac{C_7}{R^7}$, $\f rac{C_9}{R^9}$ etc are also non-zero.
95- The dispersion energy in LibEFP is computed as the first $\f rac{C_6}{R^6}$ in the dispersion expansion, using
96- distributed dynamic polarizabilities for evaluating $C_6$ coefficient, i.e.,
96+ individual parts of a molecules, the odd terms :math: `\frac {C_7 }{R^7 }, \frac {C_9 }{R^9 }` etc are also non-zero.
97+
98+ The relevant sections of the EFP potential are:
99+
100+ - :ref: `DYN_POINT `
101+
102+ :ref: `DYN_POINT ` group section provides coordinates and values of anisotropic dynamic polarizability tensors for computing dispersion energy.
103+
104+ .. _ex_rep :
105+
106+ Exchange Repulsion
107+ ^^^^^^^^^^^^^^^^^^
108+
109+ Exchange repulsion accounts for the antisymmetry of the wave function of the fragments.It is modelled using inter-fragment kinetic and
110+ overlap integrals, and the Fock matrices of the fragment.
111+
112+ The relevant sections of the EFP potential are:
113+
114+ - :ref: `BASIS `
115+ - :ref: `MULTIPLICITY `
116+ - :ref: `WF `
117+ - :ref: `FOCK `
118+ - :ref: `LMOC `
119+
120+ :ref: `BASIS ` provides details of the basis set used for calculation of the exchange repulsion energy, :ref: `MULTIPLICITY ` contains information
121+ on the multiplicity of the fragment (LibEFP works only on fragments with multiplicity 1), :ref: `WF ` provides the localized wave function of the
122+ fragment, while :ref: `FOCK ` and :ref: `LMOC ` contain information regarding the elements of the Fock matrix of the fragment in the localized basis, and
123+ the coordinates of the localized molecular orbital, respectively.
0 commit comments