ACFDT/RPA calculations

From VASP Wiki
Revision as of 16:58, 17 January 2017 by Karsai (talk | contribs)

The ACFDT-RPA groundstate energy () is the sum of the ACFDT-RPA correlation energy and the Hartree-Fock energy evaluated non self-consistently using DFT orbitals :

.

Note that, here includes also the Hartree energy, the kinetic energy, as well as the Ewald energy of the ions, whereas often in literature refers only to the exact exchange energy evaluated using DFT orbitals.

If ALGO=ACFDT is set in the INCAR file, VASP calculates the correlation energy in the random phase approximation. To this end, VASP calculates first the independent particle response function, using the virtual (unoccupied) states found in the WAVECAR file, and then determines the correlation energy using the plasmon fluctuation equation:

E_{c} = .

In practice, RPA energy calculations need to proceed in four steps (VASP can not yet perform all required steps in a single VASP run).

First step (a standard DFT run): All occupied orbitals (and as usual in VASP, a few unoccupied orbitals) of the DFT-Hamiltonian are calculated:

EDIFF = 1E-8
ISMEAR = 0 ; SIGMA = 0.05

This can be done with your favorite setup, but we recommend to attain very high precision (small EDIFF flag) and to use a small smearing width (SIGMA flag), and to avoid higher order Methfessel-Paxton smearing (see also ISMEAR). We suggest to use PBE orbitals as input for the ACFDT-RPA run, but other choices are possible as well, e.g. LDA or hybrid functionals such as HSE. For hybrid functionals, we suggest however to carefully consider the caveats mentioned in reference [1], specifically the RPA dielectric matrix yields significantly too weak screening for hybrid functionals, which is expected to deteriorate the RPA results.


Second step: the Hartree Fock energy is calculated using the predetermined DFT orbitals:

ALGO  = EIGENVAL ; NELM = 1
LWAVE=.FALSE.                  ! avoid accidental update of WAVECAR
LHFCALC = .TRUE. ; AEXX = 1.0  ! you my set ALDAC = 0.0 but the default is 1-AEXX
ISMEAR = 0 ; SIGMA = 0.05

For insulators and semiconductors with a sizable gap, faster convergence of the Hartree-Fock energy can be obtained by setting HFRCUT=-1, altough this slows down k-point convergence for metals.


Third step: Search for maximum number of plane-waves: in the [[{{{1}}}]]_{\rm max}$,

VASP automatically extrapolates to the infinite basis set limit

using a linear regression to the equation~\cite{harl08,harl10,klimes14}: \begin{equation} E_{\rm c}({\mathbf{G}})=E_{\rm c}(\infty)+\frac{A}{{\mathbf{G}}^3}. \end{equation} Furthermore, the Coulomb kernel is smoothly truncated between {\tt ENCUTGWSOFT} and {\tt ENCUTGW} using a simple cosine like window function (Hann window function). The default for {\tt ENCUTGWSOFT} is 0.8~$\times$~{\tt ENCUTGW} (again we do not recommend to change this default).

The integral over $\omega$ is evaluated by means of a highly accurate mini-max integration.\cite{kaltak14} The number of $\omega$ points is determined by the flag {\tt NOMEGA}, whereas the energy range of transitions is determined by the band gap and the energy difference between the lowest occupied and highest unoccupied one-electron orbital. VASP determines these values automatically (from vasp.5.4.1 on), and the user should only carefully converge with respect to the number of frequency points {\tt NOMEGA}. A good choice is usually {\tt NOMEGA=12}, however, for large gap systems one might obtain $\mu$eV convergence per atom already using 8 points, whereas for metals up to {\tt NOMEGA=24} frequency points are sometimes necessary, in particular, for large unit cells.

Strictly adhear to the steps outlines above. Specifically, be aware that steps two and three require the {\tt WAVECAR} file generated in step one, whereas step four requires the {\tt WAVECAR} and {\tt WAVEDER} file generated in step three (generated by setting {\tt LOPTICS = .TRUE.}).\\

{\bf Some issues particular to ACFDT-RPA calculations on metals}:

\noindent For metals, the RPA groundstate energy converges fastest with respect to k-points, if the exchange (Eq.~(12) in Ref.~\cite{harl10}) and correlation energy are calculated on the same k-point grid, {\tt HFRCUT=1} is not set, and the long-wavelength contributions from the polarizability are not considered (see Ref.~\cite{harl10}).

To evaluate Eq.~(12) in Ref.~\cite{harl10}, a correction energy for E$_{\rm EXX}$ related to partial occupancies has to be added to the RPA groundstate energy: \begin{equation} \mathrm{E}_{\rm RPA}=\mathrm{E}_{\rm c}+\mathrm{E}_{\rm EXX}+ \mathrm{E}_{HFc}. \end{equation} In vasp.5.4.1, this value is calculated for any HF type calculation (step 2) and can be found in the OUTCAR file after the total energy (in the line starting with {\tt exchange ACFDT corr. = }).

To neglect the long-wavelength contributions, simply set {\tt LOPTICS =.FALSE.} in the {\tt ALGO = Exact} step (third step), {\em and} remove WAVEDER files in the directory.

Virtually the same flags and procedures apply to the new low scaling RPA algorithm. However, in the last step {\tt ALGO = ACFDT} needs to be replaced by {\tt ALGO = ACFDTR}. The new version is presently not part of the VASP distribution.

References

Cite error: <ref> tag with name "harl" defined in <references> is not used in prior text.