Jump to content

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

ELPH DECOMPOSE: Difference between revisions

From VASP Wiki
Mani (talk | contribs)
Add availability notice
Mani (talk | contribs)
Line 136: Line 136:


==Related tags and articles==
==Related tags and articles==
* [[Projector-augmented-wave_formalism]]
* [[Projector-augmented-wave formalism]]
* {{TAG|ELPH_RUN}}
* {{TAG|ELPH_RUN}}
* {{TAG|ELPH_SELFEN_FAN}}
* {{TAG|ELPH_SELFEN_FAN}}

Revision as of 06:55, 27 February 2025

ELPH_DECOMPOSE = [string]
Default: ELPH_DECOMPOSE = VDPR 

Description: Chooses which contributions to include in the computation of the electron-phonon matrix elements.


The electron-phonon matrix element can be formulated in the projector-augmented-wave (PAW) method in terms of individual contributions[1]. Each contribution can be included by specifying the associated letter in ELPH_DECOMPOSE. We suggest two different combinations to define matrix elements:

ELPH_DECOMPOSE = VDPR
"All-electron" matrix element[1][2]
ELPH_DECOMPOSE = VDQ
"Pseudo" matrix element[1][3]

Available contributions

V - Derivative of pseudopotential, v~
gm𝐤,n𝐤,a(V)ψ~m𝐤|v~ua|ψ~n𝐤
D - Derivative of PAW strength parameters, Da,ij
gm𝐤,n𝐤,a(D)bijψ~m𝐤|p~biDb,ijuap~bj|ψ~n𝐤
P - Derivative of PAW projectors, |p~ai
Failed to parse (unknown function "\begin{split}"): {\displaystyle \begin{split} g^{(\text{P})}_{m \mathbf{k}', n \mathbf{k}, a} & \equiv \sum_{ij} \langle \tilde{\psi}_{m \mathbf{k}'} | \frac{\partial \tilde{p}_{a i}}{\partial u_{a}} \rangle ( D_{a, ij} - \varepsilon_{n \mathbf{k}} Q_{a, ij} ) \langle \tilde{p}_{a j} | \tilde{\psi}_{n \mathbf{k}} \rangle \\ & + \sum_{ij} \langle \tilde{\psi}_{m \mathbf{k}'} | \tilde{p}_{a i} \rangle ( D_{a, ij} - \varepsilon_{m \mathbf{k}'} Q_{a, ij} ) \langle \frac{\partial \tilde{p}_{a j}}{\partial u_{a}} | \tilde{\psi}_{n \mathbf{k}} \rangle \end{split} }
R - Derivative of PAW partial waves, |ϕai and |ϕ~ai
gm𝐤,n𝐤,a(R)(εn𝐤εm𝐤)ijψ~m𝐤|p~aiRa,ijp~aj|ψ~n𝐤
with Ra,ijϕai|ϕajuaϕ~ai|ϕ~ajua
Q - Derivative of PAW projectors, |p~ai (different eigenvalues)
Failed to parse (unknown function "\begin{split}"): {\displaystyle \begin{split} g^{(\text{Q})}_{m \mathbf{k}', n \mathbf{k}, a} & \equiv \sum_{ij} \langle \tilde{\psi}_{m \mathbf{k}'} | \frac{\partial \tilde{p}_{a i}}{\partial u_{a}} \rangle ( D_{a, ij} - \varepsilon_{n \mathbf{k}} Q_{a, ij} ) \langle \tilde{p}_{a j} | \tilde{\psi}_{n \mathbf{k}} \rangle \\ & + \sum_{ij} \langle \tilde{\psi}_{m \mathbf{k}'} | \tilde{p}_{a i} \rangle ( D_{a, ij} - \varepsilon_{n \mathbf{k}} Q_{a, ij} ) \langle \frac{\partial \tilde{p}_{a j}}{\partial u_{a}} | \tilde{\psi}_{n \mathbf{k}} \rangle \end{split} }

Related tags and articles

References