Skip to content

Commit

Permalink
export high_level_synthesis_plugin_names (#11549)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung authored Jan 29, 2024
1 parent 8af340c commit 8f0646a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/transpiler/passes/synthesis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"""Module containing transpiler synthesis passes."""

from .unitary_synthesis import UnitarySynthesis
from .plugin import unitary_synthesis_plugin_names
from .plugin import high_level_synthesis_plugin_names, unitary_synthesis_plugin_names
from .linear_functions_synthesis import LinearFunctionsSynthesis, LinearFunctionsToPermutations
from .high_level_synthesis import HighLevelSynthesis, HLSConfig
from .solovay_kitaev_synthesis import SolovayKitaev, SolovayKitaevSynthesis
Expand Down

0 comments on commit 8f0646a

Please sign in to comment.