Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 696 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 696 Bytes

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.