ELPH_SCATTERING_APPROX = [string]
Default: ELPH_SCATTERING_APPROX = SERTA MRTA_LAMBDA
Description: Select which type of approximation is used to compute the electron scattering lifetimes due to electron-phonon coupling
Mind: Available as of VASP 6.5.0
|
There are different approximations to compute the electronic lifetimes due to electron-phonon scattering.
Each of these can lead to significantly different transport coefficients.
It is possible to select more than one approximation in ELPH_SCATTERING_APPROX.
In this case, additional electron-phonon accumulators are created for each scattering approximation.
Options to select
ELPH_SCATTERING_APPROX = CRTA
- Constant Relaxation-Time Approximation
- The relaxation time is assumed constant. It needs to be specified via TRANSPORT_RELAXATION_TIME. In this case, the computation of electron-phonon matrix elements is skipped entirely, which is a huge performance boost compared to the other relaxation-time approximations.
Warning: While the CRTA can be a reasonable approximation for metals, it will generally fail for insulators.
|
ELPH_SCATTERING_APPROX = SERTA
- Self-Energy Relaxation-Time Approximation
- Computes the relaxation time from the imaginary part of the Fan self-energy, evaluated on the electronic eigenenergy:
![{\displaystyle
\frac{1}{\tau^{\mathrm{SERTA}}_{n\mathbf{k}}} = \frac{2\pi}{\hbar} \sum_{n'\nu\mathbf{k}'} w_{n\mathbf{k},n'\mathbf{k}'} \, |g^{\nu}_{n\mathbf{k},n'\mathbf{k}'}|^2 \left[ (n_{\nu\mathbf{q}} + 1 - f_{n'\mathbf{k}'}) \, \delta(\varepsilon_{n\mathbf{k}} - \varepsilon_{n'\mathbf{k}'} - \hbar\omega_{\nu\mathbf{q}}) + (n_{\nu\mathbf{q}} + f_{n'\mathbf{k}'}) \, \delta(\varepsilon_{n\mathbf{k}} - \varepsilon_{n'\mathbf{k}'} + \hbar\omega_{\nu\mathbf{q}}) \right]
}](/wiki/index.php?title=Special:MathShowImage&hash=61af1c272636bb5005f866029809aee1&mode=mathml)
- Here, the scattering weight is:

ELPH_SCATTERING_APPROX = ERTA_LAMDBA
- Energy Relaxation-Time Approximation (mean-free path approximation)
- Applies an energy-projected weight scaled by mean-free path:

Warning: As of vasp 6.5.1 this approximation is wrongly implemented. It should be

|
ELPH_SCATTERING_APPROX = ERTA_TAU
- Energy Relaxation-Time Approximation (lifetime approximation)

Warning: As of vasp 6.5.1 this approximation is wrongly implemented. It should be

|
ELPH_SCATTERING_APPROX = MRTA_LAMDBA
- Momentum Relaxation-Time Approximation (mean-free path approximation)

ELPH_SCATTERING_APPROX = MRTA_TAU
- Momentum Relaxation-Time Approximation (lifetime approximation)

Related tags and articles