qiskit.providers.ibmq.AccountProvider.has_service¶ AccountProvider.has_service(name)[source]¶ Check if this provider has access to the service. Parameters name (str) – Name of the service. Return type bool Returns Whether the provider has access to the service. Raises IBMQInputValueError – If an unknown service name is specified.