HighLevelSynthesisPluginManager#
- class qiskit.transpiler.passes.synthesis.plugin.HighLevelSynthesisPluginManager[Quellcode]#
Bases:
object
Class tracking the installed high-level-synthesis plugins.
Methods
- method(op_name, method_name)[Quellcode]#
Returns the plugin for
op_name
andmethod_name
.
- method_names(op_name)[Quellcode]#
Returns plugin methods for op_name.