qiskit.transpiler.PassManager.passes¶
- PassManager.passes()[código fonte]¶
Return a list structure of the appended passes and its options.
- Tipo de retorno
List
[Dict
[str
,BasePass
]]- Retorno
A list of pass sets, as defined in
append()
.
Return a list structure of the appended passes and its options.
List
[Dict
[str
, BasePass
]]
A list of pass sets, as defined in append()
.