Skip to main contentIBM Quantum Documentation Mirror

ChunkSpan

pydantic model ChunkSpan

GitHub

Bases: BaseModel

Timing information about a single chunk of execution.

Note

This span may include some amount of non-circuit time.

parts

field

Type: list[ChunkPart] [Required]

A description of which parts of a quantum program are contained in this chunk.

start

field

Type: datetime [Required]

The start time of the execution chunk in UTC.

stop

field

Type: datetime [Required]

The stop time of the execution chunk in UTC.