Skip to main contentIBM Quantum Documentation Mirror

NoiseLearnerV3ResultModel

pydantic model NoiseLearnerV3ResultModel

GitHub

Bases: BaseModel

Results for a single noise learner V3 item.

generators_sparse

field

Type: list[list[tuple[str, list[int]]]]

A representation of the generators in sparse format.

metadata

field

Type: TREXResultMetadataModel | LinbdbladResultMetadataModel

Execution metadata pertaining to a single result.

num_qubits

field

Type: int

The number of qubits that the generators act on.

rates

field

Type: F64TensorModel

The rates of the individual generators.

rates_std

field

Type: F64TensorModel

The standard deviation associated to the rates of the generators.