Skip to content

Commit a4365fd

Browse files
committed
adding native noise dialect to the extended dialect by default
1 parent df16cbf commit a4365fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bloqade/qasm2/groups.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
from kirin.prelude import structural_no_opt
33
from kirin.dialects import scf, func, ilist, lowering
44

5+
from bloqade.noise import native
56
from bloqade.qasm2.dialects import (
67
uop,
78
core,
@@ -90,6 +91,7 @@ def run_pass(
9091
noise,
9192
parallel,
9293
core,
94+
native,
9395
]
9496
)
9597
)

0 commit comments

Comments
 (0)