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
이 페이지가 도움이 되었습니까?
GitHub에서 버그, 오타를 보고하거나 컨텐츠를 요청하십시오.