diff --git a/reference/algorithms/README.md b/reference/algorithms/README.md index 2ca548168..735f73207 100644 --- a/reference/algorithms/README.md +++ b/reference/algorithms/README.md @@ -3,11 +3,3 @@ Here are some well-known quantum algorithms implemented with QISKit and executed on simulators and real-device backends. New contributions of algorithmic tutorials are welcomed. - -- [Deutsch–Jozsa algorithm](deustch_josza.ipynb) - an exact quantum algorithm that outperforms deterministic classical algorithms -- [Bernstein-Vazirani algorithm](bernstein_vazirani.ipynb) - a quantum algorithm that outperforms probabilistic algorithms -- [Phase estimation](iterative_phase_estimation_algorithm.ipynb) - a quantum algorithm to determine eigenvalues of unknown unitary operator -- Simon's algorithm for period finding (Coming Soon) -- [Grover's algorithm](grover_algorithm.py) for searching a needle in haystack -- Shor's algorithm for integer factorization (Coming Soon) -- Quantum Walk (Coming Soon)