From e87147823767f19d68fb5d4cbba0de3adacd54ef Mon Sep 17 00:00:00 2001 From: "Kevin J. Sung" Date: Tue, 13 Feb 2024 15:50:26 -0500 Subject: [PATCH] remove toqm from reserved names list (#11792) --- qiskit/transpiler/preset_passmanagers/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qiskit/transpiler/preset_passmanagers/plugin.py b/qiskit/transpiler/preset_passmanagers/plugin.py index abf58e0ec46e..0d1a90fd3c5e 100644 --- a/qiskit/transpiler/preset_passmanagers/plugin.py +++ b/qiskit/transpiler/preset_passmanagers/plugin.py @@ -63,7 +63,7 @@ :func:`~.generate_embed_passmanager`. * - ``routing`` - ``qiskit.transpiler.routing`` - - ``basic``, ``stochastic``, ``lookahead``, ``sabre``, ``toqm`` + - ``basic``, ``stochastic``, ``lookahead``, ``sabre`` - The output from this stage is expected to have the circuit match the connectivity constraints of the target backend. This does not necessarily need to match the directionality of the edges in the target as a later