ELPH DECOMPOSE: Difference between revisions

From VASP Wiki
(→‎Available contributions: Add R matrix and link to PAW formalism)
 
(One intermediate revision by the same user not shown)
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
: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
</math>
;Q - Derivative of PAW projectors, <math>|\tilde{p}_{ai}\rangle</math> (different eigenvalues)
:<math>
:<math>
     \begin{split}
     \begin{split}
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 ==

Latest revision as of 16:07, 21 October 2024

   Warning: This page is under construction!
   
   This page contains information about the upcoming VASP 6.5.0 release.
   Content on this page is subject to change and may be missing important information.

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,
D - Derivative of PAW strength parameters,
P - Derivative of PAW projectors,
R - Derivative of PAW partial waves, and
with
Q - Derivative of PAW projectors, (different eigenvalues)

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

References