From ffb474fe218ef8f36b4d881bf3bbd24cd2e00f53 Mon Sep 17 00:00:00 2001 From: Siddhartha Roy Date: Sat, 4 Sep 2021 03:41:10 +0530 Subject: [PATCH] test4 --- hello_qubits.py | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/hello_qubits.py b/hello_qubits.py index f89f073..4d0cee6 100644 --- a/hello_qubits.py +++ b/hello_qubits.py @@ -1,10 +1 @@ -import cirq - -circuit = cirq.Circuit() - -(q0, q1) = cirq.LineQubit.range(2) - -circuit.append([cirq.H(q0), cirq.CNOT(q0, q1)]) -circuit.append([cirq.measure(q0), cirq.measure(q1)]) - -print(circuit) +test2ee