macro_rules! assert_matrix_is_unitary_3 { ($m:expr, $epsilon:expr) => { ... }; }
Expand description
assert if the matrix is U(3) (unitary 3 x 3)
macro_rules! assert_matrix_is_unitary_3 { ($m:expr, $epsilon:expr) => { ... }; }
assert if the matrix is U(3) (unitary 3 x 3)