molpy.util.read_xyz

molpy.util.read_xyz(filename)[source]

Reads an XYZ file of a molecule.

Parameters:filename (str) – The name of the file that will be read.
Returns:ndarray
Return type:the symbols and the geometry for the atoms of the molecule in the XYZ file.