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 ca2d8c7 commit 0919688Copy full SHA for 0919688
src/bloqade/pyqrack/reg.py
@@ -2,8 +2,8 @@
2
from typing import TYPE_CHECKING
3
from dataclasses import dataclass
4
5
-from bloqade.types import MeasurementResult
6
from bloqade.qasm2.types import Qubit
+from bloqade.squin.types import MeasurementResult
7
8
if TYPE_CHECKING:
9
from pyqrack import QrackSimulator
0 commit comments