Skip to content

Commit

Permalink
[QI2-594] Remove measure (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
koffie authored and eliasKA committed May 30, 2024
1 parent a4d0092 commit f39a97e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/hqca_circuit.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ def generate_circuit() -> str:
kernel = circuit.init_kernel("new_kernel", 2)
kernel.hadamard(0)
kernel.cnot(0, 1)
kernel.measure(1)

return circuit.content

Expand Down

0 comments on commit f39a97e

Please sign in to comment.