macro_rules! assert_matrix_is_su_2 {
    ($m:expr, $epsilon:expr) => { ... };
}
Expand description

assert if the matrix is SU(2) (special unitary)