Skip to content

Commit 37310dd

Browse files
Update lot_of_gates.qasm3
1 parent 8101993 commit 37310dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/core/test_circuit/lot_of_gates.qasm3

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
OPENQASM 3.0;
2-
include 'stdgates.inc';
2+
include "stdgates.inc";
33

44
qubit[4] q;
55
bit[4] c;
@@ -21,4 +21,4 @@ rz(3.14) q[0];
2121
c[0] = measure q[0];
2222
c[1] = measure q[1];
2323
c[2] = measure q[2];
24-
c[3] = measure q[3];
24+
c[3] = measure q[3];

0 commit comments

Comments
 (0)