QuantumKatas/PhaseEstimation
Ricardo Espinoza d4b203869b Build 0.24.201332. 2022-03-30 13:54:23 -07:00
..
.vscode Start phase estimation kata (#61) 2019-02-13 17:50:54 -08:00
img Convert Phase Estimation kata to Jupyter Notebook format (#165) 2019-08-15 23:09:27 -07:00
PhaseEstimation.csproj Build 0.24.201332. 2022-03-30 13:54:23 -07:00
PhaseEstimation.ipynb Remove _Test suffixes (#533) 2020-10-15 13:36:23 +02:00
PhaseEstimation.sln Replace project references with package references (#469) 2020-08-27 14:41:09 -07:00
README.md Update format for Binder links (#656) 2021-09-10 17:19:16 -07:00
ReferenceImplementation.qs Update to 0.15 syntax, batch 2 (#591) 2021-01-30 01:35:47 -08:00
Tasks.qs Switch from CounterSimulator.GetMaxQubitCount to AllowAtMostNQubits (#560) 2020-11-10 15:22:00 -08:00
Tests.cs Remove _Test suffixes (#533) 2020-10-15 13:36:23 +02:00
Tests.qs Update to 0.15 syntax, batch 2 (#591) 2021-01-30 01:35:47 -08:00

README.md

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 φ.

You can run the Phase Estimation kata as a Jupyter Notebook!

Theory

Eigenvalues and eigenvectors:

Quantum phase estimation:

Iterative phase estimation:

Q# materials