Skip to content

Commit

Permalink
add test for cx and CX
Browse files Browse the repository at this point in the history
  • Loading branch information
contra-bit committed Feb 8, 2024
1 parent d7f0718 commit d750ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ end
creg c1[1];
creg c2[1];
U(-1.0, pi/2+3, 3.0) q[2];
CX q[1], q[2];
cx q[1], q[2];
custom(0.3) q[3];
barrier q;
h q[0];
Expand Down

0 comments on commit d750ba3

Please sign in to comment.