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
@@ -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.