aiida_catmat.parsers package

Module contents

Customized parsers for aiida-catmat

class aiida_catmat.parsers.VaspBaseParser(node)[source]

Bases: aiida.parsers.parser.Parser

Basic Parser for VaspCalculation

__abstractmethods__ = frozenset({})
__module__ = 'aiida_catmat.parsers'
_abc_impl = <_abc_data object>
static _parse_results(vrun, vout, errors)[source]

Parse results

_parse_stdout()[source]

Parses the _scheduler-stdout.txt and reports any found errors.

parse(**kwargs)[source]

Receives in input a dictionary of retrieved nodes. Does all the logic here.