qiskit.providers.ibmq.IBMQFactory.get_provider¶
- IBMQFactory.get_provider(hub=None, group=None, project=None)[소스]¶
Return a provider for a single hub/group/project combination.
- 매개변수
hub (
Optional
[str
]) – Name of the hub.group (
Optional
[str
]) – Name of the group.project (
Optional
[str
]) – Name of the project.
- 반환 형식
- 반환
A provider that matches the specified criteria.
- 예외 발생
IBMQProviderError – If no provider matches the specified criteria, or more than one provider matches the specified criteria.