-
Notifications
You must be signed in to change notification settings - Fork 85
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
Changed naming from Quantum Serverless to Qiskit Serverless #1292
Conversation
We are going to be setting up redirects for every page ~this month as part of the docs reorganization. So we might be able to time these at the same time. Otherwise, I'll get the redirect set up using the current site structure. |
Hang on @pandasa123 - we don't want to change the URL of the Serverless page in IQP docs till the redirect is in place, post our upcoming reorg |
Co-authored-by: abbycross <across@us.ibm.com>
Co-authored-by: abbycross <across@us.ibm.com>
Co-authored-by: abbycross <across@us.ibm.com>
@@ -140,7 +140,7 @@ Then, in step 3 of the pattern, you execute the target circuit on the system cho | |||
|
|||
from qiskit_ibm_runtime import QiskitRuntimeService, Session, Samplerv2 as Sampler | |||
from qiskit.circuit.random import random_circuit | |||
from quantum_serverless_tools.selectors import IBMLeastNoisyQPUSelector | |||
from qiskit_serverless_tools.selectors import IBMLeastNoisyQPUSelector |
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.
Is this a valid import?
@across, this is ready to go! |
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.
👍
) ## Background As Serverless is integrating into the Qiskit stack, we want to rebrand Quantum Serverless --> Qiskit Serverless to match. This specific PR changes naming only, but we have a later PR to adjust how we talk about Serverless and Patterns, common configuration elements like dependency management, etc. ## Merge Date **Do not merge yet** We have to finish the [Github / PyPi side of things for Qiskit Serverless](Qiskit/qiskit-serverless#1307) before this PR is merged. We expect everything to be merged latest by **May 20th** ## Stakeholders @Eric-Arellano, we'd need a redirect since the page URL is changing --------- Co-authored-by: abbycross <across@us.ibm.com>
Background
As Serverless is integrating into the Qiskit stack, we want to rebrand Quantum Serverless --> Qiskit Serverless to match. This specific PR changes naming only, but we have a later PR to adjust how we talk about Serverless and Patterns, common configuration elements like dependency management, etc.
Merge Date
Do not merge yet
We have to finish the Github / PyPi side of things for Qiskit Serverless before this PR is merged. We expect everything to be merged latest by May 20th
Stakeholders
@Eric-Arellano, we'd need a redirect since the page URL is changing