🤖 AI Summary
In nuclear reactor simulations, repeated binary searches across heterogeneous energy grids for multi-isotope cross-section lookup incur substantial computational overhead.
Method: This paper proposes and formally verifies a cascaded energy grid structure based on fractional cascading (FC), which organizes individual isotope-specific energy grids into a hierarchical index. The structure enables cross-isotope cross-section localization via a single binary search followed by constant-time refinement.
Contribution/Results: We prove that the method preserves lookup correctness and maintains grid ordering invariants. Experiments demonstrate 1.8–3.2× speedup over naive per-isotope binary search, while guaranteeing numerically consistent, verifiably correct results. To our knowledge, this is the first application of fractional cascading to nuclear data retrieval, establishing a new paradigm for efficient, formally verified energy-grid lookup in high-fidelity reactor simulation.
📝 Abstract
We present a verification challenge based on the fractional cascading (FC) technique for accelerating repeated searches across a collection of sorted arrays. The specific context is nuclear cross section lookup in a simulation code, where a material consists of many nuclides, each with its own sorted energy grid. A naive search performs a binary search in each array individually. The FC-based cascade grid structure reduces this cost by performing a single binary search followed by constant-time refinements. The challenge consists of verifying the correctness of the FC algorithm with respect to the naive approach and validating its structural properties.