lnls-fac / pyaccel

Python module for beam dynamics tracking and optics calculations
MIT License
7 stars 5 forks source link

Re-seed rand generator for parallel tracking processes #132

Closed xresende closed 6 months ago

xresende commented 7 months ago

multi-processes inherit random number generator states, thus introducing particle correlations in parallel tracking with quantum excitation turned on.

depends on https://github.com/lnls-fac/trackcpp/pull/67