QuantumKatas/tutorials/Oracles
Manvi-Agrawal 77cb481ee5
Remove parenthesis around the condition in the if block (p3) (#862)
2022-12-18 17:59:56 -08:00
..
.iqsharp-config.json Add Oracles tutorial (#572) 2020-12-21 22:52:10 -08:00
Oracles.csproj Switch to QDK ver 0.27.244707. (#860) 2022-12-11 22:12:40 -08:00
Oracles.ipynb [Oracles] Added ControlledOnBitString docs and links (#855) 2022-11-27 12:01:18 -08:00
Oracles.sln Add Oracles tutorial (#572) 2020-12-21 22:52:10 -08:00
README.md Update format for Binder links (#656) 2021-09-10 17:19:16 -07:00
ReferenceImplementation.qs Remove parenthesis around the condition in the if block (p3) (#862) 2022-12-18 17:59:56 -08:00
Tasks.qs Add Oracles tutorial (#572) 2020-12-21 22:52:10 -08:00
Tests.qs Update to 0.15 syntax, batch 3 (#593) 2021-01-30 11:36:00 -08:00

README.md

Welcome!

This folder contains a Notebook tutorial on quantum oracles - a fundamental concept for many quantum algorithms.

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 the command line using the following command:

jupyter notebook Oracles.ipynb

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