qiskit.providers.ibmq.IBMQFactory.get_provider¶
- IBMQFactory.get_provider(hub=None, group=None, project=None)[Quellcode]¶
Return a provider for a single hub/group/project combination.
- Parameter
hub (
Optional
[str
]) – Name of the hub.group (
Optional
[str
]) – Name of the group.project (
Optional
[str
]) – Name of the project.
- Rückgabetyp
- Rückgabe
A provider that matches the specified criteria.
- Verursacht
IBMQProviderError – If no provider matches the specified criteria, or more than one provider matches the specified criteria.