-
Notifications
You must be signed in to change notification settings - Fork 159
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
Remove qiskitrc
related code
#1023
Comments
Is there actively a reason we need to do this? I feel like leaving the backwards compatibility code in place makes sense since just because we've archived the ibmq project doesn't mean people aren't using it still. Especially since it's still installable and will work. |
I find it confusing from a developer's perspective. I actually used |
People using ibmq-provider can still use
I thought it was deprecated (with a deprecation warning) when we moved to the json file? 😅 |
There was a notification on this in https://github.com/Qiskit/qiskit-ibm-runtime/blob/main/releasenotes/notes/0.1/account-management-b9908e0b62dc1d81.yaml. However, I didn't see a relevant deprecation message in the code. Much of the |
In #370 we added a way for users to automatically copy/use their old credentials from
qiskit-ibmq-provider
in this repo.qiskit-ibmq-provider
is now fully deprecated so we no longer need this functionality.The
qiskitrc
file credentials were copied over to the newqiskit-ibm.json
credentials file.The text was updated successfully, but these errors were encountered: