Skip to content

Commit 8191481

Browse files
committed
fix dialect group for codegen test
1 parent ef14987 commit 8191481

File tree

5 files changed

+1
-5
lines changed

5 files changed

+1
-5
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
H 0
32
CX 0 1
43
CX 1 2
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
H 0
32
CX 0 2
43
CX 1 2
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
21
H 0
32
H 2

test/stim/passes/stim_reference_programs/qubit/non_pure_loop_iterator.stim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
MZ(0.00000000) 0 1 2 3 4
32
X 0
43
X 1

test/stim/passes/test_squin_noise_to_stim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def test():
253253
SquinToStimPass(test.dialects)(test)
254254

255255
buf = io.StringIO()
256-
emit = EmitStimMain(test.dialects, correlation_identifier_offset=10, io=buf)
256+
emit = EmitStimMain(stim.main, correlation_identifier_offset=10, io=buf)
257257
emit.initialize()
258258
emit.run(test)
259259
stim_str = buf.getvalue().strip()

0 commit comments

Comments
 (0)