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.