We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f68da7f commit 9f228faCopy full SHA for 9f228fa
qiskit/transpiler/preset_passmanagers/__init__.py
@@ -140,7 +140,7 @@ def generate_preset_pass_manager(
140
physical qubits.
141
layout_method (str): The :class:`~.Pass` to use for choosing initial qubit
142
placement. Valid choices are ``'trivial'``, ``'dense'``,
143
- and ``'sabre'``, representing :class:`~.TrivialLayout`, :class:`~DenseLayout` and
+ and ``'sabre'``, representing :class:`~.TrivialLayout`, :class:`~.DenseLayout` and
144
:class:`~.SabreLayout` respectively. This can also
145
be the external plugin name to use for the ``layout`` stage of the output
146
:class:`~.StagedPassManager`. You can see a list of installed plugins by using
0 commit comments