Types
← Curated API reference · Express a program · Programming
Core and exchange-format types used when declaring quantum kernels.
- bloqade.types.Qubitv0.15.2
from bloqade.types import QubitRuntime representation of a qubit.
- bloqade.types.Registerv0.15.2
from bloqade.types import Register from bloqade.types import MeasurementResult- bloqade.qasm2.Bitv0.15.2
from bloqade.qasm2 import BitRuntime representation of a bit.
- bloqade.qasm2.CRegv0.15.2
from bloqade.qasm2 import CRegRuntime representation of a classical register.
- bloqade.qasm2.QRegv0.15.2
from bloqade.qasm2 import QReg - bloqade.qasm3.Bitv0.15.2
from bloqade.qasm3 import BitRuntime representation of a classical bit in QASM3.
- bloqade.qasm3.BitRegv0.15.2
from bloqade.qasm3 import BitRegRuntime representation of a classical bit register in QASM3.
- bloqade.qasm3.QRegv0.15.2
from bloqade.qasm3 import QReg