<div dir="ltr">Hi,<br><br>my post concerns the problem that the value of the global seed does not affect the initialization of the parallel random number generator that is used for the Wiener process in the Langevin ensemble.<span class="IVILX2C-sb-X" id="t-t"> For cp2k version 4.1<i>, </i>the first particle-specific seed is set </span><span class="IVILX2C-sb-X" id="t-t"><span class="IVILX2C-sb-X" id="t-t">in line 95 of <i>motion/wiener_process.F</i></span> by calling <i>next_rng_seed()</i> without arguments, thus resulting in 12345.0.<br><br>I observed (using version 2.4) that setups that differed only in their initial velocities showed strong correlations among each other in their dynamics after a short time, which I would attribute to the noise term being de facto not random.<br><br></span>A similar issue for MC calculations has been posted in this forum before (subject "<span class="IVILX2C-sb-X" id="t-t">Seed numbers bug in MC") and the problem has been solved in version 4.1 by specifying <i>last_rng_stream=force_env_1%globenv%gaussian_rng_stream</i></span>. Could you fix this problem for the Wiener process as well?<br><br>Thanks,<br>Valentin<br></div>