Skip to main content
IBM Quantum Platform
이 페이지는 Qiskit SDK의 이전 버전입니다. 최신 버전으로 이동

PassManagerState

class qiskit.passmanager.PassManagerState(workflow_status, property_set)

GitHub

Bases: object

A portable container object that pass manager tasks communicate through generator.

This object can contain every information about the running pass manager workflow, except for the IR object being optimized. The data structure consists of two elements; one for the status of the workflow itself, and another one for the additional information about the IR analyzed through pass executions. This container aims at just providing a robust interface for the Task.execute(), and no logic that modifies the container elements must be implemented.

This object is mutable, and might be mutated by pass executions.


Attributes

Parameters

workflow_status

유형: WorkflowStatus

Status of the current compilation workflow.

property_set

유형: PropertySet

Information about IR being optimized.

이 페이지가 도움이 되었습니까?
GitHub에서 버그, 오타를 보고하거나 컨텐츠를 요청하십시오.