-
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
Use qiskitrc credentials if default config doesn't exist #370
Conversation
Pull Request Test Coverage Report for Build 2539113838
💛 - Coveralls |
@rathishcholarajan should be ready for initial review, let me know if this is the implementation we want to go with. |
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.
@kt474 Looks good so far, just remembered that we need to copy these kwargs as well, proxies and verify https://github.com/Qiskit/qiskit-ibmq-provider/blob/master/qiskit/providers/ibmq/ibmqfactory.py#L240
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.
LGTM! Good job @kt474!
* backendv2 name * black * fix variable
Summary
If the
qiskit-ibm.json
config file doesn't exist or doesn't have any valid accounts, credentials will be copied over from aqiskitrc
file, given that it exists.Details and comments
Fixes #301