Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Files

Latest commit

4e74bcd · Sep 19, 2023

History

History

PhaseEstimation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 22, 2022
Aug 16, 2019
Sep 19, 2023
Oct 27, 2022
Aug 27, 2020
Jun 8, 2023
Nov 23, 2022
Nov 10, 2020
Oct 15, 2020
Jan 30, 2021

Welcome!

This kata covers phase estimation algorithms, which are some of the most fundamental building blocks of quantum algorithms.

Phase estimation is the task of estimating the eigenvalue of an eigenvector of a unitary operator. Since the absolute value of the eigenvalue is always 1, the eigenvalue can be represented as exp(2iπφ), and phase estimation algorithms are usually formulated in terms of estimating the phase φ.

Theory

Eigenvalues and eigenvectors:

Quantum phase estimation:

Iterative phase estimation:

Q# materials