Band Structure Plot
For the band structure, one can use GVasp to plot it, just run the command:
gvasp plot band -j plot.json --save
then, one may obtain the figure.svg which plot the band structure.
Just like this,
Note
In the current version, the presence of a KPATH.in file (from VASPKIT) in the working directory determines the high-symmetry points used:
if it exists, those points are utilized; otherwise, a default path is used.
For this task, the plot.json is like this
{
"title": "Band Structure",
"ylim": [-6, 4],
"ylabel": "Energy (eV)",
"bwidth": 2,
"xlim": [0, 147],
"xticks": []
}
The attention of --show, --save and --json can be seen in optimization part.