Skip to content

Files

Latest commit

5c0a5ba · Jan 28, 2022

History

History
This branch is 104 commits behind microsoft/QuantumKatas:main.

DeutschJozsaAlgorithm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 11, 2018
Jan 28, 2022
Jan 13, 2022
Aug 27, 2020
Sep 11, 2021
Dec 14, 2021
Dec 14, 2021
Dec 14, 2021

Welcome!

You can run the DeutschJozsaAlgorithm kata as a Jupyter Notebook!

This kata covers several well-studied algorithms and concepts.

Quantum oracles

A good introduction to quantum oracles can be found in the Q# documentation.

Deutsch-Jozsa algorithm

This algorithm has no practical use, but it is famous for being one of the first examples of a quantum algorithm that is exponentially faster than any deterministic classical algorithm.

Bernstein-Vazirani algorithm