bloqade.qbraid.schema.SingleQubitError
← Module overview
class
classSingleQubitError¶source
bloqade.qbraid.schema.SingleQubitError
Bases: ErrorOperation[ErrorModelType]
SingleQubitError operation.
class SingleQubitErrorFields
survival_prob (Tuple[float, …]): The survival probabilities for each qubit. error_type (str): The type of error (Literal[“SingleQubitError”]). operator_error (ErrorModelType): The error model for the single qubit.
Attributes
| Name | Type | Default | Description |
|---|---|---|---|
error_type | Literal['SingleQubitError'] | Field(default='SingleQubitError', init=False) | |
operator_error | ErrorModelType | required |