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)
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.
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.
No, you can run all exercises on the challenge portal itself.
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.
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.
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()
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.
We will have hosted YouTube Live lectures for four application modules prior to the challenge start.
- Part 1 - October 8 at 10:00 AM (EDT): Qiskit Optimization & Machine Learning Demo Session with Atsushi Matsuo & Anton Dekusar
- Part 2 - October 15 at 10:00 AM (EDT): Qiskit Nature & Finance Demo Session with Max Rossmannek & Julien Gacon
You can watch the replay here if you missed the livestream.
Please let us know if you have any additional questions in the #challenge-fall-2021 in the Qiskit Slack workspace.