Skip to content

bloqade.qbraid.schema.CZError

← Module overview

classCZErrorsource

bloqade.qbraid.schema.CZError

Bases: ErrorOperation[ErrorModelType]

CZError operation.

class CZError

Fields

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

NameTypeDefaultDescription
error_typeLiteral['CZError']Field(default='CZError', init=False)
storage_errorErrorModelTyperequired
entangled_errorErrorModelTyperequired
single_errorErrorModelTyperequired