sQUlearn / squlearn

scikit-learn interface for quantum algorithms
https://squlearn.github.io
Apache License 2.0
53 stars 18 forks source link

Upgrade to Qiskit 1.0.0 #237

Closed MoritzWillmann closed 4 months ago

MoritzWillmann commented 4 months ago

This PR incorporates fixes needed to use the new Qiskit 1.0.0. This includes:

So far the tests still fail, due to qiskit-algorithms not being updated to work with Qiskit 1.0.0 yet. I will expect an update soon and will then fix the version and set the PR to ready for review.

Note

If you want to use squlearn until the update, be sure to install Qiskit<1.0.0

MoritzWillmann commented 4 months ago

You're right i implemented backend_name and is_statevector functions to handle this