Miscellaneous

CHGCAR Utility: Update 1

This program is to manipulate CHGCAR file(s) created by VASP calculation(s)

WHAT’S NEW
- Support non-collinear calculation
- Support non-spin polarized calculation
- Get spin density difference
- Split charge density into up and down
- Print out volume, species information
- Fix unit of XSF file (e/A3 -> e/Bohr3)
- Set output files for VASPVIEW Read More...

CHGCAR Utility

This program is to manipulate CHGCAR file(s) created by VASP calculation(s)

REQUIREMENTS
VASP 4.x: POTCAR, CHGCAR file(s) from VASP calculation(s)
VASP 5.x: CHGCAR file(s) from VASP calculation(s)

USAGE
chgutil -h : Display program help
chgutil -s file : Get spin density & save to XSF format
chgutil -c file : Get charge density & save to XSF format
chgutil -d file file1 file2 : Get charge difference & save to XSF format Read More...

DOSCAR Utility: Update 3

This program is to split DOSCAR file created by VASP and/or sum up the atomic projected DOS over some groups of atoms

WHAT’S NEW
- Now LORBIT=2 (in INCAR file) is not required anymore
- Added information for projected DOS (l- or l,m-)
- Added information for orbital types (s, p, d, f)
- Fixed a bug in the length of the first input argument
- Now the Fermi level can be shifted (to zero) manually
- Updated program help Read More...