Skip to main content
IBM Quantum Platform

ItemMetadata

class ItemMetadata(scheduler_timing=None, stretch_values=None)

GitHub

Bases: object

Metadata about the execution of a single item of a quantum program.


Attributes

Parameters

scheduler_timing

Type: SchedulerTiming | None

Default value: None

Scheduler circuit timing information, if it is available.

When available, the timing information can be visualized using the qiskit_ibm_runtime.visualization.draw_circuit_schedule_timing() method as in the snippet below.

Note

This feature is experimental and subject to change without notice.

stretch_values

Type: list[StretchValues] | None

Default value: None

Stretch value resolution, if it is available.

Note

This feature is experimental and subject to change without notice.


Methods

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