I am facing a weird problem when calculating the spectral function for graphene.
I have first converged the line-width of the electrons which works fine at an nscf-mesh of 33x33x1 and a q-point mesh of 11x11x1. I interpolate at a fine q mesh of 500x500x1 which gives very nice smooth linewidth plots.
however when I calculate the spectral function the material suddenly has a sizable "gap" at the K point of ~0.250 eV. I am curious where this might arise?
I used a fine mesh in the "path.dat" file close to K
Code: Select all
...
0.3318285135 0.3318285135 0.0000000000 0.00
0.3323290090 0.3323290090 0.0000000000 0.00
0.3328295045 0.3328295045 0.0000000000 0.00
0.3333300000 0.3333300000 0.0000000000 0.00
0.3333333333 0.3333333333 0.0000000000 0.00
0.3338305105 0.3323290090 0.0000000000 0.00
0.3343310210 0.3313280180 0.0000000000 0.00
0.3348315315 0.3303270270 0.0000000000 0.00
0.3353320420 0.3293260360 0.0000000000 0.00
....
the interpolated bands and phonons look excellent (I use the common trick with two carbon atoms)
Code: Select all
proj(1) = 'C1:sp2;pz'
proj(2) = 'C2:pz'
and I checked "by hand" that the Fermi level is properly located at the "Dirac point". Increasing the k and q grid did not change the situation so I think I am stuck at something else - does anyone know what it might be?
Thanks in advance for your help!
Chris