From 5907b60d0d0afc8b1ffae5fb7f91a94ab1af08ca Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 12:48:25 +0000 Subject: [PATCH] Fix typo (#11983) (#11986) (cherry picked from commit 9f228fa4fe5e8f4de4b53cf77400e25242ba43c3) Co-authored-by: Ryuhei Yoshida --- qiskit/transpiler/preset_passmanagers/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qiskit/transpiler/preset_passmanagers/__init__.py b/qiskit/transpiler/preset_passmanagers/__init__.py index f19b82fb3a15..b2996d76632e 100644 --- a/qiskit/transpiler/preset_passmanagers/__init__.py +++ b/qiskit/transpiler/preset_passmanagers/__init__.py @@ -140,7 +140,7 @@ def generate_preset_pass_manager( physical qubits. layout_method (str): The :class:`~.Pass` to use for choosing initial qubit placement. Valid choices are ``'trivial'``, ``'dense'``, - and ``'sabre'``, representing :class:`~.TrivialLayout`, :class:`~DenseLayout` and + and ``'sabre'``, representing :class:`~.TrivialLayout`, :class:`~.DenseLayout` and :class:`~.SabreLayout` respectively. This can also be the external plugin name to use for the ``layout`` stage of the output :class:`~.StagedPassManager`. You can see a list of installed plugins by using