This is the repository for QC hackathon organized at BITS, Goa.
The questions are live now. Please clone the repo locally before viewing the problems. There is some issue with markdown cells in the online GitHub viewer. Details for submission are mentioned below.
For you to get started with Qiskit, installing Qiskit, learning the basics of quantum computing, etc. just refer to these resources:
Getting Started
Documentation
To install python/qiskit:
https://www.youtube.com/watch?v=M4EkW4VwhcI&list=PLOFEBzvs-Vvp2xg9-POLJhQwtVktlYGbY&index=2&t=1s
Qiskit Youtube series
https://youtube.com/playlist?list=PLOFEBzvs-Vvp2xg9-POLJhQwtVktlYGbY
Qiskit Basics:
https://colab.research.google.com/drive/1QZ-z8y1CENQOwoR9-7j7UNQUblNw_Yoc?usp=sharing
The challenges will be solved on Jupyter notebooks, using Qiskit, IBM's open-source Python library for quantum computing. If you are unfamiliar with Qiskit, you can refer to the following video to install Qiskit:
https://www.youtube.com/watch?v=M4EkW4VwhcI&list=PLOFEBzvs-Vvp2xg9-POLJhQwtVktlYGbY&index=3&t=1s
If you do not want to install Anaconda as in the video, and just use Jupyter, you can refer to the following-
https://jupyter.org/install.html
UPDATE: Before submitting the solutions, please clone the repo locally and then make the changes, since the markdown cells in GitHub online viewer has some problem.
To submit your solutions:
- Fork (or duplicate) this repository to your GitHub account.
- Work on the solutions to the tasks.
- Commit your work to your forked repository.
- To submit your project, submit the link to your repository to a form that will be sent at a later time.
Your repository has to be made public at the time of the Hackathon end for us to be able to judge your solutions. We don't recommend making your work public early during the Hackathon, so as not to tempt other teams to borrow.