Wednesday, May 15, 2013

The solution to the challenge in "Time-Reversible Random Number Generators" by Wm. G. Hoover and Carol G. Hoover

Federico Ricci-Tersenghi arXiv:1305.1805
Contributed by Dan Gezelter
Reposted from The OpenScience Project with permission


William G. Hoover (of the Nosé-Hoover Thermostat) and Carol G. Hoover issued a $500 challenge on arXiv to generate a time-reversible random number generator.  The challenge itself would be quite remarkable news.  What’s even better is that the challenge (including the source code for an implementation) was solved in 6 days by Frederico Ricci-Tersenghi.
Why is this a big deal?  Most of the equations in physics that govern time evolution of particles obey time-reversal symmetry; the same differential equations that govern molecular or planetary motion will take you back to your starting point if you suddenly reverse the time variable.  This is a usually a fantastic way to check to see if you are doing the physics correctly in your simulations, and also means that collections of  starting points that are related to each other behave in certain predictable ways when they evolve.
Stochastic approaches to physical motion introduce an aspect of randomness to mimic the behavior of complex phenomena like the motion of solvent surrounding the moleculewe’re interested in, or to mimic the transitions between different electronic states of a molecule.   The introduction of random numbers has meant we had to give up time-reversibility, and we’ve been willing to live with that for a long time because we can study more complicated phenomena.
If we have access to a time-reversible pseudo-random number generator, however, we get that very powerful tool back in our toolbox.
Now, the Langevin equation,
md2xdt2=Fγ(t)dxdt+R(t)

has two things that prevent it from being time-reversible.  Besides the stochastic or random force, R(t), there’s also a drag or friction force, γ(t)dxdt, that depends on the velocities of the particles.  There’s no solution yet to time reversibility for this piece (and I have my doubts that there ever will be a way to reverse this).

No comments:

Post a Comment