qiskit.transpiler.PassManager.passes¶
- PassManager.passes()[Quellcode]¶
Return a list structure of the appended passes and its options.
- Rückgabe
A list of pass sets, as defined in
append()
.- Rückgabetyp
List[Dict[str, BasePass]]
Return a list structure of the appended passes and its options.
A list of pass sets, as defined in append()
.
List[Dict[str, BasePass]]