aiida.parsers.simpleplugins.templatereplacer package

Submodules

class aiida.parsers.simpleplugins.templatereplacer.test.TemplatereplacerDoublerParser(calc)[source]

Bases: aiida.parsers.parser.Parser

__init__(calc)[source]

Initialize the Parser for a TemplatereplacerCalculation

Parameters:calculation – instance of the TemplatereplacerCalculation
__module__ = 'aiida.parsers.simpleplugins.templatereplacer.test'
parse_with_retrieved(retrieved)[source]

Parse the output nodes for a PwCalculations from a dictionary of retrieved 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 the unstored FolderData node with the temporary retrieved files, which should be passed under the key ‘retrieved_temporary_folder_key’ of the Parser class.

Parameters:retrieved – a dictionary of retrieved nodes