qiskit.transpiler.passes.synthesis.plugin.high_level_synthesis_plugin_names
qiskit.transpiler.passes.synthesis.plugin.high_level_synthesis_plugin_names(op_name)
Return a list of plugin names installed for a given high level object name
Parameters
op_name (str) – The operation name to find the installed plugins for. For example, if you provide "clifford"
as the input it will find all the installed clifford synthesis plugins that can synthesize Clifford
objects. The name refers to the Operation.name
attribute of the relevant objects.
Returns
A list of installed plugin names for the specified high level operation
Return type
Was this page helpful?
Report a bug or request content on GitHub.