Skip to content

Commit b55246f

Browse files
authored
docs: Update README.md
1 parent 32cddbe commit b55246f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ fn main() {
2020
```rust
2121
let state = new_quantum_state(3, false);
2222
set_haar_random_state(&state);
23-
// Not a random state here.
2423

2524
let circuit = new_quantum_circuit(3);
2625
add_x_gate(&circuit, 0);

0 commit comments

Comments
 (0)