HighLevelSynthesisPluginManager#

class qiskit.transpiler.passes.synthesis.plugin.HighLevelSynthesisPluginManager[source]#

Bases : object

Class tracking the installed high-level-synthesis plugins.

Methods

method(op_name, method_name)[source]#

Returns the plugin for op_name and method_name.

method_names(op_name)[source]#

Returns plugin methods for op_name.