能带结构绘制

使用 GVasp 绘制能带结构,只需执行下述命令:

gvasp plot band -j plot.json --save

之后,就可以得到绘制能带结构的 figure.svg 了。

类似这样,

../../_images/band.svg

备注

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.

对于这一任务, plot.json 格式如下:

{
    "title": "Band Structure",
    "ylim": [-6, 4],
    "ylabel": "Energy (eV)",
    "bwidth": 2,
    "xlim": [0, 147],
    "xticks": []
}

关于 --show, --save--json 参数的注意事项可以参照 结构优化 章节。