Data extraction of eg-t2g from vasp output files.
Posted: Sun Apr 07, 2024 8:47 am
How to get data about eg and t2g from vasp files or in which type of calcualtions i get their information?How can i plot them using gnuplot ?
Support forum for VASP
https://ks.vasp.at/
Code: Select all
import py4vasp
calc = py4vasp.Calculation.from_path("/path/to/vasp/calculation")
calc.dos.plot("dxy + dxz + dyz, dx2y2 + dz2")