LMODELHF

From VASP Wiki
Revision as of 09:26, 8 May 2020 by Kresse (talk | contribs)

LMODELHF = .TRUE. | .FALSE.
Default: LMODELHF = .FALSE. 

Description: LMODELHF selects a decomposition of the exchange functional with full exchange in the short range, and AEXX in the long range.


LMODELHF=.TRUE. selects the range separated hybrid functional suggested in Ref.[1] and Ref. [2] under the name dielectric-dependent hybrid functionals (DDH) and doubly screened hybrid (DSH), respectively. These two functionals are completely identical, but for the way the amount of exact exchange is determined in the long range limit (short wave length limit).

The corresponding functional has been available in VASP since VASP.5.2 released in 2009 (so way before the two publications), although the gradient contribution had been erroneously implemented in all VASP.5 releases and is only correct in VASP.6. The corresponding bug fix has been made available by the authors of Ref. [2]. The non-local exchange part of the functional has also been used and documented in Ref. [3], and is covered in Improving the dielectric function.

Typically the INCAR file will show the following tags for a calculation selecting dielectric-dependent hybrid functionals:

LHFCALC = .TRUE.
LMODELHF = .TRUE.
HFSCREEN = 1.26
AEXX = 0.1

In this case, AEXX specifies the amount of exact exchange in the long range, that is for short wave vectors (). In the short range, that is for large wave vectors, always the full non-local exchange is used. The HFSCREEN determines how quickly the non-local exchange changes from AEXX to 1.

Specifically, in VASP, the Coulomb kernel in the exact exchange is multiplied by a model for the dielectric function :

.

where corresponds to HFSCREEN, and is specified by AEXX. In real space this correspond to a Coulomb kernel


.


The remaining part of the exchange is handled by an appropriate semi-local exchange correlation functional. For further detail we refer to the literature listed below.


Related Tags and Sections

LHFCALC, HFSCREEN, AEXX, hybrid functionals, Thomas-Fermi screening, settings for specific hybrid functionals

References