Processed#
- aleimi.processed.main(SubDirs: bool = True, engine: str = 'psi4', xyz_out: bool = False) dict [source]#
Process the output of the QM calculations generated through
aleimi.extractor.main()
. This function is quiet limited for now, Only useful for psi4 engine.- Parameters:
SubDirs (bool, optional) – Should be True if
aleimi.extractor.main()
was used withmkdir = True
, by default Trueengine (str, optional) – psi4, gaussian or orca. It depends on the engine defined on
aleimi.extractor.main()
was used withengine
keyword, by default ‘psi4’xyz_out (bool, optional) – If True, it will write the xyz coordinates of the conformer with the lowest energy, by default False
- Returns:
conf_name: 3D_coordinates
- Return type:
- Raises:
FileNotFoundError – If there is not .out files