diff --git a/qiskit/transpiler/passes/synthesis/hls_plugins.py b/qiskit/transpiler/passes/synthesis/hls_plugins.py index 6696ff2999d..a609b11f0fe 100644 --- a/qiskit/transpiler/passes/synthesis/hls_plugins.py +++ b/qiskit/transpiler/passes/synthesis/hls_plugins.py @@ -263,11 +263,12 @@ - Targeted connectivity * - ``"rustiq"`` - :class:`~.PauliEvolutionSynthesisRustiq` - - use a diagonalizing Clifford per Pauli term + - use the synthesis method from `Rustiq circuit synthesis library + `_ - all-to-all * - ``"default"`` - :class:`~.PauliEvolutionSynthesisDefault` - - use ``rustiq_core`` synthesis library + - use a diagonalizing Clifford per Pauli term - all-to-all .. autosummary::