bloqade.qbraid.schema.PauliErrorModel
← Module overview
class
classPauliErrorModel¶source
bloqade.qbraid.schema.PauliErrorModel
Bases: ErrorModel
Pauli error model.
class PauliErrorModelFields
error_model_type (str): The type of error model (Literal[“PauliNoise”]). errors (Tuple[Tuple[int, Tuple[float, float, float]], …]): The qubit indices and the error rates for each qubit.
Attributes
| Name | Type | Default | Description |
|---|---|---|---|
error_model_type | Literal['PauliNoise'] | Field(default='PauliNoise', init=False) | |
errors | Tuple[Tuple[int, Tuple[float, float, float]], ...] | Field(default_factory=tuple) |