Skip to content

Commit

Permalink
Fix aer import issue after aer 0.11.0 release (Qiskit#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
rathishcholarajan authored and GitHub Enterprise committed Sep 15, 2022
1 parent 6e74098 commit dd87e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test_qaoa_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

from qiskit.test import QiskitTestCase
from qiskit.transpiler import CouplingMap
from qiskit.providers.aer import AerSimulator
from qiskit.exceptions import QiskitError
from qiskit_aer import AerSimulator

from programs.qaoa import (
SwapStrategy,
Expand Down

0 comments on commit dd87e2d

Please sign in to comment.