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)
Available contributions: Add R matrix and link to PAW formalism
Line 88: Line 88:
         \tilde{p}_{a j} |
         \tilde{p}_{a j} |
         \tilde{\psi}_{n \mathbf{k}}
         \tilde{\psi}_{n \mathbf{k}}
    \rangle
</math>
:with <math>
R_{a, ij}
\equiv
\langle
        \phi_{a i} |
        \frac{\partial \phi_{a j}}{\partial u_{a}}
    \rangle -
\langle
        \tilde{\phi}_{a i} |
        \frac{\partial \tilde{\phi}_{a j}}{\partial u_{a}}
     \rangle
     \rangle
</math>
</math>
Line 123: Line 135:
</math>
</math>


For more details, please refer to Ref.{{cite|engel:prb:2022}}.
For more details, please refer to Ref.{{cite|engel:prb:2022}}, and consult our documentation on the [[projector-augmented-wave_formalism]].


== References ==
== References ==

Revision as of 16:07, 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𝐤
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} }

For more details, please refer to Ref.[1], and consult our documentation on the projector-augmented-wave_formalism.

References