Revision 66a79944ee4cd116b27bc1a69137276885461db8 authored by Andrew Litteken on 28 September 2021, 15:30:02 UTC, committed by GitHub on 28 September 2021, 15:30:02 UTC
fixing up changes from full Toffoli/Fredkin definition
hs2.qasm
OPENQASM 2.0;
include "qelib1.inc";
qreg q[2];
creg c[2];
h q[0];
h q[1];
x q[0];
x q[1];
h q[0];
cx q[1],q[0];
h q[0];
x q[0];
x q[1];
h q[0];
h q[1];
h q[0];
cx q[1],q[0];
h q[0];
h q[0];
h q[1];
measure q[0] -> c[0];
measure q[1] -> c[1];
Computing file changes ...