Open thetarandhiman opened 1 year ago
I did device = my_provider.get_backend('ibmq_16_melbourne')
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'
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?
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?