Skip to content
This repository was archived by the owner on Jul 28, 2023. It is now read-only.

Autocomplete of backend names #303

Merged
merged 10 commits into from
Aug 28, 2019
Merged

Conversation

jyu00
Copy link
Collaborator

@jyu00 jyu00 commented Aug 12, 2019

Summary

Fixes #205 .

Details and comments

@@ -151,3 +166,50 @@ def __repr__(self):

return "<{} for IBMQ({})>".format(
self.__class__.__name__, credentials_info)


class ProviderBackends(SimpleNamespace):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you move this class to a separate file, for clarity?

@diego-plan9 diego-plan9 added the on hold Can not fix yet label Aug 14, 2019
@diego-plan9
Copy link
Member

Thanks @jyu00 ! Labelled as on hold until making sure #294 is closed, mostly to avoid including it if a new release of the provider needs to be done as a result. As soon as we have confirmation that the terra release went through and the provider is working correctly, feel free to merge!

…lete

# Conflicts:
#	qiskit/providers/ibmq/accountprovider.py
@jyu00 jyu00 removed the on hold Can not fix yet label Aug 28, 2019
@jyu00 jyu00 merged commit 03aa3d5 into Qiskit:master Aug 28, 2019
@jyu00 jyu00 deleted the backend_auto_complete branch August 28, 2019 19:50
yeralin pushed a commit to yeralin/qiskit-ibmq-provider that referenced this pull request Sep 4, 2019
* backend namespace

* add timeout

* add tests

* changelog

* docstring update

* move provider backend to separate file
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider having autocomplete of backend names
2 participants