iqm.iqm_client.models.RunCounts#
- class iqm.iqm_client.models.RunCounts(*, status: Status, counts_batch: list[Counts] | None = None)#
Bases:
BaseModel
Measurement results of a circuit execution job in histogram representation.
Attributes
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
current status of the job, in
{'pending compilation', 'pending execution', 'ready', 'failed', 'aborted'}
measurement results in histogram representation for each circuit in the batch
Methods
- model_config: ClassVar[ConfigDict] = {}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].