Archived
1
0
This repository has been archived on 2023-07-24. You can view files and clone it, but cannot push or open issues or pull requests.
qalg/qasm/deutch-cirq-output.qasm

13 lines
154 B
Plaintext

OPENQASM 2.0;
include "qelib1.inc";
qreg q[7];
creg m0[1];
rz(1.5707963267948966) q[1];
sx q[1];
rz(-1.5707963267948966) q[1];
measure q[0] -> m0[0];