md.parsers.OrcaOutputParser

class md.parsers.OrcaOutputParser(parsers: Dict[str, OrcaPropertyParser])[source]

Basic ORCA output parser class. Parses an Orca output file according to the parsers specified in the ‘parsers’ dictionary. Parsed data is stored in an dictionary, using the same keys as the parsers. If a list of formatters is provided to a parser, a list of the parsed entries is stored in the output dictionary.

Parameters:

parsers (dict[str->callable]) – dictionary of OrcaPropertyParser, each with their own OrcaFormatter.