At first, I did the scf run then nscf run followed by another run with calculation set to "bands'.
And finally, using command bands.x < example.in > example.out to post-process the data, I keep getting
task # 2
from bands : error # 5010
reading bands namelist
I am not sure what is happening?
Here is the input file I used to post process:
&bands
prefix = 'Example',
outdir = './outdir',
fildos = 'Example.bands.dat'
/
Any suggestions would be much appreciated.