Qiskit / qiskit-ibmq-provider

Qiskit Provider for accessing the quantum devices and simulators at IBM Quantum.
Apache License 2.0
243 stars 143 forks source link

Give substitute for QiskitBackendNotFoundError("No backend matches the criteria") #1167

Open thetarandhiman opened 1 year ago

thetarandhiman commented 1 year ago

I did device = my_provider.get_backend('ibmq_16_melbourne')

I got Traceback (most recent call last): Cell In[8], line 5 device = my_provider.get_backend('ibm_16_melbourne') File /opt/conda/lib/python3.10/site-packages/qiskit/providers/provider.py:55 in get_backend raise QiskitBackendNotFoundError("No backend matches the criteria") QiskitBackendNotFoundError: 'No backend matches the criteria'

As this backend is no longer operational, can anyone tell which other backend to use as a substitute for this?