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 78e36ed commit 0edcf0fCopy full SHA for 0edcf0f
src/bloqade/squin/stdlib/qubit.py
@@ -20,6 +20,3 @@ def _new(qid: int) -> qubit.Qubit:
20
return qubit.new()
21
22
return ilist.map(_new, ilist.range(n_qubits))
23
-
24
25
-qalloc.print()
0 commit comments