what I can see from the report is that the first unoccupied bands for some k points has a change of ~.1eV already at DFT level, which is quite disturbing. Beside that i suggest you to look at first at VBM and CBM only:
%QPkrange # [GW] QP generalized Kpoint/Band indices
| 7| 7| 4| 5|
%
repeating your calculation (exchange only) for different vacuum space by setting:
EXXRLvcs to the MaxGvector for each case, here in the report for the case c20:
Code: Select all
G-vectors [RL space]: 38279
and do not lower the FFTGvecs, keep it to the maximum (actually you are using PBE and it needs the G vectors of all the charge to be calculated).
Next see if the HF energies for these two bands have a converging behaviour wrt the vacuum.
Actually yes, the problem seems to come from the non-local part (HF), but try to do a clean test ie with all the Gvectors in EXXRLvcs and FFTGvecs (if you do not specify it should be the maximum).
Next you can try to activate the RIM (add -r in input), in order to see if the problem is in the integrals in the BZ when it is largely anysotropic.
You can set something like:
Code: Select all
RandQpts=1000000 # [RIM] Number of random q-points in the BZ
RandGvec= 1 RL # [RIM] Coulomb interaction RS components
Best,
Daniele