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

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에서 버그, 오타를 보고하거나 컨텐츠를 요청하십시오.