aiida_quantumespresso.parsers.xspectra#
Module Contents#
Classes#
Parser for the |
- class aiida_quantumespresso.parsers.xspectra.XspectraParser(node: aiida.orm.CalcJobNode)[source]#
Bases:
aiida_quantumespresso.parsers.base.BaseParserParser for the
XSpectraCalculationcalcjob plugin.- parse(**kwargs)[source]#
Parse the contents of the output files stored in the retrieved output node.
- static parse_stdout(stdout: str, logs: aiida.common.AttributeDict) Tuple[dict, aiida.common.AttributeDict][source]#
Parse the
stdoutof XSpectra for the core level energy and energy zero of the spectrum.