LOPTICS: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
 
(27 intermediate revisions by 7 users not shown)
Line 29: Line 29:


The method selected using {{TAG|LOPTICS}}=.TRUE. requires an appreciable number of empty conduction band states. Reasonable results are usually only obtained, if the parameter {{TAG|NBANDS}} is roughly doubled or tripled in the {{FILE|INCAR}} file with respect to the VASP default.
The method selected using {{TAG|LOPTICS}}=.TRUE. requires an appreciable number of empty conduction band states. Reasonable results are usually only obtained, if the parameter {{TAG|NBANDS}} is roughly doubled or tripled in the {{FILE|INCAR}} file with respect to the VASP default.
Furthermore it is emphasized that the routine works properly even for [[Hartree-Fock_and_HF/DFT_hybrid_functionals|HF and screened exchange type calculations and hybrid functionals]]. In this case, finite differences are used to determine the derivatives of the Hamiltonian with respect to '''k'''.
Furthermore it is emphasized that the routine works properly even for [[:Category:Hybrid_functionals|HF and screened exchange type calculations and hybrid functionals]]. In this case, finite differences are used to determine the derivatives of the Hamiltonian with respect to '''k'''.


Note that the number of frequency grid points is determined by the parameter {{TAG|NEDOS}}. In many cases it is desirable to increase this parameter significantly from its default value. Values around {{TAG|NEDOS}}=2000 are strongly recommended.
Note that the number of frequency grid points is determined by the parameter {{TAG|NEDOS}}. In many cases it is desirable to increase this parameter significantly from its default value. Values around {{TAG|NEDOS}}=2000 are strongly recommended.


== Related Tags and Sections ==
VASP posses multiple other routines to calculate the frequency dependent dielectric function.
Specifically, one can use {{TAG|ALGO}} = TDHF (Casida/[[BSE calculations]]), {{TAG|ALGO}} = GW ([[GW calculations]]) and {{TAG|ALGO}} = TIMEEV ([[Time Evolution]]: apply a delta kick and follow the induced dipoles).
Compared to {{TAG|LOPTICS}}=.TRUE., all those routines have the advantage to include
effects beyond the independent particle approximation, however, they are usually
also much more expensive than {{TAG|LOPTICS}}=.TRUE.
=== Spectral broadening ===
The dielectric function calculated with {{TAG|LOPTICS}} includes broadening due to the smearing method {{TAG|ISMEAR}} and the Lorentzian broadening due to the complex shift in the Kramers-Kronig transformation. For example, the combination of {{TAG|LOPTICS}}=.TRUE.  and  {{TAG|ISMEAR}}=0  produces the dielectric function broadened by a Gaussian with the width {{TAG|SIGMA}} and a Lorentzian with the width {{TAG|CSHIFT}}. To avoid using two different broadening methods imultaneously and only include the Lorentzian broadening, one should set {{TAG|SIGMA}} to a much smaller value than {{TAG|CSHIFT}}.
{{NB|warning|Note that {{TAG|LOPTICS}} {{=}} .TRUE. with {{TAG|ISMEAR}} {{=}} -2 is currently not supported.}}
{{NB|mind|Furthermore the combination of {{TAG|LOPTICS}} {{=}} .TRUE. and {{TAG|ISMEAR}} selecting the tetrahedron method is only supported as of VASP 6.3.}}
 
== Related tags and articles ==
{{TAG|CSHIFT}},
{{TAG|CSHIFT}},
{{TAG|LNABLA}},
{{TAG|LNABLA}},
{{TAG|LEPSILON}}
{{TAG|LEPSILON}},
[[Time Evolution]],
{{TAG|WPLASMAI}}
 
See also: {{sc|LOPTICS|Examples|Examples that use this tag}}


== References ==
== References ==
Line 43: Line 57:
</references>
</references>
----
----
[[The_VASP_Manual|Contents]]


[[Category:INCAR]][[Category:Linear response]]
[[Category:INCAR tag]][[Category:Linear response]][[Category:Dielectric properties]]

Latest revision as of 10:57, 17 October 2024

LOPTICS = .TRUE. | .FALSE.
Default: LOPTICS = .FALSE. 

Description: LOPTICS=.TRUE. calculates the frequency dependent dielectric matrix after the electronic ground state has been determined.


The imaginary part is determined by a summation over empty states using the equation:

here the indices c and v refer to conduction and valence band states respectively, and uck is the cell periodic part of the orbitals at the k-point k. The real part of the dielectric tensor ε(1) is obtained by the usual Kramers-Kronig transformation

where P denotes the principle value. The method is explained in detail in the paper by Gajdoš et al. (see Eqs. 15, 29, and 30).[1] The complex shift η is determined by the parameter CSHIFT.

Note that local field effects, i.e. changes of the cell periodic part of the potential are neglected in this approximation. These can be evaluated using either the implemented density functional perturbation theory (LEPSILON=.TRUE.), or the GW routines.

The method selected using LOPTICS=.TRUE. requires an appreciable number of empty conduction band states. Reasonable results are usually only obtained, if the parameter NBANDS is roughly doubled or tripled in the INCAR file with respect to the VASP default. Furthermore it is emphasized that the routine works properly even for HF and screened exchange type calculations and hybrid functionals. In this case, finite differences are used to determine the derivatives of the Hamiltonian with respect to k.

Note that the number of frequency grid points is determined by the parameter NEDOS. In many cases it is desirable to increase this parameter significantly from its default value. Values around NEDOS=2000 are strongly recommended.

VASP posses multiple other routines to calculate the frequency dependent dielectric function. Specifically, one can use ALGO = TDHF (Casida/BSE calculations), ALGO = GW (GW calculations) and ALGO = TIMEEV (Time Evolution: apply a delta kick and follow the induced dipoles). Compared to LOPTICS=.TRUE., all those routines have the advantage to include effects beyond the independent particle approximation, however, they are usually also much more expensive than LOPTICS=.TRUE.

Spectral broadening

The dielectric function calculated with LOPTICS includes broadening due to the smearing method ISMEAR and the Lorentzian broadening due to the complex shift in the Kramers-Kronig transformation. For example, the combination of LOPTICS=.TRUE. and ISMEAR=0 produces the dielectric function broadened by a Gaussian with the width SIGMA and a Lorentzian with the width CSHIFT. To avoid using two different broadening methods imultaneously and only include the Lorentzian broadening, one should set SIGMA to a much smaller value than CSHIFT.

Warning: Note that LOPTICS = .TRUE. with ISMEAR = -2 is currently not supported.
Mind: Furthermore the combination of LOPTICS = .TRUE. and ISMEAR selecting the tetrahedron method is only supported as of VASP 6.3.

Related tags and articles

CSHIFT, LNABLA, LEPSILON, Time Evolution, WPLASMAI

See also: Examples that use this tag

References