NoiseLearnerV3ResultModel
pydantic model NoiseLearnerV3ResultModel
Bases: BaseModel
Results for a single noise learner V3 item.
generators_sparse
field
Type: list[list[tuple[str, list[int]]]] [Required]
A representation of the generators in sparse format.
metadata
field
Type: TREXResultMetadataModel | LinbdbladResultMetadataModel [Required]
Execution metadata pertaining to a single result.
num_qubits
field
Type: int [Required]
The number of qubits that the generators act on.
rates
field
Type: F64TensorModel [Required]
The rates of the individual generators.
rates_std
field
Type: F64TensorModel [Required]
The standard deviation associated to the rates of the generators.