qiskit.transpiler.preset_passmanagers.plugin.list_stage_plugins¶
- list_stage_plugins(stage_name)[Quellcode]¶
Get a list of installed plugins for a stage.
- Parameter
stage_name (str) – The stage name to get the plugin names for
- Rückgabe
The list of installed plugin names for the specified stages
- Rückgabetyp
plugins
- Verursacht
TranspilerError – If an invalid stage name is specified.