In the complex world of nuclear reactor physics, accurately simulating how particles like neutrons move and interact is a formidable . These simulations are crucial for reactor design, safety analysis, and understanding fundamental processes, but they often require balancing computational cost with precision. A new hybrid developed by researchers at the University of Notre Dame offers a promising solution by blending two established techniques—Monte Carlo and deterministic solvers—with a clever twist: the use of quasi-random numbers. This approach, detailed in a paper under review for PHYSOR 2026, demonstrates substantial improvements in accuracy and convergence rates without adding significant computational overhead, potentially streamlining simulations in fields from energy to medical physics.
The key finding from this research is that by integrating a scatter-limited Monte Carlo (MC) component with a deterministic discrete ordinates (S_N) solver and employing quasi-Monte Carlo (QMC) sampling, the hybrid achieves better performance than traditional approaches. Specifically, introduces a tunable parameter N_s that controls how many material collisions are handled by the MC leg before switching to the deterministic solver. For N_s = 0, it recovers a purely uncollided MC approach, while N_s > 0 allows for multi-scatter hybrids. The researchers observed that using QMC, which replaces pseudorandom draws with low-discrepancy points like Halton sequences, leads to significant accuracy and convergence rate improvements. In numerical tests, these gains came at practically no additional computational cost, a benefit not typically seen in comparable non-hybrid solves.
Ology hinges on a collision source splitting of the transport equation, which divides particles into sets based on the number of collisions they have undergone. The hybrid solves for particles with up to N_s collisions using a scatter-limited MC algorithm, while particles exceeding this limit are handled by a deterministic S_N solver with a discontinuous Galerkin spatial discretization. A critical step involves a remapping process that resamples from the deterministic solution back into MC representation at each time step, preventing exponential depletion of low-scatter particles. This setup allows the MC subproblem to become scattering-free after the scatter limit, simplifying streaming and attenuation procedures. The QMC integration is straightforward, requiring only localized changes to existing MC codes by swapping random number generators, making it a plug-in upgrade.
From numerical experiments on two benchmark problems—Reed's problem in 1D and the Kobayashi Dogleg problem in 2D—showcase 's effectiveness. As depicted in Figure 1, the hybrid s, regardless of N_s value, exhibited significant accuracy improvements when using QMC compared to standard MC, with no notable increase in runtime. For instance, in Reed's problem, QMC hybrid runs achieved convergence rates around -0.69 for N_s=0, compared to -0.5 for MC hybrids, as shown in Table I. The data also revealed that hybrid runs using QMC were more accurate per particle than non-hybrid runs, and while non-hybrid runs were faster for the same particle count, the enhanced accuracy of QMC hybrids compensated, making them comparably or more efficient overall. The number of S_N solver iterations decreased with higher N_s, indicating a trade-off that can be optimized for specific applications.
Of this work extend beyond academic interest, offering practical benefits for industries reliant on particle transport simulations. By providing a tunable division between stochastic and deterministic components, allows for flexibility in parallelization and solver choice, which could lead to faster and more accurate simulations in reactor physics, radiation therapy, and aerospace engineering. The researchers suggest that multi-scatter hybrids (with N_s > 0) are particularly promising for parallel computing environments, as the MC leg is easier to parallelize than the coupled clean-up stage. This could enable automated tuning to target fixed accuracy with minimal time or maximum accuracy under budget constraints, potentially revolutionizing how complex simulations are conducted in high-performance computing settings.
Despite these advances, the paper acknowledges limitations and areas for future exploration. 's performance was tested primarily in equilibrium problems with single infinite time steps, and its extension to explicitly time-dependent scenarios requires further validation. Additionally, the choice of N_s and the conditioning of solutions to ensure uniqueness, as discussed in Appendix A, leave room for adaptive strategies that could depend on spatial, material, or temporal factors. The researchers note that while multi-scatter hybrids showed marginal direct impact on accuracy and wall time in sequential tests, their potential in distributed or many-core runs remains untapped. Future work could explore problem-dependent schedules for N_s and broader integrations of QMC, paving the way for more robust and efficient simulation tools across scientific disciplines.
Original Source
Read the complete research paper
About the Author
Guilherme A.
Former dentist (MD) from Brazil, 41 years old, husband, and AI enthusiast. In 2020, he transitioned from a decade-long career in dentistry to pursue his passion for technology, entrepreneurship, and helping others grow.
Connect on LinkedIn