vault backup: 2026-07-29 09:08:15
This commit is contained in:
Vendored
+2
-2
@@ -216,6 +216,8 @@
|
|||||||
},
|
},
|
||||||
"active": "25f5b25d5eca7203",
|
"active": "25f5b25d5eca7203",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"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/Pasted image 20260728163713.png",
|
||||||
"SS2026/Quantum Computing/2. Probabilistic systems/Anhänge",
|
"SS2026/Quantum Computing/2. Probabilistic systems/Anhänge",
|
||||||
"SS2026/Quantum Computing/1. Introduction/Introduction.md",
|
"SS2026/Quantum Computing/1. Introduction/Introduction.md",
|
||||||
@@ -247,8 +249,6 @@
|
|||||||
"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 20260723201457.png",
|
||||||
"SS2026/Datenbanken und Informationssysteme/8. Alternative Datenmodelle und No-SQL/Anhänge/Pasted image 20260723200735.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/9. RDF und Semantic Web/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",
|
"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/TCL Transaction Control Language SQL.md",
|
||||||
"SS2026/Datenbanken und Informationssysteme/4. SQL/DQL Data Query Language SQL.md",
|
"SS2026/Datenbanken und Informationssysteme/4. SQL/DQL Data Query Language SQL.md",
|
||||||
|
|||||||
BIN
Binary file not shown.
|
After Width: | Height: | Size: 4.3 KiB |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
@@ -14,3 +14,10 @@ A probabilistic process is a Matrix A $\in$ $\mathbb{R}^{N \times N}$ if every c
|
|||||||
![[Pasted image 20260728163713.png]]
|
![[Pasted image 20260728163713.png]]
|
||||||
An example for generating a 2 bit number and then using a bit flip device to flip both
|
An example for generating a 2 bit number and then using a bit flip device to flip both
|
||||||
bits with a probability of 1/3
|
bits with a probability of 1/3
|
||||||
|
For two zeroes this results in 1/3 chance to get 11 and 2/3 chance for nothing to happen.
|
||||||
|
Here, A would look like this:
|
||||||
|
![[Pasted image 20260728164547.png]]
|
||||||
|
|
||||||
|
### Applying a probabilistic process
|
||||||
|
A Process A applied to a distribution x is defined as Ax.
|
||||||
|
![[Pasted image 20260728164820.png]]
|
||||||
Reference in New Issue
Block a user