Structure of QP_table

Concerns issues with computing quasiparticle corrections to the DFT eigenvalues - i.e., the self-energy within the GW approximation (-g n), or considering the Hartree-Fock exchange only (-x)

Moderators: Davide Sangalli, andrea.ferretti, myrta gruning, andrea marini, Daniele Varsano

Post Reply
Franz Fischer
Posts: 38
Joined: Wed Jul 20, 2022 9:36 am

Structure of QP_table

Post by Franz Fischer » Tue Jun 13, 2023 2:47 pm

Hi,

I have some questions concerning the QP_table printed in the ndb.QP file.

In a GW calculation I used

Code: Select all

%QPkrange                        # [GW] QP generalized Kpoint/Band indices
1|3|25|28|
%
which returns the QP_table

Code: Select all

QP_table =
  25, 26, 27, 28, 25, 26, 27, 28, 25, 26, 27, 28,
  25, 26, 27, 28, 25, 26, 27, 28, 25, 26, 27, 28,
  1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3 ;
What does the second row stand for? Is one of the first two rows the read-in KS band indeces and the second one the GW-corrected band indeces?

A second maybe more theoretical question: Can the GW correction - as implemented in YAMBO - potentially change the band-ordering?


Best,
Franz
Franz Fischer
PhD student / IMPRS-UFAST fellow
Institute of Physical Chemistry
University of Hamburg

User avatar
Daniele Varsano
Posts: 3816
Joined: Tue Mar 17, 2009 2:23 pm
Contact:

Re: Structure of QP_table

Post by Daniele Varsano » Tue Jun 13, 2023 3:13 pm

Dear Franz,

the QP_table, in principle, can also contain non diagonal matrix elements <n|\Sigma|n'>, this is needed for instance in self-consistent calculation.
In your example, it seems a standard GW calculation, only the diagonal elements are computed so the second line (n') is the same of the first line (n).

About your second question, you can have band switches, but the index is not updated.

Best,
Daniele
Dr. Daniele Varsano
S3-CNR Institute of Nanoscience and MaX Center, Italy
MaX - Materials design at the Exascale
http://www.nano.cnr.it
http://www.max-centre.eu/

Franz Fischer
Posts: 38
Joined: Wed Jul 20, 2022 9:36 am

Re: Structure of QP_table

Post by Franz Fischer » Tue Jun 13, 2023 7:33 pm

Dear Daniele,

thanks for the fast answer.

Best,
Franz
Franz Fischer
PhD student / IMPRS-UFAST fellow
Institute of Physical Chemistry
University of Hamburg

Post Reply