ChunkSpan
class ChunkSpan(start, stop, parts)
Bases: object
Timing information about a single chunk of execution.
Note
This span may include some amount of non-circuit time.
Attributes
Parameters
- start (datetime.datetime)
- stop (datetime.datetime)
- parts (list[ChunkPart])
start
Type: datetime.datetime
The start time of the execution chunk in UTC.
stop
Type: datetime.datetime
The stop time of the execution chunk in UTC.
parts
Type: list[ChunkPart]
A description of which parts of a quantum program are contained in this chunk.
Methods
Was this page helpful?
Report a bug, typo, or request content on GitHub.