Jump to content

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

ELPH_TRANSPORT_DFERMI_TOL

From VASP Wiki

ELPH_TRANSPORT_DFERMI_TOL = [real]
Default: ELPH_TRANSPORT_DFERMI_TOL = 1e-6 

Description: choose the fraction of the integral weight of the derivative of the Fermi–Dirac distribution that is excluded when defining the energy window for the Onsager coefficients. Must be between 0 and 1, and is only used when ELPH_TRANSPORT_DRIVER=1.


Using this parameter, ELPH_TRANSPORT_EMIN and ELPH_TRANSPORT_EMAX are automatically computed from the chemical potentials and the distribution f0/ϵ. Formally, the integration window [μe,μ+e] is chosen such that

μeμ+e(f0ϵ)dϵ=1α,

where α ELPH_TRANSPORT_DFERMI_TOL. This gives

e=kBTln(2αα).

A small value means that only the tails of the derivative of the Fermi-dirac distribution are excluded from the integral. A large value means that only a small energy window around the chemical potential is used.

The integral is then discretized with a number of energy points set by TRANSPORT_NEDOS and evaluated using the Simpson's rule.

Related tags and articles