KfnQP_DbGd_INTERP_mode vs XfnQP_DbGd_INTERP_mode
Posted: Fri Dec 06, 2024 11:57 pm
Hello,
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
as well as the lines
to my input to test the difference between the two interpolation methods, but it seems to have interpolated in exactly the same way in both calculations. I read in another post viewtopic.php?t=2493 that the variable to change is instead XfnQP_DbGd_INTERP_mode. Is this true? I thought all the XfnQP variables were only for if you're doing a self-consistent GW calculation? Or does YAMBO just interpolate all coarse GW grids in the same way now? To be clear, in both calculations it is interpolating the G0W0 values, but both calculations turn out exactly the same (when I plot the GW-corrected bands using ypp, using NN gives a very jagged graph whereas BOLTZ gives smooth bands, so I don't an interpolation for BSE should be giving the exact same results)
The version of yambo is yambo-5.1.1
Best,
Miles
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