About cookies on this site Our websites require some cookies to function properly (required). In addition, other cookies may be used with your consent to analyze site usage, improve the user experience and for advertising. For more information, please review your options. By visiting our website, you agree to our processing of information as described in IBM’sprivacy statement. To provide a smooth navigation, your cookie preferences will be shared across the IBM web domains listed here.
WorkflowStatus
class qiskit.passmanager.WorkflowStatus(count=0, completed_passes=<factory>, previous_run=RunState.FAIL)
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
Type: int
Default value: 0
Current number of pass execution.
previous_run
Type: RunState
Default value: 1
Status of the latest pass run.
completed_passes
Type: set
Passes already run that have not been invalidated.
Was this page helpful?
Report a bug or request content on GitHub.