Skip to main content
IBM Quantum Platform
翻訳情報

このページの追加言語翻訳は近日公開予定です。

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)
  • stop (datetime)
  • parts (list[ChunkPart])

start

Type: datetime

The start time of the execution chunk in UTC.

stop

Type: 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

このページは役に立ちましたか?
バグや誤字の報告、またはコンテンツの要求はGitHubで行ってください。