Hacker News new | ask | show | jobs
by RandomLensman 18 days ago
How to build a Turing machine to tell which one of ten atoms of a radioactive element decays next?
1 comments

That would be a quantum Turing Machine as radioactivity is a quantum process.
How would that work as current understanding from quantum theory is that we cannot predict which atom decays next? Is there a quantum algorithm that can do that?
The decay process is calculated as

sqrt(1-exp(-t/T))|1> + sqrt(exp(-t/T))|0>

How do you use that to predict which atom decays next?
The decayed state exists, it's the second term sqrt(exp(-t/T))|0>
How do you predict which atom decays next from there?