সতর্কতা
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.
- প্যারামিটার
name (str) -- name of the backend.
**kwargs -- dict used for filtering.
- রিটার্নস
a backend matching the filtering.
- রিটার্ন টাইপ
- রেইজেস
QiskitBackendNotFoundError -- if no backend could be found or more than one backend matches the filtering criteria.