---
title: high_level_synthesis_plugin_names (v1.1)
description: API reference for qiskit.transpiler.passes.synthesis.plugin.high_level_synthesis_plugin_names in qiskit v1.1
source: https://eu-de.quantum.cloud.ibm.com/docs/en/api/qiskit/1.1/qiskit.transpiler.passes.synthesis.plugin.high_level_synthesis_plugin_names
---

# qiskit.transpiler.passes.synthesis.plugin.high\_level\_synthesis\_plugin\_names

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

[GitHub](https://github.com/Qiskit/qiskit/tree/stable/1.1/qiskit/transpiler/passes/synthesis/plugin.py#L718-L734)

Return a list of plugin names installed for a given high level object name

**Parameters**

**op\_name** ([*str*](https://docs.python.org/3/library/stdtypes.html#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`](/docs/api/qiskit/1.1/qiskit.quantum_info.Clifford "qiskit.quantum_info.Clifford") objects. The name refers to the [`Operation.name`](/docs/api/qiskit/1.1/qiskit.circuit.Operation#name "qiskit.circuit.Operation.name") attribute of the relevant objects.

**Returns**

A list of installed plugin names for the specified high level operation

**Return type**

[*List*](https://docs.python.org/3/library/typing.html#typing.List)\[[str](https://docs.python.org/3/library/stdtypes.html#str)]
