ELPH MODE: Difference between revisions

From VASP Wiki
(Add availability notice)
No edit summary
 
Line 8: Line 8:


The required {{FILE|INCAR}} settings for electron-phonon calculations depend on the type of calculation.
The required {{FILE|INCAR}} settings for electron-phonon calculations depend on the type of calculation.
For example, computing the [[Bandgap renormalization due to electron-phonon coupling|renormalization of the electronic bandstructure]] requires a different set of options than computing [[Transport coefficients including electron-phonon scattering|transport properties]].
For example, computing the [[Bandgap renormalization due to electron-phonon coupling|renormalization of the electronic band structure]] requires a different set of options than computing [[Transport coefficients including electron-phonon scattering|transport properties]].
The {{TAG|ELPH_MODE}} tag can help you get started with electron-phonon calculations by selecting reasonable default values for other {{FILE|INCAR}} tags based on the type of calculation.
The {{TAG|ELPH_MODE}} tag can help you get started with electron-phonon calculations by selecting reasonable default values for other {{FILE|INCAR}} tags based on the type of calculation.



Latest revision as of 08:57, 5 February 2025

ELPH_MODE = [string] 

Description: Meta tag that selects reasonable defaults for electron-phonon calculations

Mind: Available as of VASP 6.5.0

The required INCAR settings for electron-phonon calculations depend on the type of calculation. For example, computing the renormalization of the electronic band structure requires a different set of options than computing transport properties. The ELPH_MODE tag can help you get started with electron-phonon calculations by selecting reasonable default values for other INCAR tags based on the type of calculation.

The individual tags that are set by ELPH_MODE can still be overwritten by specifying them explicitly in the INCAR file.

Tag options

ELPH_MODE = renorm - Band-gap renormalization

ELPH_MODE = transport - Transport calculation

Related tags and articles