From 9304be081bf611d3e2934572ef916032db27a86f Mon Sep 17 00:00:00 2001 From: Siddhartha Roy Date: Sat, 4 Sep 2021 03:41:31 +0530 Subject: [PATCH] test5 --- hello_qubits.py | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/hello_qubits.py b/hello_qubits.py index f89f073..8972ece 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) +test2sdddd