Skip to main content
IBM Quantum Platform
번역 정보

이 페이지의 추가 언어 번역이 곧 제공될 예정입니다.

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.

이 페이지가 도움이 되었습니까?
GitHub에서 버그, 오타를 보고하거나 컨텐츠를 요청하십시오.