-
Notifications
You must be signed in to change notification settings - Fork 12
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
Improve docs on saving IBM credentials #281
Conversation
@@ -81,7 +81,8 @@ In this section we are assuming that you have set the following variables with t | |||
group = '<your_group_here>' | |||
project = '<your_project_here>' | |||
|
|||
.. note:: The documentation below is correct as of pytket-qiskit version 0.40.0 and newer. In the 0.40.0 release pytket-qiskit moved to using the `qiskit-ibm-provider <https://github.com/Qiskit/qiskit-ibm-provider>`_. In pytket-qiskit versions 0.39.0 and older the parameters ``hub``, ``group`` and ``project`` were handled separately instead of a single ``instance`` string as in 0.40.0 and newer. |
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.
Do you want to remove the version tags on purpose? Are both methods supported in the newest version?
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.
From my understanding qiskit no longer maintains a migration guide from IBMQ
to IBMProvider
I think IBMQ
provider was archieved some time ago.
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.
Looks like they still have a migration guide here?
Looks good :) |
Description
Updated the docs on saving IBM credentials. I think we can safely remove the notes about using pytket-qiskit v0.39 or older at this point.
I've also explicitly separted the two methods for saving credentials. Hopefully this avoids some confusion.
Related issues
Closes #275
Checklist