ELPH DRIVER: Difference between revisions
(Improve description of modes) |
No edit summary |
||
| Line 10: | Line 10: | ||
Currently, the following drivers are supported: | Currently, the following drivers are supported: | ||
;{{ | ;{{TAG|ELPH_DRIVER|el}} | ||
:Computes the phonon-induced electron self-energy. This can be used to compute the [[Bandgap_renormalization_due_to_electron-phonon_coupling|renormalization of the electronic band structure]] and [[Transport_coefficients_including_electron-phonon_scattering|electronic transport properties]]. | :Computes the phonon-induced electron self-energy. This can be used to compute the [[Bandgap_renormalization_due_to_electron-phonon_coupling|renormalization of the electronic band structure]] and [[Transport_coefficients_including_electron-phonon_scattering|electronic transport properties]]. | ||
;{{ | ;{{TAG|ELPH_DRIVER|mels}} | ||
:Computes the electron-phonon matrix elements and writes them to the {{FILE|vaspelph.h5}} file. For performance reasons, it is usually not recommended to write the matrix elements and process them externally. However, this mode is still useful for analyzing or plotting the matrix elements directly. | :Computes the electron-phonon matrix elements and writes them to the {{FILE|vaspelph.h5}} file. For performance reasons, it is usually not recommended to write the matrix elements and process them externally. However, this mode is still useful for analyzing or plotting the matrix elements directly. | ||
Latest revision as of 08:09, 24 October 2025
ELPH_DRIVER = el | mels
Default: ELPH_DRIVER = el
Description: Chooses which driver to use for electron-phonon calculations.
| Mind: Available as of VASP 6.5.0 |
This is a high-level tag that chooses what to compute during an electron-phonon calculation. Currently, the following drivers are supported:
ELPH_DRIVER = el- Computes the phonon-induced electron self-energy. This can be used to compute the renormalization of the electronic band structure and electronic transport properties.
ELPH_DRIVER = mels- Computes the electron-phonon matrix elements and writes them to the vaspelph.h5 file. For performance reasons, it is usually not recommended to write the matrix elements and process them externally. However, this mode is still useful for analyzing or plotting the matrix elements directly.