Jump to content

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

ELPH_SELFEN_NW

From VASP Wiki
Revision as of 13:37, 17 October 2024 by Mani (talk | contribs) (Create page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:Elph release

ELPH_SELFEN_NW = integer
Default: ELPH_SELFEN_NW = 1 

Description: Number of energies to use when computing the phonon-induced electron self-energy.


The electron self-energy, Σn𝐤(ω), depends on the frequency ω (or energy ω). ELPH_SELFEN_NW controls the number and location of frequencies when computing the self-energy in the following way:

ELPH_SELFEN_NW > 0
The self-energy is computed at ELPH_SELFEN_NW equally spaced energies between εn𝐤12EW and εn𝐤+12EW. The interval is centered around each Kohn-Sham eigenvalue, εn𝐤, and its width, EW, is controlled via ELPH_SELFEN_WRANGE. If ELPH_SELFEN_NW is an even number, it is automatically increased by one so that the middle-most energy always coincides with the Kohn-Sham eigenvalue.
ELPH_SELFEN_NW < 0
The self-energy is computed at |ELPH_SELFEN_NW| equally spaced energies between ε𝐤min12EW and ε𝐤max+12EW, where ε𝐤min and ε𝐤max are the minimum and maximum Kohn-Sham eigenvalues of the calculation, respectively. Once again, EW is controlled via ELPH_SELFEN_WRANGE and allows to extend the interval in both directions.