Jump to content

Requests for technical support from the VASP team should be posted in the VASP Forum.

LTHOMAS: Difference between revisions

From VASP Wiki
Ftran (talk | contribs)
No edit summary
Ftran (talk | contribs)
No edit summary
Line 6: Line 6:
The Thomas-Fermi screening length ''k''<sub>TF</sub> is specified by means of the {{TAG|HFSCREEN}} tag.
The Thomas-Fermi screening length ''k''<sub>TF</sub> is specified by means of the {{TAG|HFSCREEN}} tag.


For typical semiconductors, a Thomas-Fermi screening length <math>k_{\rm TF}</math> of about 1.8 &Aring;<sup>-1</sup> yields reasonable band gaps. In principle, however, the Thomas-Fermi screening length depends on the valence-electron density. VASP determines <math>k_{\rm TF}</math> from the number of valence electrons (read from the {{FILE|POTCAR}} file) and the volume (leading to an average density <math>\bar{n}</math>) and writes the corresponding value of <math>k_{\rm TF}=\sqrt{4k_{\rm F}/\pi}</math>, where <math>k_{\rm F}=(3\pi^2\bar{n})^{1/3}</math> to the {{FILE|OUTCAR}} file (note that this value is only printed for information; it is not used during the calculation):
For typical semiconductors, a Thomas-Fermi screening length <math>k_{\rm TF}</math> of about 1.8 &Aring;<sup>-1</sup> yields reasonable band gaps. In principle, however, the Thomas-Fermi screening length depends on the valence-electron density. VASP determines <math>k_{\rm TF}</math> from the number of valence electrons (read from the {{FILE|POTCAR}} file) and the volume (leading to an average density <math>\bar{n}</math>) and writes the corresponding value of <math>k_{\rm TF}=\sqrt{4\bar{k}_{\rm F}/\pi}</math>, where <math>\bar{k}_{\rm F}=(3\pi^2\bar{n})^{1/3}</math> to the {{FILE|OUTCAR}} file ('''note that this value is only printed for information and is not used during the calculation'''):
   Thomas-Fermi vector in A            =  2.00000
   Thomas-Fermi vector in A            =  2.00000


Line 15: Line 15:
{{NB|important|When {{TAG|AEXX}}{{=}}1 (the default for {{TAG|LTHOMAS}}{{=}}.TRUE.), the correlation <math>E_{\mathrm{c}}^{\mathrm{SL}}</math> is not included. However, it can be included by setting {{TAG|ALDAC}}{{=}}1.0 and {{TAG|AGGAC}}{{=}}1.0.}}
{{NB|important|When {{TAG|AEXX}}{{=}}1 (the default for {{TAG|LTHOMAS}}{{=}}.TRUE.), the correlation <math>E_{\mathrm{c}}^{\mathrm{SL}}</math> is not included. However, it can be included by setting {{TAG|ALDAC}}{{=}}1.0 and {{TAG|AGGAC}}{{=}}1.0.}}
Since VASP counts the semi-core states and ''d''-states as valence electrons, although these states do not contribute to the screening, the values reported by VASP are often not recommended.
Since VASP counts the semi-core states and ''d''-states as valence electrons, although these states do not contribute to the screening, the values reported by VASP are often not recommended.
Another important detail concerns the implementation of the local LDA part in VASP. Literature [see Eqs. (3.10), (3.14), and (3.15) in Ref. {{cite|seidl:prb:96}}] suggests to use in the enhancement factor <math>F(z)</math> a position-independent variable <math>z=k_{\rm TF}/\bar{k}_{\rm F}</math> where <math>\bar{k}_{\rm F}</math> is as defined above but using the average density <math>\bar{n}</math> in the unit cell.
However, implemented in VASP is a position-dependent variable <math>z({\bf r})=k_{\rm TF}/k_{\rm F}({\bf r})</math>, where <math>k_{\rm F}({\bf r})=(3\pi^2 n({\bf r}))^{1/3}</math> is the Fermi wave vector calculated with the local density <math>n({\bf r})</math>.


== Related tags and articles ==
== Related tags and articles ==

Revision as of 16:30, 2 February 2026

LTHOMAS = .TRUE. | .FALSE.
Default: LTHOMAS = .FALSE. 

Description: LTHOMAS selects a decomposition of the exchange functional based on Thomas-Fermi exponential screening.


If LTHOMAS=.TRUE. the decomposition of the exchange operator (in a range-separated hybrid functional) into a short range and a long range part will be based on Thomas-Fermi exponential screening. The Thomas-Fermi screening length kTF is specified by means of the HFSCREEN tag.

For typical semiconductors, a Thomas-Fermi screening length kTF of about 1.8 Å-1 yields reasonable band gaps. In principle, however, the Thomas-Fermi screening length depends on the valence-electron density. VASP determines kTF from the number of valence electrons (read from the POTCAR file) and the volume (leading to an average density n¯) and writes the corresponding value of kTF=4k¯F/π, where k¯F=(3π2n¯)1/3 to the OUTCAR file (note that this value is only printed for information and is not used during the calculation):

 Thomas-Fermi vector in A             =   2.00000

The setting of the sX-LDA functional is shown on the page listing the hybrid functionals.

Since VASP counts the semi-core states and d-states as valence electrons, although these states do not contribute to the screening, the values reported by VASP are often not recommended.

Another important detail concerns the implementation of the local LDA part in VASP. Literature [see Eqs. (3.10), (3.14), and (3.15) in Ref. [1]] suggests to use in the enhancement factor F(z) a position-independent variable z=kTF/k¯F where k¯F is as defined above but using the average density n¯ in the unit cell. However, implemented in VASP is a position-dependent variable z(𝐫)=kTF/kF(𝐫), where kF(𝐫)=(3π2n(𝐫))1/3 is the Fermi wave vector calculated with the local density n(𝐫).

Related tags and articles

LHFCALC, HFSCREEN, AEXX, LMODELHF, LRHFCALC, List of hybrid functionals, Hybrid functionals: formalism

Examples that use this tag