PHOTOX / promdens

Promoted Density Approach for sampling initial conditions for trajectory-based nonadiabatic photodynamics.
https://github.com/PHOTOX/promdens
MIT License
0 stars 0 forks source link

Best practices for numpy PRNG #50

Open danielhollas opened 4 days ago

danielhollas commented 4 days ago

Perhaps an interesting read https://blog.scientific-python.org/numpy/numpy-rng/

JanosJiri commented 4 days ago

Nice reading, thanks for that. What we do in promdens is exactly what the article recommends. The only thing that we should keep in mind is that the seed should be ideally 128 bits. I added the reference to the corresponding part of the code in #48 .