Jump to content

Requests for technical support from the VASP team should be posted in the VASP Forum.

ELPH_NBANDS_SUM

From VASP Wiki

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 |Ψm𝐤+𝐪. ELPH_NBANDS_SUM specifies the maximum number of bands, Nb, such that m runs from 1Nb.

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.

Related tags and articles