pyiron.vasp.oszicar module

class pyiron.vasp.oszicar.Oszicar[source]

Bases: object

This module is used to parse VASP OSZICAR files.

parse_dict

A dictionary with all the useful quantities parsed from an OSZICAR file after from_file() is executed

Type

dict

from_file(filename='OSZICAR')[source]
static get_energy_pot(lines)[source]