From 439161caff452983a2f3ce853ed676e90db056d7 Mon Sep 17 00:00:00 2001 From: Benjamin Neumann Date: Thu, 30 Jul 2026 14:34:25 +0200 Subject: [PATCH] vault backup: 2026-07-30 14:34:25 --- .../Bernstein-Vazirani/Bernstein-Vazirani Algorithm.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SS2026/Quantum Computing/Bernstein-Vazirani/Bernstein-Vazirani Algorithm.md b/SS2026/Quantum Computing/Bernstein-Vazirani/Bernstein-Vazirani Algorithm.md index e69de29..346c1e7 100644 --- a/SS2026/Quantum Computing/Bernstein-Vazirani/Bernstein-Vazirani Algorithm.md +++ b/SS2026/Quantum Computing/Bernstein-Vazirani/Bernstein-Vazirani Algorithm.md @@ -0,0 +1,5 @@ +The first quantum algorithm we will look at is the Bernstein-Vazirani algorithm. + +Given a secret s $\in \{0,1\}^n$ and the function f : $\{0,1\}^n \rightarrow \{0,1\}$ defined as f(x) = x * s +\* denotes the inner product of two bitstrings here +For Bitstrings x and y of length n the inner product x * y is \ No newline at end of file