-
Hi All, I would like to ask a question about plotting band structures for hybrid calculations The problem I am having is that the band structure I am generating for HSE looks discontinuous, I know that sumo should already eliminate the non-zero weight kpoints. #k-distance eigenvalue[eV] I was wondering if this could be due to the fact that I am generating the KPOINTS file with vaspkit If this is indeed the problem, Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi jblls, The k-points choice does not look incorrect, but Sumo does not now how to plot data from vaspkit; bandplot was primarily designed for use with kgen. Where a k-point appears twice, this usually indicates a (high-symmetry, labelled) turning point in the band path. Sumo relies on high-symmetry labels being added as comments in order to label the x-axis; because they are not in the KPOINTS file from vaspkit, it plots the data "naively", with x-axis spacing appropriate to the distance between those points. If you look at a typical file from kgen and happen to know what the symmetry labels should be, you might be able to adapt the KPOINTS file for use with Sumo. (It would however be simpler to use kgen in the first place! It does have features to support hybrid-xc calculations.) |
Beta Was this translation helpful? Give feedback.
-
Glad to hear that you were able to get a decent result by modifying the KPOINTS from Vaspkit. Indeed, this should give sumo-bandplot all the information it needs. Happy calculating! |
Beta Was this translation helpful? Give feedback.
Hi jblls,
The k-points choice does not look incorrect, but Sumo does not now how to plot data from vaspkit; bandplot was primarily designed for use with kgen.
Where a k-point appears twice, this usually indicates a (high-symmetry, labelled) turning point in the band path.
Where there is a large gap, this would typically be plotted as a discontinuous break in the band plot without lines between them. These are necessary to efficiently cover the high-symmetry lines without much doubling-back or redundancy.
Sumo relies on high-symmetry labels being added as comments in order to label the x-axis; because they are not in the KPOINTS file from vaspkit, it plots the data "naively", with x-axis s…