Skip to main content
IBM Quantum Platform
このページは古いバージョンのQiskit SDKです。 最新バージョンへ

WorkflowStatus

class qiskit.passmanager.WorkflowStatus(count=0, completed_passes=<factory>, previous_run=RunState.FAIL)

GitHub

Bases: object

Collection of compilation status of workflow, i.e. pass manager run.

This data structure is initialized when the pass manager is run, and recursively handed over to underlying tasks. Each pass will update this status once after being executed, and the lifetime of the workflow status object is the time during which the pass manager is running.


Attributes

Parameters

  • count (int) –
  • completed_passes (set) –
  • previous_run (RunState) –

count

タイプ: int

デフォルト値: 0

Current number of pass execution.

previous_run

タイプ: RunState

デフォルト値: 1

Status of the latest pass run.

completed_passes

タイプ: set

Passes already run that have not been invalidated.

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