Skip to content

Commit

Permalink
Update qopt_best_practices/transpilation/preset_qaoa_passmanager.py
Browse files Browse the repository at this point in the history
Co-authored-by: Elena Peña Tapia <[email protected]>
  • Loading branch information
eggerdj and ElePT authored Oct 4, 2024
1 parent 2e22879 commit 20fbb1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 20fbb1d

Please sign in to comment.