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

# HighLevelSynthesisPluginManager

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

[GitHub](https://github.com/qiskit/qiskit/tree/stable/0.46/qiskit/transpiler/passes/synthesis/plugin.py)

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)`

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

### method\_names

`method_names(op_name)`

Returns plugin methods for op\_name.
