Execution Spans
qiskit_ibm_runtime.execution_span
Overview
An ExecutionSpans
class instance is an iterable of ExecutionSpan
s, 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
DoubleSliceSpan (start, stop, data_slices) | An ExecutionSpan for data stored in a sliceable format. |
ExecutionSpan (start, stop) | Abstract parent for classes that store an execution time span for a subset of job data. |
ExecutionSpans (spans) | A collection of timings for pub results. |
ShapeType | alias of Tuple [int , ...] |
SliceSpan (start, stop, data_slices) | An ExecutionSpan for data stored in a sliceable format. |
TwirledSliceSpan (start, stop, data_slices) | An ExecutionSpan for data stored in a sliceable format when twirling. |
Was this page helpful?
Report a bug or request content on GitHub.