Solutions for Quantum IBM ICPC Contest 2021.
The common library for Qunatum Computers is qiskit
Each problem is explained in its file. All problems are realted to Hamming weight. The first problem partitioned to 3 parts, The second problem partitioned to 2 parts and The third problem partitioned to 5 parts.
I have completed only the first exercise. I made solution for the second exercie but it needs optimization in memory to pass.
- Document explains most things about qunatum (basic gates, important algorithms)
- Video explains how to convert a Unitary Matrix to a set of one & two qubit gates. before watching this video you should understand the Grover's Algorithm first.
- Elementary Gates Explaination without code.