Skip to main content
IBM Quantum Platform
This page is from the dev version of Qiskit Runtime client. Go to the stable version.

TREXResultPostSelectionMetadataModel

pydantic model TREXResultPostSelectionMetadataModel

GitHub

Bases: BaseModel

The post selection metadata of a single TREX result of a noise learner v3 job.

fraction_kept

field

Type: float [Required]

The fraction of shots kept.

Constraints

  • ge = 0
  • le = 1

success_rates

field

Type: dict[int, confloat(ge

Default value: 0, le=1)] [Required]

The fraction of shots in which post selection successfully flipped each qubit.

Was this page helpful?
Report a bug, typo, or request content on GitHub.