From 20fbb1d6fc1c9cf17bc3e7ed8745bca5d8617f44 Mon Sep 17 00:00:00 2001 From: "Daniel J. Egger" <38065505+eggerdj@users.noreply.github.com> Date: Fri, 4 Oct 2024 18:22:47 +0200 Subject: [PATCH] Update qopt_best_practices/transpilation/preset_qaoa_passmanager.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Elena Peña Tapia <57907331+ElePT@users.noreply.github.com> --- qopt_best_practices/transpilation/preset_qaoa_passmanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qopt_best_practices/transpilation/preset_qaoa_passmanager.py b/qopt_best_practices/transpilation/preset_qaoa_passmanager.py index 4f103a8..fd8b6d7 100644 --- a/qopt_best_practices/transpilation/preset_qaoa_passmanager.py +++ b/qopt_best_practices/transpilation/preset_qaoa_passmanager.py @@ -13,7 +13,7 @@ from qopt_best_practices.transpilation.qaoa_construction_pass import QAOAConstructionPass -def qaoa_swap_strategy(config: Dict[str, Any]): +def qaoa_swap_strategy_pm(config: Dict[str, Any]): """Provide a pass manager to build the QAOA cirucit. This function will be extended in the future.