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)
Mani (talk | contribs)
Line 17: Line 17:
== Available contributions ==
== Available contributions ==


;V
;V - Derivative of pseudopotential, <math>\tilde{v}</math>
:<math>
:<math>
     g^{(\text{V})}_{m \mathbf{k}', n \mathbf{k}, a}
     g^{(\text{V})}_{m \mathbf{k}', n \mathbf{k}, a}
Line 23: Line 23:
     \langle
     \langle
         \tilde{\psi}_{m \mathbf{k}'} |
         \tilde{\psi}_{m \mathbf{k}'} |
         \frac{\partial \widetilde{v}}{\partial u_{a}} |
         \frac{\partial \tilde{v}}{\partial u_{a}} |
         \tilde{\psi}_{n \mathbf{k}}
         \tilde{\psi}_{n \mathbf{k}}
     \rangle
     \rangle
</math>
</math>
;D
;D - Derivative of PAW strength parameters, <math>D_{a, ij}</math>
:<math>
:<math>
     g^{(\text{D})}_{m \mathbf{k}', n \mathbf{k}, a}
     g^{(\text{D})}_{m \mathbf{k}', n \mathbf{k}, a}
Line 42: Line 42:
     \rangle
     \rangle
</math>
</math>
;P
;P - Derivative of PAW projectors, <math>|\tilde{p}_{ai}\rangle</math>
:<math>
:<math>
     \begin{split}
     \begin{split}
Line 74: Line 74:
     \end{split}
     \end{split}
</math>
</math>
;R
;R - Derivative of PAW partial waves, <math>|\phi_{ai}\rangle</math> and <math>|\tilde{\phi}_{ai}\rangle</math>
:<math>
:<math>
     g^{(\text{R})}_{m \mathbf{k}', n \mathbf{k}, a}
     g^{(\text{R})}_{m \mathbf{k}', n \mathbf{k}, a}
Line 90: Line 90:
     \rangle
     \rangle
</math>
</math>
;Q
;Q - Derivative of PAW projectors, <math>|\tilde{p}_{ai}\rangle</math> (different eigenvalues)
:<math>
:<math>
     \begin{split}
     \begin{split}

Revision as of 14:00, 21 October 2024

Template:Elph release

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𝐤
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} }

For more details, please refer to Ref.[1].

References