I am new to Quantum Espresso software, and I'm trying to plot a simple band structure. While I can successfully reproduce the literature data, I feel like I need more points per line. However I cannot find this parameter in the manual of pw.x, bands.x or plotbands.x
Where is this parameter selected? Thanks!
K-point part of the 'band' calculation:
K_POINTS crystal 4 0.0000000000 0.0000000000 0.0000000000 20 0.5000000000 0.5000000000 0.0000000000 40 0.3333333333 0.6666666667 0.0000000000 60 0.0000000000 0.0000000000 0.0000000000 80
pw.xinput file withcalculation='bands'? You can increase the number of points to be sampled between two high-symmetry points by increasing thewk(nks)value oftpiba_borcrystal_boption in the K_POINTS card. $\endgroup$K_POINTScard from thepw.xwithcalculation='scf'orcalculation='nscf'. This should not be used in thecalculation='bands'. Use eithercrystal_bortpiba_bfor band structure plot and increase the number in the fourth column. $\endgroup$