ELPH NBANDS SUM: Difference between revisions
(Create page) |
(Add related info and categories) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:ELPH_NBANDS_SUM}} | {{DISPLAYTITLE:ELPH_NBANDS_SUM}} | ||
{{TAGDEF|ELPH_NBANDS_SUM|[integer array]|{{TAG|ELPH_NBANDS}}}} | {{TAGDEF|ELPH_NBANDS_SUM|[integer array]|{{TAG|ELPH_NBANDS}}}} | ||
Line 22: | Line 21: | ||
At a certain point, including more bands in the summation over states should no longer change the result. | At a certain point, including more bands in the summation over states should no longer change the result. | ||
{{NB|mind|When computing the renormalization of the electronic bandstructure, a large number of intermediate states may be necessary to reach convergence. If the self-energy still changes noticeably around {{TAGO|ELPH_NBANDS_SUM|{{TAG|ELPH_NBANDS}}}}, then you may have to increase {{TAG|ELPH_NBANDS}}.}} | {{NB|mind|When computing the renormalization of the electronic bandstructure, a large number of intermediate states may be necessary to reach convergence. If the self-energy still changes noticeably around {{TAGO|ELPH_NBANDS_SUM|{{TAG|ELPH_NBANDS}}}}, then you may have to increase {{TAG|ELPH_NBANDS}}.}} | ||
==Related tags and articles== | |||
* [[Bandgap renormalization due to electron-phonon coupling|Bandstructure renormalization]] | |||
* {{TAG|ELPH_RUN}} | |||
* {{TAG|ELPH_NBANDS}} | |||
* {{TAG|ELPH_SELFEN_FAN}} | |||
* {{TAG|ELPH_SELFEN_DW}} | |||
[[Category:INCAR tag]][[Category:Electron-phonon_interactions]] |
Latest revision as of 14:55, 19 December 2024
ELPH_NBANDS_SUM = [integer array]
Default: ELPH_NBANDS_SUM = ELPH_NBANDS
Description: Number of intermediate states to include in the computation of the phonon-induced electron self-energy.
The computation of the self-energy is achieved via a sum over intermediate states . ELPH_NBANDS_SUM specifies the maximum number of bands, , such that runs from .
Multiple values can be specified for ELPH_NBANDS_SUM, in which case the self-energy is computed once for each value. The results are reported in separate groups inside the vaspout.h5 file:
/results/electron_phonon/electrons/self_energy_1 /results/electron_phonon/electrons/self_energy_2 /results/electron_phonon/electrons/self_energy_3 ...
This tag is useful for studying the convergence of the self-energy with respect to the number of intermediate states. At a certain point, including more bands in the summation over states should no longer change the result.
Mind: When computing the renormalization of the electronic bandstructure, a large number of intermediate states may be necessary to reach convergence. If the self-energy still changes noticeably around ELPH_NBANDS_SUM = ELPH_NBANDS , then you may have to increase ELPH_NBANDS.
|