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

DoubleSliceSpan

An ExecutionSpan for data stored in a sliceable format.

ExecutionSpan

Abstract parent for classes that store an execution time span for a subset of job data.

ExecutionSpans

A collection of timings for pub results.

ShapeType

alias of Tuple[int, ...]

SliceSpan

An ExecutionSpan for data stored in a sliceable format.

TwirledSliceSpan

An ExecutionSpan for data stored in a sliceable format when twirling.