helixmc.util.Rz

helixmc.util.Rz(theta)

Return z-rotation matrices with rotational angle theta.

Parameters:

theta : array-like

Rotation angles of the matrix in radians.

Returns:

rot_matrix : ndarray

Corresponding z-rotation martrices for each input angle, align with the first index.

See also

Ry
Return y-rotation matrices with rotational angle theta.
Rx
Return x-rotation matrices with rotational angle theta.
R_axis
Return rotation matrices with rotational angle theta

along