Skip to content

Commit

Permalink
Update test/test_qaoa_construction.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 20fbb1d commit b707c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_qaoa_construction.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def setUp(self):

def test_depth_one(self):
"""Compare the pass with the SWAPs and ensure the measurements are ordered properly."""
qaoa_pm = qaoa_swap_strategy(self.config)
qaoa_pm = qaoa_swap_strategy_pm(self.config)

cost_op_circ = QAOAAnsatz(
self.cost_op, initial_state=QuantumCircuit(4), mixer_operator=QuantumCircuit(4)
Expand Down

0 comments on commit b707c8b

Please sign in to comment.