Parse the symbols and coordinates from a Wannier90 seedname_centres.xyz file.
- Parameters:
- path
str The filepath to seedname_centres.xyz
- Returns:
- symbols
list of str The elemental symbol for each Wannier centre or atom in the xyz file.
- coords
list of tuple of float The cartesian coordinates for each Wannier centre or atom in the xyz file.