Conversation
|
Maybe a good chance to get rid of the qiskit_algorithms, which is only needed for fidelity quantum circuits. |
|
Mapomatic causes problems with Qiskit 2.0 since it also checks for BackendV1 that is depricated in Qiskit 2.0. |
Should be fixed now (qiskit-community/mapomatic#77) |
|
This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 1 year. |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 32 out of 34 changed files in this pull request and generated 8 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: MoritzWillmann <44642314+MoritzWillmann@users.noreply.github.com>
Fix unresolved review comments from PR sQUlearn#326 Qiskit 2 support
|
This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 1 year. |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 33 out of 35 changed files in this pull request and generated 6 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 33 out of 35 changed files in this pull request and generated 5 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This pull request updates the minimum supported Python version to 3.10 and modernizes Qiskit usage throughout the codebase and documentation. It also removes support for legacy Qiskit and Python 3.9 in CI workflows, updates dependencies, and improves example notebooks to use the latest Qiskit primitives.
Python and dependency updates:
dill,mapomatic,numpy,qiskit, and related packages indocs/install/install.rst.CI workflow and test improvements:
autorayinstallation steps from GitHub Actions workflows. [1] [2] [3] [4] [5]Example and documentation modernization:
example_executor_qiskit.ipynbto use the new V2 primitives (StatevectorSampler,StatevectorEstimator,BackendSamplerV2,BackendEstimatorV2) and removed deprecated V1 classes and warnings. [1] [2] [3] [4]TwoLocalwithn_local).General cleanup:
These updates ensure compatibility with the latest Qiskit versions and improve maintainability by dropping support for outdated Python and Qiskit versions.