qiskit-ibmq-provider icon indicating copy to clipboard operation
qiskit-ibmq-provider copied to clipboard

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

Open thetarandhiman opened this issue 1 year ago • 0 comments

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?

thetarandhiman avatar Apr 13 '23 09:04 thetarandhiman