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