Reference Functions read_turbomole
read_turbomole
read_turbomole(filepath, debug_print=False)
Reads .turbomole file and returns XYZMolecule instance.
Parameters:
-
filepath
(str
) –Filename (if in current working directory) or absolute path or os.path.join(os.getcwd(),'filename.xyz').
Returns:
-
XYZMolecule
–XYZMolecule object containing structure data from turbomole file.