Portuguese
Idiomas
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

Aviso

The package qiskit-ibmq-provider is being deprecated and its repo is going to be archived soon. Please transition to the new packages. More information in https://ibm.biz/provider_migration_guide

qiskit.providers.ibmq.AccountProvider.get_backend

AccountProvider.get_backend(name=None, **kwargs)

Return a single backend matching the specified filtering.

Parâmetros
  • name (str) – name of the backend.

  • **kwargs – dict used for filtering.

Retorno

a backend matching the filtering.

Tipo de retorno

Backend

Levanta

QiskitBackendNotFoundError – if no backend could be found or more than one backend matches the filtering criteria.