QuantumApplicationLab / vqls-prototype

A Variational Quantum Linear Solver Prototype for Qiskit
Apache License 2.0
12 stars 4 forks source link

PyPI version out of sync #20

Open kaminotesf opened 1 month ago

kaminotesf commented 1 month ago

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 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