NoiseLearnerV3ResultModel
pydantic model NoiseLearnerV3ResultModel
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.