Hello everyone,
I am having problems trying to reproduce the literature bulk water band gap at G0W0 level starting from PBE. The input structure consists of 32 water molecules and is thermalised at ambient conditions. The computations are all done at gamma point and I am using the O_GW and H_GW pseudo-potentials. On this structure I am able to reproduce the band gap at PBE level of theory (about 4.2 eV), however no matter what I try, the G0W0 calculation produces band gaps of about 13 eV, which are way off compared to the literature value of 8.0 eV.
My whole setup is as suggested in VASP tutorials.
1. Start a PBE calculation with a the exact algorithm with the INCAR file
ENCUT = 800
ISMEAR = 0; SIGMA = 0.01; NBANDS = 2048
ALGO = Exact
GGA = PE
KPAR = 1
NPAR = 128
LOPTICS = .TRUE.
LPLANE=.FALSE.
EDIFF = 1E-8
2. Perform G0W0
NOMEGA = 200; LSPECTRAL=.TRUE.
ENCUT = 800
ENCUTGW = 530
ISMEAR = 0; SIGMA = 0.01; NBANDS = 2048
ALGO = EVGW0
KPAR = 1
NPAR = 128
LPLANE=.FALSE.
EDIFF = 1E-8
I have varied the number of bands up to 4000 (the system has 130 occupied bands). Moreover, I have varied the number of omega points up to 400 and the ENCUT value up to 800. I played with the ENCUTGW as well, however it seems like I am not approaching any convergence to the desired 8.0 eV value.
Any help would be appreciated! Thank you!

