We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32cddbe commit b55246fCopy full SHA for b55246f
README.md
@@ -20,7 +20,6 @@ fn main() {
20
```rust
21
let state = new_quantum_state(3, false);
22
set_haar_random_state(&state);
23
-// Not a random state here.
24
25
let circuit = new_quantum_circuit(3);
26
add_x_gate(&circuit, 0);
0 commit comments