VaspFermipy is desgined to be a python toolset for calculating and visualizing the Fermi surface in Density Functional Theory (DFT) calculations. At present, only VASP has been supported.
- Step 1: install vaspfermipy to your virtual environment
To install vaspfermipy
$ git clone https://github.com/yw-fang/vaspfermipy.git
$ cd vaspfermipy
$ python setup.py install
- Generate KPOINTS with k-mesh of 3 * 4 * 5
$ genk_fs -k 3 4 5
or
$ genk_fs --kmesh 3 4 5
MIT LICENSE. See LICENSE file for more details.
Yue-Wen FANG