Jump to content

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

ODDONLYGW: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
 
(3 intermediate revisions by one other user not shown)
Line 20: Line 20:
  <math> \vec{k} = \vec{b}_{1} \frac{n_{1}}{N_{1}} + \vec{b}_{2} \frac{n_{2}}{N_{2}}  + \vec{b}_{3} \frac{n_{3}}{N_{3}} ,\qquad  n_1=0...,N_1-1 \quad  n_2=0...,N_2-1 \quad  n_3=0...,N_3-1. </math>
  <math> \vec{k} = \vec{b}_{1} \frac{n_{1}}{N_{1}} + \vec{b}_{2} \frac{n_{2}}{N_{2}}  + \vec{b}_{3} \frac{n_{3}}{N_{3}} ,\qquad  n_1=0...,N_1-1 \quad  n_2=0...,N_2-1 \quad  n_3=0...,N_3-1. </math>


== Related Tags and Sections ==
== Related tags and articles ==
{{TAG|EVENONLYGW}},
{{TAG|EVENONLYGW}},
{{TAG|GW calculations}}
{{TAG|GW calculations}}
{{sc|ODDONLYGW|Examples|Examples that use this tag}}
----
----
[[The_VASP_Manual|Contents]]


[[Category:INCAR]][[Category:GW]]
[[Category:INCAR tag]][[Category:Many-body perturbation theory]][[Category:GW]]

Latest revision as of 10:25, 19 July 2022

ODDONLYGW = [logical]
Default: ODDONLYGW = .FALSE. 

Description: ODDONLYGW allows to avoid the inclusion of the Γ point in the evaluation of response functions (in GW calculations).


The independent particle polarizability χ𝐪0(𝐆,𝐆,ω) is given by:

χ𝐪0(𝐆,𝐆,ω)=1Ωn,n,𝐤2w𝐤(fn𝐤+𝐪fn𝐤)×ψn𝐤|ei(𝐪+𝐆)𝐫|ψn𝐤+𝐪ψn𝐤+𝐪|ei(𝐪+𝐆)𝐫|ψn𝐤ϵn𝐤+𝐪ϵn𝐤ωiη

If the Γ point is included in the summation over 𝐤, convergence is very slow for some materials (e.g. GaAs).

To deal with this problem the flag ODDONLYGW has been included. In the automatic mode, the 𝐤-grid is given by (see Sec. \ref{sec:autok}):

k=b1n1N1+b2n2N2+b3n3N3,n1=0...,N11n2=0...,N21n3=0...,N31.

Related tags and articles

EVENONLYGW, GW calculations

Examples that use this tag