I read a comment in a paper that described measurement as just projecting the qubit state, but it didn’t really explain why the superposition gets destroyed. When you measure, the detector has to interact with the qubit to register 0 or 1, and that interaction entangles the system so the original coherent state can’t hold. The phase information that kept it in both states at once gets scrambled by the environment, leaving a definite outcome with no way back. I ran a simple two-qubit case in Qiskit last week and saw the off-diagonal terms in the density matrix drop to zero right after the measurement gate, which matched what I’d read. How does the entanglement step specifically erase the possibility of reversing it?