shminux comments on How accurate is the quantum physics sequence? - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (68)
And, subordinate to those three, the point that Occam's Razor applies to code not RAM (so to speak). Worth mentioning since I think that's the part that went over shminux's head.
You are right, it did the first time I tried to honestly estimate the complexity of QM (I wish someone else bother to do it numerically, as well). However, even when removing the necessary boundary conditions and grid storage (they take up lots of RAM), one still ends up with the code that evolves the Schroediger equation (complicated) and applies the Born postulate (trivial) for any interpretation.
But collapse interpretations require additional non-local algorithms, which to me seem to be, by necessity, incredibly complicated
Not for computations, they do not. If you try to write a code simulating a QM system, end up writing unitary evolution on top of the elliptic time-independent SE (H psi = E psi) to describe the initial state. If you want to calculate probabilities, such as the pattern on the screen from the double-slit experiment, you apply the Born rule. And computational complexity is the only thing thing that matters for Occam's razor.