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