qiskit-community / qiskit-algorithms

A library of quantum algorithms for Qiskit.
https://qiskit-community.github.io/qiskit-algorithms/
Apache License 2.0
89 stars 43 forks source link

Scipy 1.14 compatibility fix #184

Closed woodsp-ibm closed 6 hours ago

woodsp-ibm commented 1 week ago

Summary

Fixes #182

Scipy 1.14 compatibility fix

Details and comments

Using .H from csr_matrix had been deprecated and has now been removed in scipy 1.14. This changes NumPyEigensolver, to use an alternative (and works with the prior scipy). This also ends up fixing CI which has been failing in nightly builds recently.

coveralls commented 1 week ago

Pull Request Test Coverage Report for Build 9724576922

Details


Totals Coverage Status
Change from base Build 9466154331: 0.0%
Covered Lines: 6359
Relevant Lines: 7032

💛 - Coveralls
woodsp-ibm commented 1 week ago

Note this is failing tests against unreleased qiskit main - see #181 for more info.