We should improve the descriptors.compute_velocity_alignment() function so that instead of having an optional "velocities" parameter, checks if there are velocities stored in the universe, and in that case uses those instead of the displacements.
This would be more memory efficient, because avoids loading an array with the velocities.
We should improve the
descriptors.compute_velocity_alignment()function so that instead of having an optional "velocities" parameter, checks if there are velocities stored in the universe, and in that case uses those instead of the displacements.This would be more memory efficient, because avoids loading an array with the velocities.