Skip to main content
IBM Quantum Platform
이 페이지는 Qiskit SDK의 이전 버전입니다. 최신 버전으로 이동

qiskit.transpiler.passes.synthesis.plugin.high_level_synthesis_plugin_names

qiskit.transpiler.passes.synthesis.plugin.high_level_synthesis_plugin_names(op_name)

GitHub

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

List[str]

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