Skip to content

Commit 22babbd

Browse files
committed
readme changed
1 parent 0433416 commit 22babbd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,22 @@ Quantum computing examples with Qiskit.
1313

1414
> Problem. For given an oracle function f : {0, 1}^n -> {0, 1}, determine f is balanced or constant.
1515
16+
Scheme for `n=2`:
17+
1618
![Deutsch-Jozsa Algorithm](./circuit_diagrams/02_deutsch_jozsa.png)
1719

1820
**Bernstein-Vazirani Algorithm**
1921

2022
> Problem. For given an oracle function f : {0, 1}^n -> {0, 1}, f(x) = a x, determine a.
2123
24+
Scheme for `n=3`:
25+
2226
![Bernstein-Vazirani Algorithm](./circuit_diagrams/03_bernstein_vazirani.png)
2327

2428
**Simon's Algorithm**
2529

2630
> Problem. For given an oracle function f : {0, 1}^n -> {0, 1}^n which has period `a`: ∃!a != 0: ∀x f(x) = f(y) => y = x ⊕ a. Determine a.
2731
32+
Scheme for `n=2`:
33+
2834
![Simon's Algorithm](./circuit_diagrams/04_simon.png)

0 commit comments

Comments
 (0)