Skip to content

Commit

Permalink
Remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jlapeyre committed Jun 5, 2024
1 parent 90a1666 commit 22aa185
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/circuit/src/gate_matrix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 22aa185

Please sign in to comment.