Skip to content

No backend matches the criteria #9

@catskillsresearch

Description

@catskillsresearch

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions