From c7043c89f46147f69070db64c6121a3a2139856d Mon Sep 17 00:00:00 2001 From: Dipansh Uikey <71036246+iamdipansh@users.noreply.github.com> Date: Sun, 17 Mar 2024 02:11:27 +0530 Subject: [PATCH] Typo fixed in __init__.py (#12023) Fixed the typo in #12017 (cherry picked from commit 8557369597c7c7f3a0abe3f8b07045752ec10061) --- 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 b2996d76632..d8a7fc9b515 100644 --- a/qiskit/transpiler/preset_passmanagers/__init__.py +++ b/qiskit/transpiler/preset_passmanagers/__init__.py @@ -115,7 +115,7 @@ def generate_preset_pass_manager( backend (Backend): An optional backend object which can be used as the source of the default values for the ``basis_gates``, ``inst_map``, - ``couplig_map``, ``backend_properties``, ``instruction_durations``, + ``coupling_map``, ``backend_properties``, ``instruction_durations``, ``timing_constraints``, and ``target``. If any of those other arguments are specified in addition to ``backend`` they will take precedence over the value contained in the backend.