aiida.parsers.plugins.templatereplacer package#

Submodules#

Parser for the TemplatereplacerCalculation calculation job doubling a number.

class aiida.parsers.plugins.templatereplacer.doubler.TemplatereplacerDoublerParser(node)[source]#

Bases: aiida.parsers.parser.Parser

Parser for the TemplatereplacerCalculation calculation job doubling a number.

__abstractmethods__ = frozenset({})#
__module__ = 'aiida.parsers.plugins.templatereplacer.doubler'#
_abc_impl = <_abc_data object>#
parse(**kwargs)[source]#

Parse the contents of the output files retrieved in the FolderData.

static parse_stdout(filelike)[source]#

Parse the sum from the output of the ArithmeticAddcalculation written to standard out.

Parameters

filelike – filelike object containing the output

Returns

the sum