Skip to content

Commit

Permalink
from qiskit_aer import Aer
Browse files Browse the repository at this point in the history
  • Loading branch information
1ucian0 committed Feb 7, 2024
1 parent 3e1807e commit 8f5a327
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mthree/test/test_odd_cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
# pylint: disable=no-name-in-module

"""Test utils functions"""
from qiskit import Aer, QuantumCircuit, transpile
from qiskit_aer import Aer
from qiskit import QuantumCircuit, transpile
import mthree


Expand Down

0 comments on commit 8f5a327

Please sign in to comment.