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 Sep 12, 2023
1 parent d2aa1e7 commit 53a0456
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 53a0456

Please sign in to comment.