pyiron_atomistics.vasp.output.GenericOutput#
- class pyiron_atomistics.vasp.output.GenericOutput[source]#
Bases:
GenericOutputThis class stores the generic output like different structures, energies and forces from a simulation in a highly generic format. Usually the user does not have to access this class.
- log_dict#
A dictionary of all tags and values of generic data (positions, forces, etc)
- Type:
dict
Methods
__init__()from_hdf(hdf)Reads the attributes and reconstructs the object from a hdf file :param hdf: The hdf5 instance
to_dict()to_hdf(hdf)Save the object in a HDF5 file
Attributes
bands