INTERACTION_POTENTIAL
References: Guidon2008, Guidon2009
Defines the Coulomb, range-separated, mixed, or truncated interaction operator used for Hartree-Fock exchange. [Edit on GitHub]
Keywords
Keyword descriptions
- CUTOFF_RADIUS
Type: real
Default: [angstrom]
Usage: CUTOFF_RADIUS 10.0Description: Cutoff radius for the truncated \(\frac{1}{r}\) potential or the short-range \(\frac{\mathrm{erfc}(\omega \cdot r)}{r}\) potential. For truncated Coulomb in a periodic cell, choose a radius compatible with the cell dimensions. The default value for short-range potentials when this keyword is omitted is solved from \(\frac{\mathrm{erfc}(\omega \cdot r)}{r} = \epsilon_{\mathrm{schwarz}}\) by Newton-Raphson method, with \(\epsilon_{\mathrm{schwarz}}\) set by SCREENING/EPS_SCHWARZ
- OMEGA
Type: real
Default: 0.00000000E+000
Usage: OMEGA 0.5Description: Parameter \(\omega\) for short/longrange interaction
- POTENTIAL_TYPE
Type: enum
Default: COULOMB
Usage: POTENTIAL_TYPE SHORTRANGEDescription: Selects the interaction potential used for Hartree-Fock exchange. Periodic hybrid calculations commonly use a short-range, truncated, or mixed potential.
Valid values:
COULOMBCoulomb potential: \(\frac{1}{r}\)SHORTRANGEShortrange potential: \(\frac{\mathrm{erfc}(\omega \cdot r)}{r}\)LONGRANGELongrange potential: \(\frac{\mathrm{erf}(\omega \cdot r)}{r}\)MIX_CLMix coulomb and longrange potential: \(\frac{1}{r} + \frac{\mathrm{erf}(\omega \cdot r)}{r}\)GAUSSIANDamped Gaussian potential: \(\exp{(-\omega^2 \cdot r^2)}\)MIX_LGMix Gaussian and longrange potential: \(\frac{\mathrm{erf}(\omega \cdot r)}{r} + \exp{(-\omega^2 \cdot r^2)}\)IDENTITYOverlapTRUNCATEDTruncated coulomb potential: if (r < R_c) 1/r else 0MIX_CL_TRUNCTruncated Mix coulomb and longrange potential, assumes/requires that the erf has fully decayed at R_c
- SCALE_COULOMB
Type: real
Default: 1.00000000E+000
Usage: SCALE_COULOMB 1.0Description: Scales Hartree-Fock contribution arising from a coulomb potential. Only valid when doing a mixed potential calculation
- SCALE_GAUSSIAN
Type: real
Default: 1.00000000E+000
Usage: SCALE_GAUSSIAN 1.0Description: Scales Hartree-Fock contribution arising from a gaussian potential. Only valid when doing a mixed potential calculation
- SCALE_LONGRANGE
Type: real
Default: 1.00000000E+000
Usage: SCALE_LONGRANGE 1.0Description: Scales Hartree-Fock contribution arising from a longrange potential. Only valid when doing a mixed potential calculation
- T_C_G_DATA
Type: string
Default: t_c_g.dat
Usage: T_C_G_DATA /data/t_c_g.datDescription: Location of the file t_c_g.dat that contains the data for the evaluation of the truncated gamma function