molpy
stable
Contents:
Getting Started
API Documentation
molpy.canvas
molpy.util.read_xyz
molpy.util.distance
Another page
molpy
Docs
»
API Documentation
»
molpy.util.read_xyz
Edit on GitHub
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.