A tutorial on 1D and 2D quantum walks using Qiskit, with real quantum hardware.
Made during the 2020 iQuHACK hackathon at MIT by Biswaroop Mukherjee, Carsten Robens, Maya Reese, Lamia Ateshian, Yiqi Ni, and Enrique Mendez.
Install the requirements by running pip install -r requirements.txt --user
Run the python notebooks in the submissions folder:
- The tutorial notebook helps you gain intuition for a quantum walk using a quantum circuit.
- The 1D quantum walk and 2D quantum walk notebooks compare classical random walks, a simulated quantum walk and a quantum walk on IBM hardware.
- Finally, the outlook notebook explores implementing black box functions using quantum circuits.