Skip to main contentIBM Quantum Documentation
Important

IBM Quantum Platform is moving and this version will be sunset on July 1. To get started on the new platform, read the migration guide.

Execution Spans

qiskit_ibm_runtime.execution_span


Overview

An ExecutionSpans class instance is an iterable of ExecutionSpans, where each iterand gives timing information about a chunk of data. Execution spans are returned as part of the metadata of a primitive job result.


Classes

DoubleSliceSpanAn ExecutionSpan for data stored in a sliceable format.
ExecutionSpanAbstract parent for classes that store an execution time span for a subset of job data.
ExecutionSpansA collection of timings for pub results.
ShapeTypealias of Tuple[int, ...]
SliceSpanAn ExecutionSpan for data stored in a sliceable format.
TwirledSliceSpanAn ExecutionSpan for data stored in a sliceable format when twirling.
Was this page helpful?
Report a bug or request content on GitHub.