Jump to content

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

ELPH SELFEN CARRIER DEN RANGE: Difference between revisions

From VASP Wiki
Csheldon (talk | contribs)
No edit summary
No edit summary
Line 34: Line 34:
* {{TAG|NELECT}}
* {{TAG|NELECT}}


[[Category:INCAR tag]][[Category:Electron-phonon_interactions]]
<!--[[Category:INCAR tag]][[Category:Electron-phonon_interactions]]-->

Revision as of 14:14, 16 October 2025

ELPH_SELFEN_CARRIER_DEN_RANGE = [real array] 

Description: List of the range of carrier density (in [math]\displaystyle{ cm^{-3} }[/math]) at which to compute the phonon-mediated electron self-energy and transport coefficients.


From each carrier density specified in the array, a positive (electron doping) or negative (hole doping) number of electrons is added to the value of NELECT and the chemical potential computed. A range of carrier densities can be defined using ELPH_SELFEN_CARRIER_DEN_RANGE = l u n, where:

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

For example, ELPH_SELFEN_CARRIER_DEN_RANGE = -1e20 1e20 3 would create a list of 3 points producing densities of:

elph_selfen_carrier_den=
 -0.100E+21
 -0.100E+41
 -0.100E+61

This is not correct behavior. This tag should not yet be made public.

Related tags and articles