We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e3fe7b commit 0472dd5Copy full SHA for 0472dd5
pyproject.toml
@@ -139,4 +139,4 @@ dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
139
include = ["src/bloqade/*"]
140
141
[tool.pytest.ini_options]
142
-testpaths = "test/"
+testpaths = "test/"
src/bloqade/squin/groups.py
@@ -2,7 +2,6 @@
2
from kirin.prelude import structural_no_opt
3
from kirin.dialects import ilist
4
5
-
6
from . import op, wire, qubit
7
8
0 commit comments