vault backup: 2026-07-29 10:53:22

This commit is contained in:
Benjamin Neumann
2026-07-29 10:53:22 +02:00
parent a6bbf793ad
commit b13609f695
6 changed files with 40 additions and 9 deletions
+1 -1
View File
@@ -17,6 +17,6 @@
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 0.9999999999999966,
"scale": 0.7132754626224391,
"close": true
}
+21 -7
View File
@@ -38,8 +38,23 @@
"icon": "lucide-file-text",
"title": "Introduction-to-Quantum-Computing"
}
},
{
"id": "1e162c9c3673c5c0",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "SS2026/Quantum Computing/1. Introduction/Introduction.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "Introduction"
}
}
]
],
"currentTab": 1
}
],
"direction": "vertical"
@@ -214,8 +229,12 @@
"obsidian-git:Open Git source control": false
}
},
"active": "25f5b25d5eca7203",
"active": "1e162c9c3673c5c0",
"lastOpenFiles": [
"SS2026/Quantum Computing/Introduction to Quantum Computing.md",
"SS2026/Klausurplan.canvas",
"SS2026/Quantum Computing/4. Observing and measuring/Observing probabilistic and measuring quantum systems.md",
"SS2026/Quantum Computing/4. Observing and measuring/Anhänge/Pasted image 20260729105142.png",
"SS2026/Quantum Computing/4. Observing and measuring/Anhänge/Pasted image 20260729101220.png",
"SS2026/Quantum Computing/4. Observing and measuring/Anhänge/Pasted image 20260729101158.png",
"SS2026/Quantum Computing/4. Observing and measuring/Anhänge/Pasted image 20260729100435.png",
@@ -225,12 +244,9 @@
"SS2026/Quantum Computing/4. Observing and measuring/Anhänge/Pasted image 20260729094624.png",
"SS2026/Quantum Computing/4. Observing and measuring/Anhänge/Pasted image 20260729093834.png",
"SS2026/Quantum Computing/4. Observing and measuring/Anhänge/Pasted image 20260729093827.png",
"SS2026/Quantum Computing/4. Observing and measuring/Anhänge/Pasted image 20260729093733.png",
"SS2026/Quantum Computing/4. Observing and measuring/Anhänge",
"SS2026/Quantum Computing/3. Quantum Systems/Quantum Systems.md",
"SS2026/Quantum Computing/4. Observing and measuring/Observing probabilistic and measuring quantum systems.md",
"SS2026/Quantum Computing/4. Observing and measuring",
"SS2026/Quantum Computing/3. Quantum Systems/Anhänge/Pasted image 20260729092121.png",
"SS2026/Quantum Computing/3. Quantum Systems/Anhänge",
"SS2026/Quantum Computing/2. Probabilistic systems/Probabilistic Systems.md",
"SS2026/Quantum Computing/3. Quantum Systems",
@@ -239,13 +255,11 @@
"SS2026/Quantum Computing/Anhänge/Introduction-to-Quantum-Computing.pdf",
"SS2026/Quantum Computing/2. Probabilistic systems",
"SS2026/Quantum Computing/1. Introduction/Anhänge",
"SS2026/Quantum Computing/Introduction to Quantum Computing.md",
"SS2026/Quantum Computing/1. Introduction",
"SS2026/Quantum Computing/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",
"SS2026/Klausurplan.canvas",
"SS2026/Datenbanken und Informationssysteme/9. RDF und Semantic Web/Resource Description Framework und Wissensgraphen.md",
"SS2026/Datenbanken und Informationssysteme/6. Relationale Entwurfstheorie/Relationale Entwurfstheorie.md",
"SS2026/Datenbanken und Informationssysteme/7. Transaktionsverwaltung/Transaktionsverwaltung.md",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"nodes":[
{"id":"71880b99a91c67bd","type":"text","text":"13.08 [[Datenbanken und Informationssysteme]]","x":-540,"y":-280,"width":250,"height":60,"color":"1"},
{"id":"d9dae797ebe948cd","type":"text","text":"20.08 Quantum Computing","x":-540,"y":-200,"width":250,"height":60,"color":"1"},
{"id":"d9dae797ebe948cd","type":"text","text":"20.08 [[Introduction to Quantum Computing]]","x":-540,"y":-200,"width":250,"height":60,"color":"1"},
{"id":"f1808e4ab000c548","type":"text","text":"27.08 MaLo","x":-540,"y":-120,"width":250,"height":60,"color":"1"},
{"id":"3c8b84526662b594","type":"text","text":"16.09 MIT","x":-540,"y":-40,"width":250,"height":60,"color":"1"},
{"id":"039d99cbeaa8bacd","type":"text","text":"23.09 EmSys","x":-540,"y":40,"width":250,"height":60,"color":"1"},
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

@@ -51,4 +51,20 @@ The bomb tester now looks like this:
A photon in the up state $\begin{pmatrix} 1 \\ 0 \end{pmatrix}$ is sent through the first beam splitter.
Afterwards the photon is in the state $\begin{pmatrix} \frac{1}{\sqrt{2}} \\ \frac{1}{\sqrt{2}} \end{pmatrix}$
So the photon is in a superposition between up and down, so between passing through the box with maybe a bomb and passing through empty air.
It makes a difference whether a bomb is inside the box or not!!
First, what happens if there is no bomb:
Photon can pass through both paths.
Second beam splitter is reached in any case.
After the second splitter the photon is in the state : $B(\begin{pmatrix} \frac{1}{\sqrt{2}} \\ \frac{1}{\sqrt{2}} \end{pmatrix})$ = $\begin{pmatrix} 1 \\ 0 \end{pmatrix}$
After measuring we get the following distribution:
![[Pasted image 20260729105142.png]]
Now, what happens if there is a bomb:
@@ -0,0 +1 @@
1. [[Introduction]]