Skip to content

Commit

Permalink
fixing docstrings for PauliEvolutionGate plugins (#13494)
Browse files Browse the repository at this point in the history
* fixing docstrings for PauliEvolutionGate plugins

* fixing link in the docstring

* minor tweak

* pylint

(cherry picked from commit 6979d91)
  • Loading branch information
alexanderivrii authored and mergify[bot] committed Nov 27, 2024
1 parent 2069b83 commit 549becb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions qiskit/transpiler/passes/synthesis/hls_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
<https://github.com/smartiel/rustiq-core>`_
- all-to-all
* - ``"default"``
- :class:`~.PauliEvolutionSynthesisDefault`
- use ``rustiq_core`` synthesis library
- use a diagonalizing Clifford per Pauli term
- all-to-all
.. autosummary::
Expand Down

0 comments on commit 549becb

Please sign in to comment.