ELPH SELFEN NW: Difference between revisions

From VASP Wiki
m (Changer integer to [integer])
(Add related info and categories)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{elph_release}}
{{DISPLAYTITLE:ELPH_SELFEN_NW}}
{{DISPLAYTITLE:ELPH_SELFEN_NW}}
{{TAGDEF|ELPH_SELFEN_NW|[integer]|1}}
{{TAGDEF|ELPH_SELFEN_NW|[integer]|1}}
Line 13: Line 12:
; {{TAGO|ELPH_SELFEN_NW|0|op=<}}
; {{TAGO|ELPH_SELFEN_NW|0|op=<}}
: The self-energy is computed at |{{TAG|ELPH_SELFEN_NW}}| equally spaced energies between <math>\varepsilon^{\text{min}}_{\mathbf{k}} - \frac{1}{2} E^{\text{W}}</math> and <math>\varepsilon^{\text{max}}_{\mathbf{k}} + \frac{1}{2} E^{\text{W}}</math>, where <math>\varepsilon^{\text{min}}_{\mathbf{k}}</math> and <math>\varepsilon^{\text{max}}_{\mathbf{k}}</math> are the minimum and maximum Kohn-Sham eigenvalues of the calculation, respectively. Once again, <math>E^{\text{W}}</math> is controlled via {{TAG|ELPH_SELFEN_WRANGE}} and allows to extend the interval in both directions.
: The self-energy is computed at |{{TAG|ELPH_SELFEN_NW}}| equally spaced energies between <math>\varepsilon^{\text{min}}_{\mathbf{k}} - \frac{1}{2} E^{\text{W}}</math> and <math>\varepsilon^{\text{max}}_{\mathbf{k}} + \frac{1}{2} E^{\text{W}}</math>, where <math>\varepsilon^{\text{min}}_{\mathbf{k}}</math> and <math>\varepsilon^{\text{max}}_{\mathbf{k}}</math> are the minimum and maximum Kohn-Sham eigenvalues of the calculation, respectively. Once again, <math>E^{\text{W}}</math> is controlled via {{TAG|ELPH_SELFEN_WRANGE}} and allows to extend the interval in both directions.
==Related tags and articles==
* {{TAG|ELPH_RUN}}
* {{TAG|ELPH_SELFEN_FAN}}
* {{TAG|ELPH_SELFEN_DW}}
* {{TAG|ELPH_SELFEN_WRANGE}}
[[Category:INCAR tag]][[Category:Electron-phonon_interactions]]

Latest revision as of 14:58, 19 December 2024

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, , 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 and . The interval is centered around each Kohn-Sham eigenvalue, , and its width, , is controlled via ELPH_SELFEN_WRANGE. If ELPH_SELFEN_NW is an even number, it is automatically increased by one so that the center-most energy in each interval always coincides with the corresponding Kohn-Sham eigenvalue.
ELPH_SELFEN_NW < 0
The self-energy is computed at |ELPH_SELFEN_NW| equally spaced energies between and , where and are the minimum and maximum Kohn-Sham eigenvalues of the calculation, respectively. Once again, is controlled via ELPH_SELFEN_WRANGE and allows to extend the interval in both directions.

Related tags and articles