chemparseplot.parse.orca#

ORCA output parsers (public surface).

NEB and other structured products: use :func:parse_orca_neb and friends. OPI is an optional internal backend — do not import opi for suite flows.

Text-heavy sections (final energy lines, Cartesian blocks): grammar track via

func:

parse_orca_text_summary (requires chemparseplot[grammar]).

Subpackages#

Submodules#

Package Contents#

Functions#

Data#

API#

chemparseplot.parse.orca.__all__#

[‘geomscan’, ‘parse_orca_neb’, ‘parse_orca_neb_fallback’, ‘parse_orca_text_summary’]

chemparseplot.parse.orca.__getattr__(name: str)[source]#