QuantumKatas/SolveSATWithGrover
Andres Paz 3c757f2756 Updating QDK to version 0.8.1907.1701 (#151) 2019-07-19 14:41:13 -07:00
..
.vscode Add "Solving SAT problems using Grover's search algorithm" kata (#79) 2019-03-08 13:01:19 -08:00
README.md Converted SolveSATWithGrover to Jupyter notebook format (#136) 2019-07-01 13:51:19 -07:00
ReferenceImplementation.qs Converted SolveSATWithGrover to Jupyter notebook format (#136) 2019-07-01 13:51:19 -07:00
SolveSATWithGrover.csproj Updating QDK to version 0.8.1907.1701 (#151) 2019-07-19 14:41:13 -07:00
SolveSATWithGrover.ipynb Updating QDK to version 0.8.1907.1701 (#151) 2019-07-19 14:41:13 -07:00
SolveSATWithGrover.sln Add "Solving SAT problems using Grover's search algorithm" kata (#79) 2019-03-08 13:01:19 -08:00
Tasks.qs Converted SolveSATWithGrover to Jupyter notebook format (#136) 2019-07-01 13:51:19 -07:00
TestSuiteRunner.cs Converted SolveSATWithGrover to Jupyter notebook format (#136) 2019-07-01 13:51:19 -07:00
Tests.qs Converted SolveSATWithGrover to Jupyter notebook format (#136) 2019-07-01 13:51:19 -07:00

README.md

Welcome!

This kata continues the exploration of the Grover's search algorithm started in the "Grover's Algorithm" kata. It teaches writing oracles for the algorithm which describe the problem instead of the solution, using SAT problem as an example. Then it takes the implementation of the Grover's search to the next level, covering the problems with unknown number of solutions.

You can run the SolveSATWithGrover kata as a Jupyter Notebook!

It is strongly recommended to complete the Grover's Algorithm kata before proceeding to this one. You can also refer to its README.md for the list of resources on Grover's algorithm.