IBMQFactory.get_provider¶
- IBMQFactory.get_provider(hub=None, group=None, project=None)[source]¶
Return a provider for a single hub/group/project combination.
- Parameters
hub (
Optional
[str
]) – Name of the hub.group (
Optional
[str
]) – Name of the group.project (
Optional
[str
]) – Name of the project.
- Return type
- Returns
A provider that matches the specified criteria.
- Raises
IBMQProviderError – If no provider matches the specified criteria, or more than one provider matches the specified criteria.