LOPTICS

From VASP Wiki

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.


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