ELPH SELFEN TEMPS RANGE: Difference between revisions

From VASP Wiki
(Created page with "{{DISPLAYTITLE:ELPH_SELFEN_MU_RANGE}} {{TAGDEF|ELPH_SELFEN_MU_RANGE|[real array]}} Description: The range of chemical potentials at which to compute the phonon-mediated electron self-energy and transport coefficients. {{Available|6.5.0}} ---- The chemical potential can be set as a shift with respect to the Fermi level as alternative to {{TAG|ELPH_SELFEN_MU}}. A range of chemical potentials can be defined using {{TAG|ELPH_SELFEN_MU_RANGE}} = A B C , where: * A is the...")
 
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:ELPH_SELFEN_MU_RANGE}}
{{DISPLAYTITLE:ELPH_SELFEN_TEMPS_RANGE}}
{{TAGDEF|ELPH_SELFEN_MU_RANGE|[real array]}}
{{TAGDEF|ELPH_SELFEN_TEMPS_RANGE|[real array]}}


Description: The range of chemical potentials at which to compute the phonon-mediated electron self-energy and transport coefficients.  
Description: The range of temperatures (in K) at which to compute the phonon-mediated electron self-energy and transport coefficients.  
{{Available|6.5.0}}
{{Available|6.5.0}}


----
----
The chemical potential can be set as a shift with respect to the Fermi level as alternative to {{TAG|ELPH_SELFEN_MU}}.  
This list of temperatures is used to determine the chemical potential, the occupation factors entering the electron self-energy due to electron-phonon coupling as well as the transport coefficients in the context of a [[Transport_coefficients_including_electron-phonon_scattering|transport calculation]].
A range of chemical potentials can be defined using {{TAG|ELPH_SELFEN_MU_RANGE}} = A B C , where:


* A is the lower limit of the chemical potential range.
A range of temperatures can be defined using {{TAGO|ELPH_SELFEN_TEMPS_RANGE|l u n}}, where:
* B is the upper limit of the chemical potential range.
* ''l'' is the lower limit of the temperature range.
* C is the number of steps to take between the two.
* ''u'' is the upper limit of the temperature range.
* ''n'' is the number of steps between the two limits.
<!--This can be useful for producing contour plots, e.g., of the ZT figure of merit link to elph-part5 tutorial-->
<!--This can be useful for producing contour plots, e.g., of the ZT figure of merit link to elph-part5 tutorial-->
For example, {{TAGO|ELPH_SELFEN_TEMPS_RANGE|0 700 41}} would create a list of <b>41</b> points from 0 K to 700 K. This is printed in the {{FILE|OUTCAR}} file:
elph_selfen_temps=
      0.000
      17.500
      35.000
  ...
    665.000
    682.500
    700.000
At each temperature an electron-phonon calculation is performed, rather than defining it manually using {{TAG|ELPH_SELFEN_TEMPS}}.
==Related tags and articles==
==Related tags and articles==
* [[Transport coefficients including electron-phonon scattering|Transport calculations]]
* [[Transport coefficients including electron-phonon scattering|Transport calculations]]
* [[Electron-phonon accumulators]]
* [[Electron-phonon accumulators]]
* [[Chemical potential in electron-phonon interactions]]
* {{TAG|ELPH_RUN}}
* {{TAG|ELPH_RUN}}
* {{TAG|ELPH_SELFEN_MU}}
* {{TAG|ELPH_SELFEN_MU}}

Latest revision as of 10:37, 21 October 2025

ELPH_SELFEN_TEMPS_RANGE = [real array] 

Description: The range of temperatures (in K) at which to compute the phonon-mediated electron self-energy and transport coefficients.

Mind: Available as of VASP 6.5.0

This list of temperatures is used to determine the chemical potential, the occupation factors entering the electron self-energy due to electron-phonon coupling as well as the transport coefficients in the context of a transport calculation.

A range of temperatures can be defined using ELPH_SELFEN_TEMPS_RANGE = l u n, where:

  • l is the lower limit of the temperature range.
  • u is the upper limit of the temperature range.
  • n is the number of steps between the two limits.

For example, ELPH_SELFEN_TEMPS_RANGE = 0 700 41 would create a list of 41 points from 0 K to 700 K. This is printed in the OUTCAR file:

elph_selfen_temps=
      0.000
     17.500
     35.000
  ...
    665.000
    682.500
    700.000

At each temperature an electron-phonon calculation is performed, rather than defining it manually using ELPH_SELFEN_TEMPS.

Related tags and articles