QuantumKatas/tutorials/ExploringGroversAlgorithm
DmitryVasilevsky 483b6984c8
Updated to QDK version 0.25.228311 (August 2022) (#834)
Co-authored-by: Dmitry Vasilevsky <dmitryv@microsoft.com>
2022-09-08 11:52:39 -07:00
..
img [ExploringGroversAlgorithm] Add algorithm visualization (#645) 2021-08-09 01:19:19 -07:00
Code.qs Updates to new array creation syntax, part 2 (#739) 2022-01-26 16:12:29 -08:00
ExploringGroversAlgorithmTutorial.csproj Updated to QDK version 0.25.228311 (August 2022) (#834) 2022-09-08 11:52:39 -07:00
ExploringGroversAlgorithmTutorial.ipynb Remove deprecated `using` qubit allocation syntax (#777) 2022-04-06 15:50:16 -07:00
ExploringGroversAlgorithmTutorial.sln Add a tutorial on exploring Grover's search algorithm (#197) 2019-10-17 14:37:25 -07:00
README.md Update format for Binder links (#656) 2021-09-10 17:19:16 -07:00
VisualizingGroversAlgorithm.ipynb [ExploringGroversAlgorithm] Add algorithm visualization (#645) 2021-08-09 01:19:19 -07:00

README.md

Welcome!

This folder contains a tutorial on the Grover's search algorithm - one of the most famous algorithms in quantum computing. It focuses on exploring the high-level behavior of the algorithm.

You can run the tutorial online here. Alternatively, you can install Jupyter and Q# on your machine, as described here, and run the tutorial locally by navigating to this folder and starting the notebook from command line using the following command:

jupyter notebook ExploringGroversAlgorithmTutorial.ipynb

The Q# project in this folder contains the back-end of the tutorial and is not designed for direct use.