Skip to main contentIBM Quantum Documentation
You are viewing the API reference for an old version of Qiskit SDK. Switch to latest version

qiskit.transpiler.preset_passmanagers.plugin.list_stage_plugins

list_stage_plugins(stage_name)

GitHub(opens in a new tab)

Get a list of installed plugins for a stage.

Parameters

stage_name (str) – The stage name to get the plugin names for

Returns

The list of installed plugin names for the specified stages

Return type

plugins

Raises

TranspilerError – If an invalid stage name is specified.

Was this page helpful?
Report a bug or request content on GitHub.