This repository was archived by the owner on Aug 19, 2023. It is now read-only.
Migrate qiskit-ibmq-provider#1718
Merged
mergify[bot] merged 8 commits intoMay 12, 2023
Merged
Conversation
Contributor
Author
|
I believe this is ready to review but still blocked by Qiskit/qiskit-ibmq-provider#1166 |
Eric-Arellano
approved these changes
May 9, 2023
Collaborator
Eric-Arellano
left a comment
There was a problem hiding this comment.
Thanks, Guillermo! This looks good.
HuangJunye
approved these changes
May 9, 2023
Contributor
HuangJunye
left a comment
There was a problem hiding this comment.
LGTM. Thanks a lot! We can merge as soon as ibmq has its own documentation page.
Contributor
|
On hold until Qiskit/qiskit-ibmq-provider#1166 is merged and ibmq provider's own documentation page goes live. |
Contributor
Author
|
Now that Qiskit/qiskit-ibmq-provider#1166 is merged we can remove the |
jakelishman
pushed a commit
to jakelishman/qiskit-terra
that referenced
this pull request
Aug 11, 2023
* Remove ibmq provider API build and deprecation extension * Update ibmq provider link * Remove deprecation extension from setup * Run tox -efmt * Removed ibmq provider installation from getting started * Remove note about terra's RuntimeWarning when you don't have aer or ibmq --------- Co-authored-by: Junye Huang <h.jun.ye@gmail.com>
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Summary
This PR continues the migration of the qiskit-ibmq-provider repository documentation to a separate page (Qiskit/qiskit-ibmq-provider#1166), this time from the metapackage side.
Details and comments
qiskit-ibmq-providerfrom the list of API references built by the metapackage.deprecate_ibmq_providercustom extension (it will no longer be necessary)qiskit-ibmq-providerfrom the getting started.RuntimeWarningfromterrawhenaerandibmq-providerare not installed. See Wrap qiskit.Aer and qiskit.IBMQ with lazy loading object qiskit#5619.QISKIT_IBMQ_PROVIDER_LOG_LEVELandQISKIT_IBMQ_PROVIDER_LOG_FILEfromdocs/configuration.rstin case these still exist.Blocked by Qiskit/qiskit-ibmq-provider#1166