ProjectQ-Framework / ProjectQ

ProjectQ: An open source software framework for quantum computing
https://projectq.ch
Apache License 2.0
888 stars 274 forks source link

Minor issue with example ibm.py #367

Closed EliasCombarro closed 4 years ago

EliasCombarro commented 4 years ago

Hi! Thank you all for the great work. ProjectQ is one of my favourite quantum computing frameworks and I am happy that I can use it once again to run experiments on the IBM Q Experience.

However, I have detected a (very) minor bug in the example "ibm.py". Line 56

token = getpass.getpass(prompt='IBM device > ')

should be

device = getpass.getpass(prompt='IBM device > ')

Best,

Elías

dbretaud commented 4 years ago

Hi Elías,

Thanks for noticing this bug ! We are taking care of it.

David