Boosting Neutron Transport Simulations with Randomized Quasi-Monte Carlo Sampling

Thursday 06 March 2025


Neutron transport simulations are a crucial tool in nuclear engineering, used to design and optimize reactors, as well as study the behavior of neutrons within them. These simulations rely on complex algorithms to model the interactions between neutrons and the materials they encounter. One such algorithm is the Random Ray Method (RRM), which has shown promise in recent years.


The RRM works by tracing the path of individual neutrons through a reactor, simulating their collisions with atoms and other particles along the way. This approach can be more efficient than traditional methods, which model the behavior of large groups of neutrons simultaneously. However, the RRM is still limited by its reliance on pseudorandom number generators to sample the starting locations and directions of the simulated neutrons.


Enter randomized Quasi-Monte Carlo (RQMC) sampling, a technique that can produce more accurate results while also reducing computational costs. By using a deterministic algorithm to generate low-discrepancy sequences, RQMC sampling can improve the accuracy of neutron transport simulations without increasing the number of calculations required.


Researchers have now implemented RQMC sampling in the Random Ray Method, and tested its performance on a benchmark problem known as C5G7. This problem involves simulating the behavior of neutrons within a seven-group quarter-core reactor, and is a common challenge for nuclear engineers.


The results are impressive: simulations using RQMC sampling produced more accurate results than those using traditional pseudorandom number generators, with an average error reduction of over 10%. Moreover, the RQMC simulations were also faster, thanks to reduced shared memory contention between threads. This is particularly important in high-performance computing applications, where every speedup counts.


One potential limitation of RQMC sampling is its reliance on deterministic algorithms, which can be sensitive to initial conditions and may not perform well for certain types of problems. However, the researchers behind this study suggest that these limitations can be mitigated through careful selection of parameters and algorithm tuning.


The implementation of RQMC sampling in the Random Ray Method has significant implications for nuclear engineering and beyond. By improving the accuracy and efficiency of neutron transport simulations, it could enable more precise design and operation of reactors, as well as better understanding of complex nuclear phenomena. Additionally, the techniques developed here may have applications in other fields that rely on Monte Carlo methods, such as finance and cryptography.


Cite this article: “Boosting Neutron Transport Simulations with Randomized Quasi-Monte Carlo Sampling”, The Science Archive, 2025.


Neutron Transport, Random Ray Method, Rqmc Sampling, Monte Carlo Methods, Nuclear Engineering, Reactor Design, Quasi-Monte Carlo, Pseudorandom Number Generators, Low-Discrepancy Sequences, High-Performance Computing.


Reference: Samuel Pasmann, John Tramm, “Randomized Quasi-Monte Carlo Sampling in The Random Ray Method for Neutron Transport Simulations” (2025).


Leave a Reply