qaa.libs.utils.
reshape_positions
Reshape a n * m * 3 trajectory to a n * (m * 3) 2D matrix.
positions (array_like) – A 3-D matrix with shape (n_frames, n_atoms, 3)
A 2-D array with shape (n_frames, n_atoms * 3)
NDArray