You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A couple of changes are necessary to support Qiskit 2.0. I started to adapt some things but there are still things missing, also some things wee need to wait on.
qiskit_algorithms needs to be updated to support 2.0
BackendProperties doesn't seem to exist anymore and needs to be replaced accordingly in automatic_backend_selection
Mapomatic needs to support 2.0
qiskit_machine_learning needs to support 2.0 or remove qiskit_machine_learning dep
Maybe a good chance to get rid of the qiskit_algorithms, which is only needed for fidelity quantum circuits.
We have fast implementation for that for PennyLane and Qulacs, but not for Qiskit.
Mapomatic causes problems with Qiskit 2.0 since it also checks for BackendV1 that is depricated in Qiskit 2.0.
I don't know, if they ever gonna update the Mapomatic Package, maybe we have to create a fix and hope someone will merge it and relase a new Mapomatic version.
Mapomatic causes problems with Qiskit 2.0 since it also checks for BackendV1 that is depricated in Qiskit 2.0. I don't know, if they ever gonna update the Mapomatic Package, maybe we have to create a fix and hope someone will merge it and relase a new Mapomatic version.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A couple of changes are necessary to support Qiskit 2.0. I started to adapt some things but there are still things missing, also some things wee need to wait on.
qiskit_algorithmsneeds to be updated to support 2.0BackendPropertiesdoesn't seem to exist anymore and needs to be replaced accordingly inautomatic_backend_selectionqiskit_machine_learningneeds to support 2.0 or removeqiskit_machine_learningdepqiskit2.1.0 dropssympyrequirements (Remove sympy as a hard dependency Qiskit/qiskit#14396)