vault backup: 2026-07-29 09:23:16
This commit is contained in:
Vendored
+10
-10
@@ -13,12 +13,12 @@
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "SS2026/Quantum Computing/2. Probabilistic systems/Probabilistic Systems.md",
|
||||
"file": "SS2026/Quantum Computing/3. Quantum Systems/Quantum Systems.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "Probabilistic Systems"
|
||||
"title": "Quantum Systems"
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -216,13 +216,19 @@
|
||||
},
|
||||
"active": "25f5b25d5eca7203",
|
||||
"lastOpenFiles": [
|
||||
"SS2026/Quantum Computing/3. Quantum Systems/Anhänge/Pasted image 20260729092121.png",
|
||||
"SS2026/Quantum Computing/3. Quantum Systems/Anhänge/Pasted image 20260729092010.png",
|
||||
"SS2026/Quantum Computing/3. Quantum Systems/Anhänge/Pasted image 20260729091741.png",
|
||||
"SS2026/Quantum Computing/3. Quantum Systems/Anhänge",
|
||||
"SS2026/Quantum Computing/2. Probabilistic systems/Probabilistic Systems.md",
|
||||
"SS2026/Quantum Computing/3. Quantum Systems/Quantum Systems.md",
|
||||
"SS2026/Quantum Computing/3. Quantum Systems",
|
||||
"SS2026/Quantum Computing/2. Probabilistic systems/Anhänge/Pasted image 20260728164820.png",
|
||||
"SS2026/Quantum Computing/2. Probabilistic systems/Anhänge/Pasted image 20260728164547.png",
|
||||
"SS2026/Quantum Computing/2. Probabilistic systems/Anhänge/Pasted image 20260728163713.png",
|
||||
"SS2026/Quantum Computing/2. Probabilistic systems/Anhänge",
|
||||
"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",
|
||||
@@ -244,11 +250,6 @@
|
||||
"SS2026/Datenbanken und Informationssysteme/9. RDF und Semantic Web/Anhänge/Pasted image 20260724101512.png",
|
||||
"SS2026/Datenbanken und Informationssysteme/9. RDF und Semantic Web/Anhänge/Pasted image 20260724100853.png",
|
||||
"SS2026/Datenbanken und Informationssysteme/9. RDF und Semantic Web/Anhänge/Pasted image 20260724100235.png",
|
||||
"SS2026/Datenbanken und Informationssysteme/8. Alternative Datenmodelle und No-SQL/Anhänge/8-AltDM.pdf",
|
||||
"SS2026/Datenbanken und Informationssysteme/8. Alternative Datenmodelle und No-SQL/Anhänge/Pasted image 20260723203103.png",
|
||||
"SS2026/Datenbanken und Informationssysteme/8. Alternative Datenmodelle und No-SQL/Anhänge/Pasted image 20260723201457.png",
|
||||
"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/4. SQL/Unbenannt.md",
|
||||
"SS2026/Datenbanken und Informationssysteme/4. SQL/TCL Transaction Control Language SQL.md",
|
||||
"SS2026/Datenbanken und Informationssysteme/4. SQL/DQL Data Query Language SQL.md",
|
||||
@@ -261,7 +262,6 @@
|
||||
"SS2026/Datenbanken und Informationssysteme/3. Relationales Datenmodell/Intrarelationale Abhängigkeiten.md",
|
||||
"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/Erweitertes Konzept isA.md"
|
||||
]
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
@@ -0,0 +1,27 @@
|
||||
## Classical possibilities
|
||||
finite
|
||||
all outcomes for a quantum system
|
||||
`Random bit generator with 1 bit output = classical possibilities 0 and 1`
|
||||
|
||||
## Quantum States
|
||||
State of quantum system as vector
|
||||
-> each entry = classical possibility
|
||||
-> called amplitude
|
||||
-> can be negative and are complex numbers
|
||||
Amplitudes tell us the probability of quantum state being in the corresponding class. poss.
|
||||
probability = |amplitude|^2
|
||||
$Pr[x] = |\psi|^2$
|
||||
Also: $\sqrt{\sum^n_{i=1} |\psi|^2} = 1$
|
||||
|
||||
Example:
|
||||
![[Pasted image 20260729091741.png]]
|
||||
|
||||
|
||||
## Unitary transformation
|
||||
|
||||
![[Pasted image 20260729092010.png]]
|
||||
|
||||
Example with Pauli-matrices:
|
||||
![[Pasted image 20260729092121.png]]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user