TRANSPORT NEDOS: Difference between revisions

From VASP Wiki
No edit summary
 
Line 18: Line 18:
* {{TAG|ELPH_TRANSPORT}}
* {{TAG|ELPH_TRANSPORT}}
* {{TAG|ELPH_TRANSPORT_DRIVER}}
* {{TAG|ELPH_TRANSPORT_DRIVER}}
* {{TAG|ELPH_FERMI_NEDOS}}


[[Category:INCAR tag]][[Category:Electron-phonon_interactions]]
[[Category:INCAR tag]][[Category:Electron-phonon_interactions]]

Latest revision as of 14:56, 24 October 2025

TRANSPORT_NEDOS = [integer]
Default: TRANSPORT_NEDOS = 501 

Description: Choose the number of points in the Gauss-Legendre integration grid for the computation of the Onsager coefficients, which in turn are used to compute the transport coefficients.

Mind: Available as of VASP 6.5.0

By a variable change in the integral of the transport function, it is possible to use Gauss-Legendre quadrature to evaluate the Onsager coefficients. By increasing the number of points, one defines the energy window inside which we need to compute the electron group velocities and the electronic lifetimes due to electron-phonon coupling and the precision of the integral.

A convergence study is recommended since having a very large number of integration points can greatly increase the number of states for which the electronic lifetimes need to be computed, sometimes without a significant change in the final transport coefficients. Lower values of the number of integration points can significantly speed up the calculation, especially for very dense grids.

Mind: ELPH_TRANSPORT_NEDOS is a valid alternative way of writing this tag.

Related tags and articles