vault backup: 2026-07-28 15:57:27

This commit is contained in:
Benjamin Neumann
2026-07-28 15:57:28 +02:00
parent b0b37ae3e6
commit e2b9c3d852
3 changed files with 14 additions and 6 deletions
+6 -6
View File
@@ -13,12 +13,12 @@
"state": {
"type": "markdown",
"state": {
"file": "SS2026/Quantum Computing/1. Introduction/Introduction.md",
"file": "SS2026/Quantum Computing/2. Probabilistic systems/Probabilistic Systems.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "Introduction"
"title": "Probabilistic Systems"
}
}
]
@@ -216,8 +216,10 @@
},
"active": "25f5b25d5eca7203",
"lastOpenFiles": [
"SS2026/Quantum Computing/Anhänge/Introduction-to-Quantum-Computing.pdf",
"SS2026/Quantum Computing/1. Introduction/Introduction.md",
"SS2026/Quantum Computing/Anhänge/Introduction-to-Quantum-Computing.pdf",
"SS2026/Quantum Computing/2. Probabilistic systems/Probabilistic Systems.md",
"SS2026/Quantum Computing/2. Probabilistic systems",
"SS2026/Quantum Computing/1. Introduction/Anhänge/Pasted image 20260728152302.png",
"SS2026/Quantum Computing/1. Introduction/Anhänge",
"SS2026/Quantum Computing/Introduction to Quantum Computing.md",
@@ -244,7 +246,6 @@
"SS2026/Datenbanken und Informationssysteme/8. Alternative Datenmodelle und No-SQL/Anhänge/Pasted image 20260723200735.png",
"SS2026/Datenbanken und Informationssysteme/9. RDF und Semantic Web/Anhänge",
"SS2026/Datenbanken und Informationssysteme/9. RDF und Semantic Web",
"SS2026/Datenbanken und Informationssysteme/8. Alternative Datenmodelle und No-SQL/Anhänge",
"SS2026/Datenbanken und Informationssysteme/7. Transaktionsverwaltung/Anhänge/Pasted image 20260723185939.png",
"SS2026/Datenbanken und Informationssysteme/7. Transaktionsverwaltung/Anhänge/Pasted image 20260723185557.png",
"SS2026/Datenbanken und Informationssysteme/4. SQL/Unbenannt.md",
@@ -260,7 +261,6 @@
"SS2026/Datenbanken und Informationssysteme/2. ER-Modell/Entity-Relationship-Modell.md",
"SS2026/Datenbanken und Informationssysteme/2. ER-Modell/Konzeptueller Entwurf.md",
"SS2026/Datenbanken und Informationssysteme/2. ER-Modell/Erweitertes Konzept isA.md",
"SS2026/Datenbanken und Informationssysteme/2. ER-Modell/Datenbankentwurf.md",
"SS2026/Datenbanken und Informationssysteme/2. ER-Modell/Kardinalitäten.md"
"SS2026/Datenbanken und Informationssysteme/2. ER-Modell/Datenbankentwurf.md"
]
}
@@ -16,3 +16,8 @@ Possibilities interfere with each other
Classical Bits = 0 or 1
Quantum Computer uses qubits = superposition between 0 and 1
-> Variables that have all possible values at the same time!
### Quantum parallelism
Quantum computers apply operations to all possible input value at the same time
After a quantum computer has calculated a superposition of all possible values
you measure the result and the superposition collapses to a single random f(x)
@@ -0,0 +1,3 @@
### Deterministic possibilities
All the different possible outcomes.
Random two bit number has deterministic possibilities 00, 01, 10, 11.