chemparseplot.parse.orca._opi#
Internal OPI (ORCA Python Interface) access for chemparseplot.
OPI is an optional dependency. Public callers must use
- mod:
chemparseplot.parse.orca.neb(e.g. :func:parse_orca_neb) and must not importopifor suite-supported workflows.
Added in version 1.9.0.
Module Contents#
Functions#
Return True if the |
|
Return |
|
Clear cached OPI import state (tests only). |
Data#
API#
- chemparseplot.parse.orca._opi._INSTALL_HINT#
“ORCA Python Interface (OPI) is not installed. Install with: pip install ‘chemparseplot[opi]’ (packag…”
- chemparseplot.parse.orca._opi.opi_available() bool[source]#
Return True if the
opipackage can be imported.