From c8405dff12b13e14bb203cc25b138553edf9126c Mon Sep 17 00:00:00 2001 From: Jay Gambetta Date: Sun, 15 Apr 2018 17:38:11 -0400 Subject: [PATCH] Update README.md --- reference/algorithms/README.md | 8 -------- 1 file changed, 8 deletions(-) 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)