ELPH NBANDS SUM: Difference between revisions
(Create page) |
(Remove elph release banner) |
||
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}}}} |
Latest revision as of 14:27, 18 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.
|