ChunkSpan¶
- class samplomatic.quantum_program.ChunkSpan(start: datetime, stop: datetime, parts: list[ChunkPart])[source]¶
Bases:
objectTiming information about a single chunk of execution.
Note
This span may include some amount of non-circuit time.
Attributes Summary
A description of which parts of a quantum program are contained in this chunk.
The start time of the execution chunk in UTC.
The stop time of the execution chunk in UTC.
Attributes Documentation