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.