|
|
|
|
|
by olooney
768 days ago
|
|
Superposition does not fork the world. This common misconception arises due to confusion between superposition and the many-worlds interpretation of quantum mechanics, but it’s easy to see that the two are only superficially similar. States in a superposition still interfere—that's the essence of the double-slit experiment. In contrast, when arguing that the timeline 'splits' due to measurements, the resulting universes do not interact at all and remain completely unaware of each other—they can never even know if the others exist. If quantum computers truly 'forked' the world, they would be equivalent to non-deterministic Turing machines (capable of solving NP-complete problems in polynomial time), but quantum computing experts agree that they can still be modeled as deterministic Turing machines. It's better to think of quantum computers as a type of analog computer, capable of solving certain problems that fit their model well, but not generally more powerful. It’s like an Intel CPU having SIMD or AVX instructions that allow it to perform certain operations faster, but these don't fundamentally change its capabilities. The no-free-lunch theorem applies. |
|
A typical quantum algorithm like Shor's works by sending every possible input through a gate, and so you get every possible output out in a superposition. If you were to just measure that, you'd get a random result - so instead, you need to somehow interfere the output to get the actual result. You do this by taking advantage of the fact that the superposition is a periodic function and the amplitude repeats. This is literally the core assumption of the algorithm.(a common way of doing this using the QFT).
Every quantum algorithm requires some kind of structure in the output like this. Deustch's algo, dumb ones like Simon's algo, etc. NP-Complete problems have no structure to them, so even if you build a gate that creates the superposition you want, it's not possible to destructively interfere it to get an answer (I don't know how to prove that there's no structure to NP-Complete outputs - it just feels trivial, since they're only solvable in exponential time, so there must be an exponential amount of "structure" there).
---
[1] The only way to communicate with the other universe would be to try to use quantum mechanics with something like an entangled pair. But no information can be communicated through an entangled pair if all you just have 1 of the 2 particles! Measurement collapses a state nonlocally, and if you could somehow measure one particle and change the probability distribution of the other, you'd be communicating faster than light. The measurement genuinely changes the state and the amplitudes, but not in a way that the other person can detect. It's really interesting and leads to stuff like teleportation.