Skip to content

Commit

Permalink
remove mentioning unroller translation in docstrings (Qiskit#13698)
Browse files Browse the repository at this point in the history
* remove mentioning unroller in docstrings

* Update qiskit/compiler/transpiler.py

Co-authored-by: Julien Gacon <gaconju@gmail.com>

---------

Co-authored-by: Julien Gacon <gaconju@gmail.com>
  • Loading branch information
alexanderivrii and Cryoris authored Jan 28, 2025
1 parent b9e9b41 commit 8ab91fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qiskit/compiler/transpiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def transpile( # pylint: disable=too-many-return-statements
This can also be the external plugin name to use for the ``routing`` stage.
You can see a list of installed plugins by using :func:`~.list_stage_plugins` with
``"routing"`` for the ``stage_name`` argument.
translation_method: Name of translation pass ('unroller', 'translator', 'synthesis')
translation_method: Name of translation pass (``"translator"`` or ``"synthesis"``)
This can also be the external plugin name to use for the ``translation`` stage.
You can see a list of installed plugins by using :func:`~.list_stage_plugins` with
``"translation"`` for the ``stage_name`` argument.
Expand Down
2 changes: 1 addition & 1 deletion qiskit/transpiler/preset_passmanagers/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
``second_final_layout.compose(first_final_layout, dag.qubits)``).
* - ``translation``
- ``qiskit.transpiler.translation``
- ``translator``, ``synthesis``, ``unroller``
- ``translator``, ``synthesis``
- The output of this stage is expected to have every operation be a native
instruction on the target backend.
* - ``optimization``
Expand Down

0 comments on commit 8ab91fa

Please sign in to comment.