I'm trying to calculate GW correction in a k-point that is not included in my original grid,
using an old procedure that was working in old yambo version, but in the new one I found two bugs
and this method does not work anymore.
I use ypp -k k to generate a shifted grid that contains my new point (ypp.in)
The first bug is that the new ypp grid seems not to contain the point I gave in input
probably it is an error of k-point units (see l_stderr file)
Anyway I calculate the bands in the new grid (file hbn.nscf_shifted.in) , I make yambo read the grid (yambo.in_setup_shifted)
but then when I try to perform the GW calculation it crashes (yambo.in_gw_shifted) :
Code: Select all
<---> EXS | | [000%] --(E) --(X)[attacc-Latitude-E6430:30939] *** Process received signal ***
[attacc-Latitude-E6430:30939] Signal: Segmentation fault (11)
[attacc-Latitude-E6430:30939] Signal code: Address not mapped (1)
[attacc-Latitude-E6430:30939] Failing at address: 0x406ea9740
The test in attachment takes less than 5 minutes
Best
Claudio