From 00684ebe7beb0971832c29368dd1a7a7b59d4cae Mon Sep 17 00:00:00 2001 From: Siddhartha Roy Date: Sat, 4 Sep 2021 03:44:37 +0530 Subject: [PATCH] test8 --- hello_qubits.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello_qubits.py b/hello_qubits.py index f89f073..aa39cfe 100644 --- a/hello_qubits.py +++ b/hello_qubits.py @@ -3,7 +3,7 @@ circuit = cirq.Circuit() (q0, q1) = cirq.LineQubit.range(2) - +sggffgdfg circuit.append([cirq.H(q0), cirq.CNOT(q0, q1)]) circuit.append([cirq.measure(q0), cirq.measure(q1)])