Skip to content

Commit

Permalink
Add cz gate
Browse files Browse the repository at this point in the history
  • Loading branch information
gusaiani committed Jul 27, 2020
1 parent c436862 commit 27460dc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions czgate.qasm
@@ -0,0 +1,10 @@
OPENQASM 2.0;
include "qelib1.inc";

qreg q[2];
creg c[2];

cz q[0],q[1];

measure q[0] -> c[0];
measure q[1] -> c[1];

0 comments on commit 27460dc

Please sign in to comment.