bloqade.qbraid.schema.CZError
← Module overview
class
classCZError¶source
bloqade.qbraid.schema.CZError
Bases: ErrorOperation[ErrorModelType]
CZError operation.
class CZErrorFields
survival_prob (Tuple[float, …]): The survival probabilities for each qubit. error_type (str): The type of error (Literal[“CZError”]). storage_error (ErrorModelType): The error model for storage. entangled_error (ErrorModelType): The error model for entangled qubits. single_error (ErrorModelType): The error model for single qubits.
Attributes
| Name | Type | Default | Description |
|---|---|---|---|
error_type | Literal['CZError'] | Field(default='CZError', init=False) | |
storage_error | ErrorModelType | required | |
entangled_error | ErrorModelType | required | |
single_error | ErrorModelType | required |