VaspParser

The pyprocar.io.vasp is used to parse the Vasp files

pyprocar.io.vasp.Outcar(filepath)

A class to parse the OUTCAR file from a VASP run and extract electronic structure data.

pyprocar.io.vasp.Poscar(filepath[, rotations])

A class to parse the POSCAR file

pyprocar.io.vasp.Procar(filepath)

A class to parse the PROCAR file

pyprocar.io.vasp.Kpoints(filepath[, ...])

A class to parse the KPOINTS file

pyprocar.io.vasp.VaspXML([filepath])

A class to parse the vasprun xml file

pyprocar.io.vasp.VaspParser([incar, outcar, ...])