QuantumKatas/GroversAlgorithm
Mariia Mykhailova d71d4f7d4f
Several improvements to kata Notebooks (#133)
* Fix issue #128 (test name in Teleportation).
* Remove mentions of unit tests from CHSH and GHZ.
* Add reading material to GroversAlgorithm.
* Fix the description of task 1.2 in CHSH to reflect both strategies.
2019-06-24 13:46:16 -07:00
..
.vscode Create Grover's Algorithm Kata (#33) 2018-10-16 22:00:27 -07:00
GroversAlgorithm.csproj Updating to 0.7.1905.3109 (#122) 2019-05-31 14:10:48 -07:00
GroversAlgorithm.ipynb Several improvements to kata Notebooks (#133) 2019-06-24 13:46:16 -07:00
GroversAlgorithm.sln Create Grover's Algorithm Kata (#33) 2018-10-16 22:00:27 -07:00
README.md Convert GroversAlgorithm kata to Jupyter notebook format (#129) 2019-06-18 22:46:50 -07:00
ReferenceImplementation.qs Another batch of fixes for QDK 0.6 (#112) 2019-05-09 13:08:45 -07:00
Tasks.qs Convert GroversAlgorithm kata to Jupyter notebook format (#129) 2019-06-18 22:46:50 -07:00
TestSuiteRunner.cs Create Grover's Algorithm Kata (#33) 2018-10-16 22:00:27 -07:00
Tests.qs Another batch of fixes for QDK 0.6 (#112) 2019-05-09 13:08:45 -07:00

README.md

Welcome!

The Grover's Algorithm kata covers Grover's search algorithm, which is one of the fundamental quantum computing algorithms. It solves the problem of finding an input to a black box (oracle) that produces a particular output.

You can run the GroversAlgorithm kata as a Jupyter Notebook!

Theory

Q# materials