NLESC-quantum / quantum_comp

Apache License 2.0
1 stars 1 forks source link

VQLS in Qiskit #27

Closed NicoRenaud closed 2 years ago

NicoRenaud commented 2 years ago

We have developed a VQLS solver that is now part of qalcore There is a general LinearSolver as well as a VariationalAlgorithm classes in Qiskit that we could use to improve the implementation and ideally upstream VQLS in Qiskit. There is already an issue open about it Qiskit but staled for about 2 years.

NicoRenaud commented 2 years ago

Development done here : https://github.com/QuantumApplicationLab/qiskit-terra/blob/vqls_refac/qiskit/algorithms/linear_solvers/vqls.py

NicoRenaud commented 2 years ago

Development done i have to make a PR to qiskit