-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
After installing qiskit version 0.16.4 with pip on Ubuntu in Python 3.8.5, and running tutorial 1 notebook, for this command:
initialize = []
success_condition = {}
allowed_gates = {'0': {'NOT': 3}, '1': {}, 'both': {}}
vi = [[1], False, False]
qubit_names = {'0':'the only bit', '1':None}
engine.run_game(initialize, success_condition, allowed_gates, vi, qubit_names)
I get error
QiskitBackendNotFoundError Traceback (most recent call last)
<ipython-input-3-5405869e7a53> in <module>
4 vi = [[1], False, False]
5 qubit_names = {'0':'the only bit', '1':None}
----> 6 engine.run_game(initialize, success_condition, allowed_gates, vi, qubit_names)
QiskitBackendNotFoundError: 'No backend matches the criteria'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels