diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index b09e7c2..7c59572 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -13,12 +13,12 @@ "state": { "type": "markdown", "state": { - "file": "SS2026/Quantum Computing/8. Ket Notation/Ket Notation.md", + "file": "SS2026/Quantum Computing/Introduction to Quantum Computing.md", "mode": "source", "source": false }, "icon": "lucide-file", - "title": "Ket Notation" + "title": "Introduction to Quantum Computing" } } ] @@ -38,23 +38,8 @@ "icon": "lucide-file-text", "title": "Introduction-to-Quantum-Computing" } - }, - { - "id": "0871819db0c03b83", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "SS2026/Quantum Computing/7. Quantum Circuits/Quantum Circuits.md", - "mode": "source", - "source": false - }, - "icon": "lucide-file", - "title": "Quantum Circuits" - } } - ], - "currentTab": 1 + ] } ], "direction": "vertical" @@ -213,8 +198,7 @@ } ], "direction": "horizontal", - "width": 200, - "collapsed": true + "width": 200 }, "left-ribbon": { "hiddenItems": { @@ -229,12 +213,16 @@ "obsidian-git:Open Git source control": false } }, - "active": "0871819db0c03b83", + "active": "644429833dab1cca", "lastOpenFiles": [ + "SS2026/Quantum Computing/Introduction to Quantum Computing.md", + "SS2026/Quantum Computing/Bernstein-Vazirani/Bernstein-Vazirani Algorithm.md", + "SS2026/Quantum Computing/8. Ket Notation/Ket Notation.md", + "SS2026/Quantum Computing/Bernstein-Vazirani", + "SS2026/Quantum Computing/8. Ket Notation/Anhänge/Pasted image 20260730103836.png", + "SS2026/Quantum Computing/8. Ket Notation/Anhänge/Pasted image 20260730103526.png", "SS2026/Quantum Computing/Anhänge/Introduction-to-Quantum-Computing.pdf", "SS2026/Quantum Computing/7. Quantum Circuits/Quantum Circuits.md", - "SS2026/Quantum Computing/Introduction to Quantum Computing.md", - "SS2026/Quantum Computing/8. Ket Notation/Ket Notation.md", "SS2026/Quantum Computing/8. Ket Notation/Anhänge/Pasted image 20260730102318.png", "SS2026/Quantum Computing/8. Ket Notation/Anhänge/Pasted image 20260730102312.png", "SS2026/Quantum Computing/8. Ket Notation/Anhänge/Pasted image 20260730102305.png", @@ -245,8 +233,6 @@ "SS2026/Quantum Computing/8. Ket Notation/Anhänge", "SS2026/Quantum Computing/8. Ket Notation", "SS2026/Quantum Computing/7. Quantum Circuits/Anhänge/Pasted image 20260730092817.png", - "SS2026/Quantum Computing/7. Quantum Circuits/Anhänge/Pasted image 20260730092809.png", - "SS2026/Quantum Computing/7. Quantum Circuits/Anhänge/Pasted image 20260730092802.png", "SS2026/Quantum Computing/4. Observing and measuring/Observing probabilistic and measuring quantum systems.md", "SS2026/Quantum Computing/5. Partial observing and measuring/Partial observing and measuring systems.md", "SS2026/Quantum Computing/6. Composite Systems/Composite Systems.md", @@ -260,7 +246,6 @@ "SS2026/Quantum Computing/2. Probabilistic systems/Probabilistic Systems.md", "SS2026/Quantum Computing/3. Quantum Systems/Quantum Systems.md", "SS2026/Klausurplan.canvas", - "SS2026/Quantum Computing/4. Observing and measuring/Anhänge", "SS2026/Datenbanken und Informationssysteme/4. SQL/SQL.md", "SS2026/Datenbanken und Informationssysteme/Datenbanken und Informationssysteme.md", "SS2026/Datenbanken und Informationssysteme/5. Relationale Anfragebearbeitung/Relationale Anfragebearbeitung.md", diff --git a/SS2026/Quantum Computing/8. Ket Notation/Anhänge/Pasted image 20260730103526.png b/SS2026/Quantum Computing/8. Ket Notation/Anhänge/Pasted image 20260730103526.png new file mode 100644 index 0000000..f6f358b Binary files /dev/null and b/SS2026/Quantum Computing/8. Ket Notation/Anhänge/Pasted image 20260730103526.png differ diff --git a/SS2026/Quantum Computing/8. Ket Notation/Anhänge/Pasted image 20260730103836.png b/SS2026/Quantum Computing/8. Ket Notation/Anhänge/Pasted image 20260730103836.png new file mode 100644 index 0000000..68c3ac4 Binary files /dev/null and b/SS2026/Quantum Computing/8. Ket Notation/Anhänge/Pasted image 20260730103836.png differ diff --git a/SS2026/Quantum Computing/8. Ket Notation/Ket Notation.md b/SS2026/Quantum Computing/8. Ket Notation/Ket Notation.md index 77d0225..a5bae54 100644 --- a/SS2026/Quantum Computing/8. Ket Notation/Ket Notation.md +++ b/SS2026/Quantum Computing/8. Ket Notation/Ket Notation.md @@ -26,3 +26,17 @@ The Teleportation example from [[Quantum Circuits]] with ket notation: ![[Pasted image 20260730102318.png]] +## Bra and Braket notation +Additionally to ket notation, bra notation, $\bra{}$ denotes the conjugate transpose of $\ket{}$: + +$\bra{\psi} := \ket{\psi}^\dagger$ + +Example: +![[Pasted image 20260730103526.png]] + +Combined, we get the Braket notation $\braket{\psi||\phi}$ + +Example: + +![[Pasted image 20260730103836.png]] + diff --git a/SS2026/Quantum Computing/Bernstein-Vazirani/Bernstein-Vazirani Algorithm.md b/SS2026/Quantum Computing/Bernstein-Vazirani/Bernstein-Vazirani Algorithm.md new file mode 100644 index 0000000..e69de29 diff --git a/SS2026/Quantum Computing/Introduction to Quantum Computing.md b/SS2026/Quantum Computing/Introduction to Quantum Computing.md index 915e901..bab7284 100644 --- a/SS2026/Quantum Computing/Introduction to Quantum Computing.md +++ b/SS2026/Quantum Computing/Introduction to Quantum Computing.md @@ -6,4 +6,5 @@ ## 6. [[Composite Systems]] ## 7. [[Quantum Circuits]] ## 8. [[Ket Notation]] +## 9. [[Bernstein-Vazirani Algorithm]]