ChunkPart¶
- class samplomatic.quantum_program.ChunkPart(idx_item: int, size: int)[source]¶
Bases:
objectA description of the contents of a single part of an execution chunk.
Attributes Summary
The index of an item in a quantum program.
The number of elements from the quantum program item that were executed.
Attributes Documentation