https://github.com/epiqc/ScaffCC
Raw File
Tip revision: 66a79944ee4cd116b27bc1a69137276885461db8 authored by Andrew Litteken on 28 September 2021, 15:30:02 UTC
Merge pull request #49 from AndrewLitteken/master
Tip revision: 66a7994
cat_state.n04.qasm
OPENQASM 2.0;
include "qelib1.inc";
qreg bits[4];
h bits[0];
cx bits[1], bits[0];
cx bits[2], bits[1];
cx bits[3], bits[2];
back to top