bloqade.qbraid.schema.Measurement
← Module overview
class
classMeasurement¶source
bloqade.qbraid.schema.Measurement
Bases: Operation
Measurement operation.
class MeasurementFields
op_type (str): The type of operation (Literal[“Measurement”]). measure_tag (str): The tag to use for the measurement. participants (Tuple[int, …]): The qubit indices that are participating in the measurement.
Attributes
| Name | Type | Default | Description |
|---|---|---|---|
op_type | Literal['Measurement'] | Field(init=False, default='Measurement') | |
measure_tag | str | Field(default='m') | |
participants | Tuple[int, ...] | required |