G0W0R output columns

Question on input files/tags, interpreting output, etc.

Please check whether the answer to your question is given in the VASP online manual or has been discussed in this forum previously!

Moderators: Global Moderator, Moderator

Locked
Message
Author
bprobinson102
Newbie
Newbie
Posts: 10
Joined: Tue Dec 20, 2022 4:08 pm

G0W0R output columns

#1 Post by bprobinson102 » Tue Jun 06, 2023 2:42 pm

VASP Team,

Could I get some clarification as to what each column means from a G0W0R calculation? Thanks!

Code: Select all

  QP shifts evaluated in KS or natural orbital/ Bruckner basis
  k-point   1 :       0.0000    0.0000    0.0000
  band No.  KS-energies   sigma(KS)    QP-e(linear)    Z         QP-e(zeros)     Z        occupation    Imag(E_QP)    QP_DIFF TAG
       1      -7.1627      -8.6732      -8.2451       0.7166      -8.2346       0.7026       2.0000      -1.3101       0.0000   2
Best,
Brian Robinson

marie-therese.huebsch
Full Member
Full Member
Posts: 177
Joined: Tue Jan 19, 2021 12:01 am

Re: G0W0R output columns

#2 Post by marie-therese.huebsch » Wed Jun 07, 2023 11:15 am

Hi,

Sorry, this is not yet described on the VASP Wiki in detail. Here is the description:

band No. > the band index enumerating the KS orbitals

KS-energies > the eigenenergies corresponding to the KS orbital computed within DFT E_nk^(0)

sigma(KS) > diagonal matrix elements of the self-energy <psi_nk^(0)|Sigma(w=Enk^(0))|psi_nk^(0)>

QP-e(linear) > quasiparticle energies obtained by linearizing the diagonal elements of the real-frequency self-energy around the DFT energies E_nk^(0), See Eq 76 in P. Liu, M. Kaltak, J. Klimes, and G. Kresse, Phys. Rev. B 94, 165109 (2016).

Z (column 5) > renormalization factor using linearization scheme. See Eq 77 in P. Liu, M. Kaltak, J. Klimes, and G. Kresse, Phys. Rev. B 94, 165109 (2016).

QP-e(zeros) > quasiparticle energies obtained by searching for roots of E_{nk}^{QP} = Re[ <psi_nk|T+V_{n-e}+V_H|psi_nk> + Sigma(w=E_{nk}^{QP}) ]

Z (column 7) > renormalization factor using roots scheme

occupation > occupation of KS orbital

Imag(E_QP) > Im[ Sigma(w=E_{nk}^{QP}) ]

QP_DIFF > difference of QP energies obtained by two methods for analytic continuation

TAG > Setting for the analytic continuation. TAG 1 is Thiele's method for Pade fitting. TAG 2 is a QR decomposition described in chapter 4 of Manuel Grumet's master thesis

Does this help?

Marie-Therese

bprobinson102
Newbie
Newbie
Posts: 10
Joined: Tue Dec 20, 2022 4:08 pm

Re: G0W0R output columns

#3 Post by bprobinson102 » Wed Jun 07, 2023 7:39 pm

This is perfect, thank you!

Locked