get_angle_cartesian_vec#

diffsims.utils.vector_utils.get_angle_cartesian_vec(a, b)[source]#

Compute the angles between two lists of vectors in a cartesian coordinate system.

Parameters:
a, bnp.array()

The two lists of directions to compute the angle between in Nx3 float arrays.

Returns:
anglesnp.array()

List of angles between a and b in radians.