Skip to main content
IBM Quantum Platform
Información sobre la traducción

Próximamente habrá traducciones a otros idiomas de esta página.

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]

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

start

field

Type: datetime.datetime

The start time of the execution chunk in UTC.

stop

field

Type: datetime.datetime

The stop time of the execution chunk in UTC.

¿Le ha resultado útil esta página?
Informe de un error, de una errata o solicite contenido en GitHub.