aiida.parsers.plugins.arithmetic package

Submodules

class aiida.parsers.plugins.arithmetic.add.ArithmeticAddParser(node)[source]

Bases: aiida.parsers.parser.Parser

__module__ = 'aiida.parsers.plugins.arithmetic.add'
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