vaspparser.vasp.vasprun

vaspparser.vasp.vasprun#

Functions

clean_character(a[, remove_char])

param a:

String to be cleaned

clean_key(a[, remove_char])

Replaces blanck spaces from a string for a dictionary key with "_"

get_float_with_exception(text[, exception_value])

Converts a text into a corresponding float or returns exception_value if it can't do this

Classes

Vasprun()

This module is used to parse vasprun.xml files and store the data consistent with the pyiron input/output storage formats.

Exceptions