-
-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update qiskit requirement from ~=0.45.1 to ~=1.0.1 #2207
Conversation
Updates the requirements on [qiskit](https://github.com/Qiskit/qiskit) to permit the latest version. - [Release notes](https://github.com/Qiskit/qiskit/releases) - [Changelog](https://github.com/Qiskit/qiskit/blob/main/docs/release_notes.rst) - [Commits](Qiskit/qiskit@0.45.1...1.0.1) --- updated-dependencies: - dependency-name: qiskit dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
A large number of the https://github.com/unitaryfund/mitiq/actions/runs/8053215644/job/21995073925?pr=2207#step:6:4303 PennyLaneAI/pennylane-qiskit#441 (comment) Link to the release notes: https://docs.quantum.ibm.com/api/qiskit/release-notes/1.0#qiskit-10-release-notes |
c1100df
to
d2e566e
Compare
Other errors are due to qasm circuit conversion issues: Right now, I think Will add more on this later. I can't find where the https://docs.quantum.ibm.com/api/migration-guides/qiskit-1.0-features#quantumcircuitqasm |
633fd32
to
2163fe4
Compare
Locally, most of the There are other
https://docs.quantum.ibm.com/api/migration-guides/qiskit-1.0-features#qiskitconverters https://github.com/search?q=repo%3AQiskit%2Fqiskit%20add_qubit&type=code
|
|
||
# Documentation and examples. | ||
Sphinx==5.2.3 | ||
sphinxcontrib-bibtex==2.5.0 | ||
sphinx-copybutton==0.5.0 | ||
sphinx-autodoc-typehints==1.19.4 | ||
myst-nb==1.0.0 | ||
myst-nb==0.17.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is reducing the dependency by 1 version only.
A newer version of qiskit exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
Closing this as #2269 already has the changes from this PR. |
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
This write-up summarizes the comments made in this PR.
When to merge this PR:
This PR can't be merged until
pennylane-qiskit
andcirq
are compatible with this version ofqiskit
.Right now, the circuit converter breaks because
cirq-core
usesOpenQASM2
.qiskit.qasm
was removed inqiskit==1.0.1
to distinguish betweenqiskit.qasm2
andqiskit.qasm3
.Links to release notes for the converter:
In addition,
pennylane-qiskit
still depends onqiskit==0.45.3
. Allpennylane
related build failures are from0.34.0
where deprecatedqiskit.extensions
is imported. Bumping up to0.34.1
leads to dependency conflicts.Dependabot Notes
Updates the requirements on qiskit to permit the latest version.
Release notes
Sourced from qiskit's releases.
Commits
ee81e3e
Prepare Qiskit 1.0.1 (#11862)77e08e1
Fix an unchecked condition in InverseCancellation (#11834) (#11867)150c534
FixPropertySet
re-use inBasePassManager.run
(#11787) (#11864)a3b91e6
Remove Qiskit 0.45 and 0.46 release notes from 1.0 (#11840)9387b96
Fix custom pulse instruction conversion to Qobj. (#11829) (#11838)31616dd
Add call functions to synthesis docs (#11848) (#11854)47fd363
Add rust file support to verify_headers.py and check crates/ (#11850) (#11852)b5311eb
Deduplicate SliceOrInt (#11844) (#11853)a0fc1b9
Improve performance ofCircuitData::__getitem__
(#11842) (#11843)beb7310
quantum-computing.ibm.com is going to disappear, eventually (#11830) (#11832)You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)