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