toqito.matrix_props.is_orthonormal

toqito.matrix_props.is_orthonormal(vectors)[source]

Check if the vectors are orthonormal.

Parameters:

vectors – A list of np.ndarray 1-by-n vectors.

Returns:

True if vectors are orthonormal; False otherwise.