Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 3.87 KB

File metadata and controls

68 lines (43 loc) · 3.87 KB

Frequently Asked Questions

General

How do I submit an answer?

Within each exercise notebook, on the challenge portal, you will find guidelines to submit an answer. For example in the challenge 1 notebook, for exercise 1a:

# Submit your answer using following code
from qc_grader import grade_ex1a
grade_ex1a(qiskit_module_names)

Can I run the challenge notebooks on a local computer?

Yes it is possible. But we strongly recommend you solve the exercises on the challenge portal. If you really want to run the exercises locally, you can download the notebooks from the challenge repository and run using Jupyter notebook.

Can we check answers on a local computer?

Yes it is possible. But similar to the above question, we strongly recommend you solve the exercises and check answers on the challenge portal. If you really want to check answers on a local computer, you need to install the grading client in addition to downloading the notebooks.

Do we need to download the notebooks from github?

No, you can run all exercises on the challenge portal itself.

Do I need to take the exercises in order?

We encourage you complete the exercises in the given order as this is the intended structure for the challenge. However, you may take the exercises in any order.

Do I need an IBMid associated with my IBM Quantum Account?

Yes, you'll need an IBMid associated with your IBM Quantum account in order to complete some of the challenges. If you don't already have one, please register a new IBMid using the SAME email address associated with your IBM Quantum account. If you have any questions or face any issues, please let us know in the #challenge-fall-2021 Slack channel.

I encountered “Server error”. What should I do?

We have a lot of participants at the moment. Please be patient, wait and try again.

I encountered this error 401 : Unauthorized You are not Authenticated to do this (1) What should I do?

Please try the following on a notebook on Quantum Lab?

import os
os.environ['QXToken'] = 'your token'
print(os.getenv('QXToken'))

You can find your token here: https://quantum-computing.ibm.com/account. Make sure the output matches the token you copied from the account page.

Run the code below to check if authentication is working. If you see a long string in the output, it means 401 error has been resolved.

from qc_grader.api import get_access_token
get_access_token()

Will I receive a badge and what are the qualifications?

You will receive the IBM Quantum Challenge Fall 2021 Achievement digital badge for participating in the IBM Quantum Challenge Fall 2021 and successfully completing all four of the challenges by the deadline of 5 Nov, 12:00 PM (EDT). More details will be shared once the challenge has completed. 

YouTube livestream

We will have hosted YouTube Live lectures for four application modules prior to the challenge start.

You can watch the replay here if you missed the livestream.

Still have more questions?

Please let us know if you have any additional questions in the #challenge-fall-2021 in the Qiskit Slack workspace.