ELPH_TRANSPORT_DRIVER

From VASP Wiki
Revision as of 11:59, 18 October 2024 by Miranda.henrique (talk | contribs) (Created page with "{{elph_release}} {{DISPLAYTITLE:ELPH_TRANSPORT_DRIVER}} {{TAGDEF|ELPH_TRANSPORT_DRIVER|[integer]|{{TAG|ELPH_TRANSPORT_DRIVER}}}} Description: choose method to compute the Onsager coefficients, which are then used to compute the transport coefficients. ---- The transport coefficients can be computed using either of the options bellow, each with its own advantages and disadvantages. ; {{TAGO|ELPH_TRANSPORT_DRIVER|1|op==}} : Use a linear grid of energies with {{TAG|TRANS...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
   Warning: This page is under construction!
   
   This page contains information about the upcoming VASP 6.5.0 release.
   Content on this page is subject to change and may be missing important information.

ELPH_TRANSPORT_DRIVER = [integer]
Default: ELPH_TRANSPORT_DRIVER = ELPH_TRANSPORT_DRIVER 

Description: choose method to compute the Onsager coefficients, which are then used to compute the transport coefficients.


The transport coefficients can be computed using either of the options bellow, each with its own advantages and disadvantages.

ELPH_TRANSPORT_DRIVER = 1
Use a linear grid of energies with TRANSPORT_NEDOS in the interval determined by ELPH_TRANSPORT_DFERMI_TOL or ELPH_TRANSPORT_EMIN and ELPH_TRANSPORT_EMAX and the Simpson integration rule to evaluate the Onsager coefficients.
ELPH_TRANSPORT_DRIVER = 2
Use Gauss-Legendre integration to evaluate the Onsager coefficients. The convergence of the integral can be checked by performing a convergence study with respect to TRANSPORT_NEDOS alone.