vaspparser.vasp.parser.report.Report

vaspparser.vasp.parser.report.Report#

class vaspparser.vasp.parser.report.Report[source]#

Bases: object

This module is used to parse VASP REPORT files

__init__() None[source]#

Methods

__init__()

from_file([filename])

Reads values from files and stores it in the parse_dict attribute

from_file(filename: str = 'REPORT') None[source]#

Reads values from files and stores it in the parse_dict attribute

Parameters:

filename (str) – Path to the file that needs to be parsed