aiida_quantumespresso.parsers.pw2gw#
Parser implementation for the Pw2gwCalculation calculation job class.
Module Contents#
Classes#
|
- class aiida_quantumespresso.parsers.pw2gw.Pw2gwParser(node: aiida.orm.CalcJobNode)[source]#
Bases:
aiida_quantumespresso.parsers.base.BaseParserParserimplementation for thePw2gwCalculationcalculation job class.- parse(**kwargs)[source]#
Parse the retrieved files of a completed
Pw2gwCalculationinto output nodes.Two nodes that are expected are the default ‘retrieved’ FolderData node which will store the retrieved files permanently in the repository. The second required node is a filepath under the key
retrieved_temporary_fileswhich should contain the temporary retrieved files.