Dear group,
I want to perform GW calculation with self consistency using the tag eqp_corrections in the sigma.cplx.x executable. I run to the following problem:
ERROR: Missing bands in file eqp.dat
At the moment I am trying to understand this problem using silicon because the calculations are fast. I first perform a regular sigma calculation with the following sigma.inp:
#######
number_bands 30
degeneracy_check_override
band_index_min 2
band_index_max 23
screening_semiconductor
begin kpoints
0.000000000 0.000000000 0.000000000 1.0
0.000000000 0.000000000 0.200000000 1.0
0.000000000 0.000000000 0.400000000 1.0
0.000000000 0.200000000 0.200000000 1.0
0.000000000 0.200000000 0.400000000 1.0
0.000000000 0.200000000 0.600000000 1.0
0.000000000 0.200000000 0.800000000 1.0
0.000000000 0.400000000 0.400000000 1.0
0.000000000 0.400000000 0.600000000 1.0
0.200000000 0.400000000 0.600000000 1.0
end
#####
After that, I copy the eqp1.dat to eqp.dat file and I add the additional tag eqp_corrections.
In the first calculation without the eqp.file, I sum over 30 bands and in the eqp1.dat, bands 2 to 23 are printed. Given that when I use eqp_corrections energies will be read from eqp.dat how should I modify the parameters number_bands, band_index_min and band_index_max?
Thanks in advance for your time.
All the best,
Kostas