5.31.1. io.traj.read_traj¶
- eminus.io.traj.read_traj(filename)[source]¶
Load atom species and positions from TRAJ files.
TRAJ files are just multiple XYZ files appended to one file. See
read_xyz()
for more information about the XYZ file format.- Parameters:
filename – TRAJ input file path/name.
- Returns:
Atom species and positions.