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