parse_output¶
-
chemopt.interface.molcas.parse_output(output_path)[source]¶ Parse a molcas output file.
Parameters: output_path (str) – Returns: A dictionary with at least the keys 'structure'and'energy'which contains the energy in Hartree. If forces were calculated, the key'gradient'contains the gradient in Hartree / Angstrom.Return type: dict