ELPH SELFEN KPTS: Difference between revisions

From VASP Wiki
No edit summary
(Add related info and categories)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{elph_release}}
{{DISPLAYTITLE:ELPH_SELFEN_KPTS}}
{{DISPLAYTITLE:ELPH_SELFEN_KPTS}}
{{TAGDEF|ELPH_SELFEN_KPTS|[real array]|All k-points}}
{{TAGDEF|ELPH_SELFEN_KPTS|[real array]|All k-points}}


Description: Compute the electron self-energy due to electron-phonon for a list of k-points specified by their reduced coordinates.
Description: Computes the electron self-energy due to electron-phonon for a list of k-points specified by their fractional coordinates.


----
----


For example, to select to compute for 4 different <b>k</b> points we specify their coordinates in the {{FILE|INCAR}} file
For example, to select 4 different <b>k</b>-points we specify their coordinates in the {{FILE|INCAR}} file
{{TAGBL|ELPH_SELFEN_KPTS}} = \
  0.0  0.0  0.0 \
  0.5  0.5  0.0 \
  0.5  0.5  0.0 \
  0.5  0.75 0.25


{{TAGBL|ELPH SELFEN KPTS}} = 0.0  0.0  0.0\
The matching of the user input coordinates with the ones generated from the {{FILE|KPOINTS_ELPH}} file in VASP is done by looking at the closest point in the full Brillouin zone, which is then mapped to the point in the irreducible Brillouin zone.
                    0.5  0.5  0.0\
The user should always check whether the matching found and reported in the {{FILE|OUTCAR}} is correct.
                    0.5  0.5  0.0\
 
                    0.5  0.75 0.25
This tag can be used in combination with {{TAG|ELPH_SELFEN_BAND_START}} and {{TAG|ELPH_SELFEN_BAND_STOP}} to select the calculation of the electron-phonon self-energy for a particular set of <b>k</b> points and bands.
 
Instead of specifying the reduced coordinates, one can specify the index of the <b>k</b> point appearing the in irreducible Brillouin zone list using {{TAG|ELPH_SELFEN_IKPT}}.


The matching of the user input coordinates with the ones generated from the {{FILE|KPOINTS_ELPH}} file in VASP is done by looking at the closest point in the full Brillouin zone, which is then mapped to the point in the irreducible Brillouin zone.
==Related tags and articles==
* {{TAG|ELPH_RUN}}
* {{FILE|KPOINTS_ELPH}}
* {{TAG|ELPH_SELFEN_GAPS}}
* {{TAG|ELPH_SELFEN_BAND_START}}
* {{TAG|ELPH_SELFEN_BAND_STOP}}
* {{TAG|ELPH_SELFEN_IKPT}}


We strongly recommend our users to carefully check whether the matching found and reported in the {{FILE|OUTCAR}} is correct.


This tag can be used in combination with
[[Category:INCAR tag]][[Category:Electron-phonon_interactions]]
{{TAG|ELPH_SELFEN_IKPT}}, {{TAG|ELPH_SELFEN_BAND_START}} and {{TAG|ELPH_SELFEN_BAND_STOP}} to select the calculation of the electron-phonon self-energy for a particular set of <b>k</b> points and bands.

Latest revision as of 14:35, 19 December 2024

ELPH_SELFEN_KPTS = [real array]
Default: ELPH_SELFEN_KPTS = All k-points 

Description: Computes the electron self-energy due to electron-phonon for a list of k-points specified by their fractional coordinates.


For example, to select 4 different k-points we specify their coordinates in the INCAR file

ELPH_SELFEN_KPTS = \
  0.0  0.0  0.0 \
  0.5  0.5  0.0 \
  0.5  0.5  0.0 \
  0.5  0.75 0.25

The matching of the user input coordinates with the ones generated from the KPOINTS_ELPH file in VASP is done by looking at the closest point in the full Brillouin zone, which is then mapped to the point in the irreducible Brillouin zone. The user should always check whether the matching found and reported in the OUTCAR is correct.

This tag can be used in combination with ELPH_SELFEN_BAND_START and ELPH_SELFEN_BAND_STOP to select the calculation of the electron-phonon self-energy for a particular set of k points and bands.

Instead of specifying the reduced coordinates, one can specify the index of the k point appearing the in irreducible Brillouin zone list using ELPH_SELFEN_IKPT.

Related tags and articles