aiida_lammps.parsers.raw#

Base parser for LAMMPS output.

Module Contents#

Classes#

LammpsRawParser

Base parser for LAMMPS output.

API#

class aiida_lammps.parsers.raw.LammpsRawParser(node: aiida.orm.CalcJobNode)[source]#

Bases: aiida.parsers.parser.Parser

Base parser for LAMMPS output.

Initialization

Construct the Parser instance.

Parameters:

node – the CalcJobNode that contains the results of the executed CalcJob process.

parse(**kwargs)[source]#

Parse the contents of the output files stored in the retrieved output node.