qp.manager.charge_embedding.read_xyz

qp.manager.charge_embedding.read_xyz(file_path)[source]

Read an XYZ file and extract atomic coordinates.

Parameters:

file_path (str) – Path to the XYZ file.

Returns:

Cartesian coordinates of N atoms.

Return type:

numpy.ndarray of shape (N, 3)