The hype and mystery surrounding Quantum Computing can make it seem like a daunting field to get into, especially for outsiders.
Here’s an intermediate ‘Hello World’: SudoQ, a Sudoku solver to deliver some insight into the field of Adiabatic Quantum Computing, a subfield of Quantum Computing.
-
The code has been presented as a lightning talk here: PyData Pune
-
The Jupyter Notebook here is available at: subwayharearmy/SudoQ
The presented code will aim to solve Sudoku using D-Wave’s quantum computing libraries in Python.
We start by importing the required libraries.
{% notebook SudoQ/SudoQ.ipynb cells[1:] %}