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

# HighLevelSynthesisPluginManager

*class* `qiskit.transpiler.passes.synthesis.plugin.HighLevelSynthesisPluginManager`

[GitHub](https://github.com/Qiskit/qiskit/tree/stable/1.3/qiskit/transpiler/passes/synthesis/plugin.py#L687-L715)

Bases: [`object`](https://docs.python.org/3/library/functions.html#object)

Class tracking the installed high-level-synthesis plugins.

## Methods

### method

`method(op_name, method_name)`

[GitHub](https://github.com/Qiskit/qiskit/tree/stable/1.3/qiskit/transpiler/passes/synthesis/plugin.py#L712-L715)

Returns the plugin for `op_name` and `method_name`.

### method\_names

`method_names(op_name)`

[GitHub](https://github.com/Qiskit/qiskit/tree/stable/1.3/qiskit/transpiler/passes/synthesis/plugin.py#L705-L710)

Returns plugin methods for op\_name.
