Skip to content

Commit

Permalink
qiskit.Aer -> qiskit_aer.Aer
Browse files Browse the repository at this point in the history
  • Loading branch information
atlytle committed May 16, 2024
1 parent 9672a41 commit 350c4c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ authors = [
]
dependencies = [
"qiskit < 0.43.0",
"qiskit_aer",
"psfam"
]
license = {file = "LICENSE.txt"}
Expand Down
2 changes: 1 addition & 1 deletion src/dense_ev/_test_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

import numpy as np

from qiskit import Aer
from qiskit_aer import Aer
from qiskit.opflow import StateFn, DictStateFn, PauliExpectation, CircuitSampler
from qiskit.opflow.primitive_ops import PauliOp
from qiskit.quantum_info import random_statevector
Expand Down

0 comments on commit 350c4c2

Please sign in to comment.