TREXResultPostSelectionMetadataModel
pydantic model TREXResultPostSelectionMetadataModel
Bases: BaseModel
The post selection metadata of a single TREX result of a noise learner v3 job.
fraction_kept
field
Type: float
The fraction of shots kept.
Constraints
- ge = 0
- le = 1
success_rates
field
Type: dict[int, confloat(ge``=``0, le``=``1)]
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.