aiida_vasp.parsers.content_parsers.doscar#
The DOSCAR parser interface.
Contains the parsing interfaces to parsevasp used to parse DOSCAR content.
Module Contents#
Classes#
The parser interface that enables parsing of |
API#
- class aiida_vasp.parsers.content_parsers.doscar.DoscarParser(*, handler: TextIO | BinaryIO | None = None, data: aiida.orm.Data | None = None, settings: dict[str, Any] | None = None, options: dict[str, Any] | None = None, raise_errors: bool = False)[source]#
Bases:
aiida_vasp.parsers.content_parsers.base.BaseFileParserThe parser interface that enables parsing of
DOSCARcontent.The parser is triggered by using the
doscar-dosquantity key. The quantity keydoswill on the other hand parse the structure using the XML parser.Initialization
- DEFAULT_SETTINGS = None#
- PARSABLE_QUANTITIES = None#