Skip to content

bloqade.qbraid.schema.SingleQubitError

← Module overview

classSingleQubitErrorsource

bloqade.qbraid.schema.SingleQubitError

Bases: ErrorOperation[ErrorModelType]

SingleQubitError operation.

class SingleQubitError

Fields

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

NameTypeDefaultDescription
error_typeLiteral['SingleQubitError']Field(default='SingleQubitError', init=False)
operator_errorErrorModelTyperequired