diff --git a/crates/circuit/src/gate_matrix.rs b/crates/circuit/src/gate_matrix.rs index 8585b25440ab..e43c2c5b5f6f 100644 --- a/crates/circuit/src/gate_matrix.rs +++ b/crates/circuit/src/gate_matrix.rs @@ -34,8 +34,6 @@ macro_rules! c64 { }; } -// Many computations are not avaialable when these `const`s are compiled. - // ZERO and ONE are defined in num_complex 0.4. const ZERO: Complex64 = c64!(0, 0); const ONE: Complex64 = c64!(1, 0);