Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 935 Bytes

File metadata and controls

25 lines (17 loc) · 935 Bytes

OUTCAR (cusp.outcar)

Data types of class :class:`~aiida_cusp.data.VaspOutcarData` are used to store the data contained in the VASP calculation output files of type OUTCAR. As those files may grow large a gzip-compressed copy of the file is stored to the AiiDA repository instead of the plain file. In order to simplify the access to the file's contents several methods are implemented by the class to access the stored file contents are implemented.

Implemented Methods and Attributes

.. automethod:: aiida_cusp.data.VaspOutcarData.get_outcar
   :noindex:

.. automethod:: aiida_cusp.data.VaspOutcarData.get_content
   :noindex:

.. automethod:: aiida_cusp.data.VaspOutcarData.write_file
   :noindex:

.. autoattribute:: aiida_cusp.data.VaspOutcarData.filepath
   :noindex: