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
Steps to reproduce the problem
Using
pip install vqls-prototypeWhat is the current behavior?
Since the codebase no longer uses
requirements.txtto specify qiskit and qiskit-ibm-runtime versions, the module for VQE and optimizers has been change fromqiskit.algorithmstoqiskit_algorithmsWhat is the expected behavior?
Should sync PyPI version with codebase or specify
pip install qiskit==0.45.0for the PyPI version to resolve this issue