qiskit.transpiler.StagedPassManager.to_flow_controller¶
- StagedPassManager.to_flow_controller()¶
Linearize this manager into a single
FlowController
, so that it can be nested inside anotherPassManager
.- Return type
Linearize this manager into a single FlowController
, so that it can be nested
inside another PassManager
.