I'm performing a BSE calculation on with a G0W0 corrected quasiparticle energies, but my G0W0 grid is smaller than my BSE grid (6x6x6 vs 12x12x12). I assumed that, since the variable to reference the relevant G0W0 quasiparticle energies is KfnQPdb, the program must interpolate the G0W0 bands as determined by KfnQP_DbGd_INTERP_mode (i.e. either NN or BOLTZ). However, I tried adding the lines
Code: Select all
KfnQPdb= "E < ./test_666/ndb.QP" # [EXTQP BSK BSS] Database action
KfnQP_DbGd_INTERP_mode= "BOLTZ" # [EXTQP BSK BSS] Interpolation DbGd mode
Code: Select all
KfnQPdb= "E < ./test_666/ndb.QP" # [EXTQP BSK BSS] Database action
KfnQP_DbGd_INTERP_mode= "NN" # [EXTQP BSK BSS] Interpolation DbGd mode
The version of yambo is yambo-5.1.1
Best,
Miles