You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the codebase no longer uses requirements.txt to specify qiskit and qiskit-ibm-runtime versions, the module for VQE and optimizers has been change from qiskit.algorithms to qiskit_algorithms
What is the expected behavior?
Should sync PyPI version with codebase or specify pip install qiskit==0.45.0 for the PyPI version to resolve this issue
The text was updated successfully, but these errors were encountered:
Steps to reproduce the problem
Using
pip install vqls-prototype
What is the current behavior?
Since the codebase no longer uses
requirements.txt
to specify qiskit and qiskit-ibm-runtime versions, the module for VQE and optimizers has been change fromqiskit.algorithms
toqiskit_algorithms
What is the expected behavior?
Should sync PyPI version with codebase or specify
pip install qiskit==0.45.0
for the PyPI version to resolve this issueThe text was updated successfully, but these errors were encountered: