ANS is committed to advancing, fostering, and promoting the development and application of nuclear sciences and technologies to benefit society.
Explore the many uses for nuclear science and its impact on energy, the environment, healthcare, food, and more.
Explore membership for yourself or for your organization.
Conference Spotlight
2026 ANS Annual Conference
May 31–June 3, 2026
Denver, CO|Sheraton Denver
Latest Magazine Issues
Mar 2026
Jul 2025
Latest Journal Issues
Nuclear Science and Engineering
March 2026
Nuclear Technology
February 2026
Fusion Science and Technology
April 2026
Latest News
NRC approves TerraPower construction permit
Today, the Nuclear Regulatory Commission announced that it has approved TerraPower’s construction permit application for Kemmerer Unit 1, the company’s first deployment of Natrium, its flagship sodium fast reactor.
This approval is a significant milestone on three fronts. For TerraPower, it represents another step forward in demonstrating its technology. For the Department of Energy, it reflects progress (despite delays) for the Advanced Reactor Demonstration Program (ARDP). For the NRC, it is the first approval granted to a commercial reactor in nearly a decade—and the first approval of a commercial non–light water reactor in more than 40 years.
Gabriel Suau, Ansar Calloo, Rémi Baron, Romain Le Tellier
Nuclear Science and Engineering | Volume 199 | Number 1 | April 2025 | Pages S295-S311
Research Article | doi.org/10.1080/00295639.2024.2340173
Articles are hosted by Taylor and Francis Online.
This paper describes the implementation of efficient and portable vectorized sweep kernels as part of the resolution of the neutron transport equation on three-dimensional Cartesian grids using the discrete ordinates (Sn) method for the angular variable and the diamond differencing (DD) scheme for the spatial discretization. Vectorization is set up along the directions within the same octant and is independent of the spatial discretization order; therefore, the extension of this technique to high-order DD or discontinuous Galerkin schemes is immediate. Our implementation is written in C++17 and relies on the Kokkos performance portability framework. This library allows one to express shared-memory parallelism (including vectorization) in a machine-independent way and supports many backends including CUDA and OpenMP. Our vectorization procedure relies on the portable single instruction multiple data types provided by Kokkos. The method has been implemented for DD schemes up to order 2 and yields promising results on CPUs supporting standard vector instructions.