VaspKit User's Guide
VaspKit User's Guide
VaspKit User's Guide
VASPKIT
Postprocessing tool for the VASP code
* Bug report: please send a copy of both input and output files to
1
2
1. Features
VASPKIT version: 0.3 (14 Apr. 2014)
0: Quit ————>>
2. Installation
For the VASPKIT installation, basic UNIX/LINUX environment and fortran compiler are
required. Also, you can install VASPKIT on WINDOWS system using MinGW program.
Compiling the program is very simple, please use the following commands.
$ tar -zvxf vaspkit.*.tar.gz
$ cd vaspkit.*/src
$ modify the Makefile file based on your machine environment;
$ make
* Note that the formats of POSCAR, CONCAR and CHGCAR files in VASP.5.x are slightly
different from those in VASP.4.x. Please set the vasp5=.false. in the src/module.f90 file if you
use VASP.4.x;
3
3. Usage
Table 1: Current available option, function and the corresponding input (output) files.
* Note that the input units are VASP default values, i.e., Å3 and eV. See an example in
vaspkit.*/examples/eos/
energy xx yy zz xy yz zx
.. .. .. .. .. .. ..
.. .. .. .. .. .. ..
energy is the photon energy (in eV). xx , yy, zz , xy, yz and zx are the calculated values of
frequency dependent dielectric tensor writted in vasprun.xml. There is a bash script optics.sh
as a reference in the vaspkit.*/examples/optic/ could help you to prepare the real.in and imag.in
files.
3.3 Misc
Under construction ......