DataDict

class py4vasp.raw.DataDict(dict_, version)

Bases: dict

Provides an extension to a dictionary storing also the version of the data.

Parameters
  • dict (dict) – A dictionary containing raw data and descriptive keys.

  • version (RawVersion) – The version of Vasp with which the data was generated.