From 6979d918e2250d972b497b09ef7cdd13bbda8829 Mon Sep 17 00:00:00 2001 From: Alexander Ivrii Date: Wed, 27 Nov 2024 07:10:09 +0200 Subject: [PATCH] fixing docstrings for PauliEvolutionGate plugins (#13494) * fixing docstrings for PauliEvolutionGate plugins * fixing link in the docstring * minor tweak * pylint --- qiskit/transpiler/passes/synthesis/hls_plugins.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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::