https://arxiv.org/api/lr6xGQsjf6Ykwn86z+OFpFv2t1E2026-04-07T12:59:03Z2795310515http://arxiv.org/abs/2603.28848v1Boltzmann Equation Solver for Thermalization2026-03-30T18:00:00ZWe present BEST (Boltzmann Equation Solver for Thermalization), a Python framework for solving the momentum-resolved Boltzmann equation for arbitrary $n_{\rm in} \to n_{\rm out}$ scattering processes. The collision integral is evaluated directly in $3(n_{\rm total}-2)$ dimensions using the VEGAS adaptive Monte Carlo algorithm with vectorized batch evaluation. Momentum conservation is enforced exactly by expressing one particle's momentum through the constraint, while energy conservation is imposed via a narrow Gaussian representation of the delta function. We identify a subtlety in the construction of the collision integral for processes with unequal initial and final multiplicities ($n_{\rm in} \neq n_{\rm out}$) involving identical particles: the full collision rate requires separate evaluation with the observed momentum pinned to each side of the reaction, weighted by the respective particle multiplicities. Failure to account for this leads to systematic violation of energy conservation. The code supports massive particles with time-dependent masses, Bose-Einstein and Fermi-Dirac quantum statistics, multiple coupled species, cosmological expansion with comoving momenta, and both Euler and Heun time integration. Parallelization is achieved by distributing independent momentum grid points across MPI ranks, yielding near-linear scaling to hundreds of cores. We validate the Monte Carlo results against a semi-analytical $2 \to 2$ collision integral with exact energy conservation, following the phase-space reduction of Ala-Mattinen et al. As a demonstration, we study thermalization of a massive scalar field through a $2 \leftrightarrow 3$ number-changing process and show that energy conservation is restored only when all identical-particle contributions are correctly summed. The code is publicly available at https://github.com/best-hep/best.2026-03-30T18:00:00Z11 pages, 4 figures, code available at https://github.com/best-hep/bestJong-Hyun Yoonhttp://arxiv.org/abs/2603.28710v1Scalability of the asynchronous discontinuous Galerkin method for compressible flow simulations2026-03-30T17:28:23ZThe scalability of time-dependent partial differential equation (PDE) solvers based on the discontinuous Galerkin (DG) method is increasingly limited by data communication and synchronization requirements across processing elements (PEs) at extreme scales. To address these challenges, asynchronous computing approaches that relax communication and synchronization at a mathematical level have been proposed. In particular, the asynchronous discontinuous Galerkin (ADG) method with asynchrony-tolerant (AT) fluxes has recently been shown to recover high-order accuracy under relaxed communication, supported by detailed analyses of its accuracy and stability. However, the scalability of this approach in modern large-scale parallel DG solvers has not yet been systematically investigated. In this paper, we address this gap by implementing the ADG method coupled with AT fluxes in the open-source finite element library deal.II. We employ a communication-avoiding algorithm (CAA) that reduces the frequency of inter-process communication while accommodating controlled delays in ghost value exchanges. We first demonstrate that applying standard numerical fluxes in this asynchronous setting degrades the solution to first-order accuracy, irrespective of the polynomial degree. By incorporating AT fluxes that utilize data from multiple previous time levels, we successfully recover the formal high-order accuracy of the DG discretization. The accuracy of the proposed method is rigorously verified using benchmark problems for the compressible Euler equations. Furthermore, we evaluate the performance of the method through extensive strong-scaling studies for both two- and three-dimensional test cases. Our results indicate that CAA substantially suppresses synchronization overheads, yielding speedups of up to 1.9x in two dimensions and 1.6x in three dimensions compared to a baseline synchronous DG solver.2026-03-30T17:28:23ZShubham Kumar GoswamiDapse VidyeshKonduri Adityahttp://arxiv.org/abs/2603.28706v1A Scalable Monolithic Modified Newton Multigrid Framework for Time-Dependent $p$-Navier-Stokes Flow2026-03-30T17:24:47ZFully implicit tensor-product space-time discretizations of time-dependent $(p,δ)$-Navier-Stokes models yield, on each time step, large nonlinear monolithic saddle-point systems. In the shear-thinning regime $1<p<2$, especially as $p\downarrow 1$ and $δ\downarrow 0$, the decisive difficulty is the constitutive tangent: its ill-conditioning impairs Newton globalization and the preconditioning of the arising linear systems. We therefore develop a scalable monolithic modified Newton framework for tensor-product space-time finite elements in which the exact constitutive tangent in the Jacobian action is replaced by a better-conditioned surrogate. Picard and exact Newton serve as reference linearizations within the same algebraic framework. Scalability is achieved through matrix-free operator evaluation, a monolithic multigrid V-cycle preconditioner, order-preserving reduced Gauss-Radau time quadrature, and an inexact space-time Vanka smoother with single-time-point coefficient freezing in local patch matrices. We prove coercivity of the linearized viscous-Nitsche term in the uniformly elliptic regime $ν_\infty>0$ and consistency of the reduced time quadrature. Numerical tests demonstrate robustness with respect to model parameters, nonlinear and linear iteration counts, and scalable parallel performance.2026-03-30T17:24:47Z28 pages, 7 figures, 3 tablesNils MargenbergCarolin Mehlmannhttp://arxiv.org/abs/2603.28683v1Learning Interatomic Force Coefficients from X-ray Thermal Diffuse Scattering Data2026-03-30T17:00:19ZWe present a fully automated framework for extracting interatomic force constants (IFCs) directly from X-ray thermal diffuse scattering (TDS) data. By formulating scattering intensity as a differentiable function of a symmetry-reduced IFC parameterization, we enable gradient-based optimization via direct, Cholesky-based sampling of correlated atomic displacements at thermal equilibrium. This approach bypasses the computational bottleneck of repeated Hessian matrix diagonalizations, significantly accelerating the inversion process. Benchmark tests demonstrate that the framework accurately recovers ground-truth IFCs and phonon dispersion relations, providing a robust, high-throughput pathway for studying lattice dynamics across diverse crystalline materials. This method bridges the gap between experimental observations and computational modeling, enabling the direct integration of TDS data into the refinement of high-fidelity inter-atomic potentials.2026-03-30T17:00:19ZKlara SuchanShaswat MohantyHanfeng ZhaiWei Caihttp://arxiv.org/abs/2603.28524v1SesQ: A Surface Electrostatic Simulator for Precise Energy Participation Ratio Simulation in Superconducting Qubits2026-03-30T14:51:55ZAn accurate and efficient numerical electromagnetic model for superconducting qubits is essential for characterizing and minimizing design-dependent dielectric losses. The energy participation ratio (EPR) is the commonly adopted metric used to evaluate these losses, but its calculation presents a severe multiscale computational challenge. Conventional finite element method (FEM) requires 3D volumetric meshing, leading to prohibitive computational costs and memory requirements when attempting to capture singular electric fields at nanometer-thin material interfaces. To address this bottleneck, we propose SesQ, a surface integral equation simulator tailored for the precise simulation of the EPR. By applying discretization on 2D surfaces, deriving a semi-analytical multilayer Green's function, and employing a dedicated non-conformal boundary mesh refinement scheme, SesQ accurately resolves singular edge fields without an explosive growth in the number of unknowns. Validations with analytically solvable models demonstrate that SesQ accelerates capacitance extraction by roughly two orders of magnitude compared to commercial FEM tools. While achieving comparable accuracy for capacitance extraction, SesQ delivers superior precision for EPR calculation. Simulations of practical transmon qubits further reveal that FEM approaches tend to significantly underestimate the EPR. Finally, the high efficiency of SesQ enables rapid iteration in the layout optimization, as demonstrated by minimizing the EPR of the qubit pattern, establishing the simulator as a powerful tool for the automated design of low-loss superconducting quantum circuits.2026-03-30T14:51:55Z15 pages, 14 figures, 3 tablesZiang WangShuyuan GuanFeng WuXiaohang ZhangQiong LiJianxin ChenXin WanTian XiaHui-Hai Zhaohttp://arxiv.org/abs/2603.28518v1Structured reformulation of many-body dispersion: towards pairwise decomposition and surrogate modeling2026-03-30T14:47:58ZWe present a structured reformulation of the many-body dispersion (MBD) model that enables a physically consistent decomposition of forces into pairwise components. By introducing a many-body correlation matrix that scales dipole-dipole interactions, we derive unified expressions for the MBD energy, force, and Hessian. This reformulation reveals a natural structure for pairwise force decomposition and provides a promising foundation for interpretable analysis and machine learning surrogate modeling of MBD interactions.2026-03-30T14:47:58ZZhaoxiang ShenRaúl I. SosaStéphane P. A. BordasAlexandre TkatchenkoJakub Lengiewiczhttp://arxiv.org/abs/2603.28513v1The FreeGSNKE Pulse Design Tool (FPDT): a computational framework for evolutive plasma scenario and control design2026-03-30T14:45:44ZWe present the FreeGSNKE Pulse Design Tool (FPDT), an open-source, Python-based computational framework that enables in silico testing and predictive design of tokamak plasma scenarios and control strategies. The FPDT couples the FreeGSNKE evolutive equilibrium solver with a virtual Plasma Control System (PCS) containing modular and customisable controllers. Given a set of user-defined waveforms and control parameters, the virtual PCS uses feedback and feedforward control to modulate plasma current, position, and shape, while adhering to machine safety limits on poloidal field coil currents and voltages. The resulting framework allows simulation of the controlled dynamic evolution of plasma equilibria, along with the currents in both active poloidal field coils and passive conducting structures, under the assumption of axisymmetry. The FPDT can be used to develop plasma scenarios, test control schemes, calibrate control parameters, and perform uncertainty quantification studies, thereby reducing iterative and expensive experimental testing on a physical tokamak. The FPDT is machine-agnostic and can be customised to implement different control algorithms tailored to the specific tokamak of interest. Here, we outline the overall framework and validate its performance on plasma discharges on the MAST Upgrade tokamak in the `flat-top' phase. We demonstrate excellent quantitative agreement between the FPDT simulations, the desired control waveforms, and the experimental shot data. With this extension to the FreeGSNKE open-source suite of codes we aim to encourage more reproducible and collaborative research in plasma modelling and control.2026-03-30T14:45:44ZK. PentlandN. C. AmoriscoA. RossP. CavestanyT. NunnA. AgnelloG. K. HoltG. McArdleC. VincentJ. BuchananS. J. P. Pamelahttp://arxiv.org/abs/2603.28435v1Pulgon-tools: A toolkit for analysing and harnessing symmetries in quasi-1D systems2026-03-30T13:43:49ZPulgon-tools is an open-source software package providing building blocks for the analysis and modeling of quasi-one-dimensional (quasi-1D) periodic systems based on line-group theory. While mature libraries exist for space-group detection in three-dimensional crystals, an automated and structure-based identification of line groups has so far been lacking. We present software that integrates four complementary components within a consistent line-group framework: (i) structure generation, (ii) symmetry detection, (iii) irreducible representations (irreps) and character table and (iv) harmonic interatomic force constants (IFCs) correction. This paper introduces the general code structure and several examples that illustrate some relevant applications of the program.2026-03-30T13:43:49ZYu-Jie CenSandro WieserGeorg K. H. MadsenJesús Carretehttp://arxiv.org/abs/2603.28399v1Geometry-controlled competition between axis centering and detwinning in fivefold-twinned gold nanoparticles2026-03-30T13:08:55ZFivefold-twinned metal nanoparticles host a central wedge disclination that strongly influences their mechanical and catalytic properties. Yet the atomistic mechanisms governing the stability, migration, and annihilation of this topological defect remain incompletely understood. Here we present a systematic molecular dynamics study of gold Marks decahedra in which the fivefold axis is artificially brought close to the surface by controlled geometric modifications. By generating concave and convex morphologies with varying axis depth, we uncover a geometry-controlled competition between axis centering and detwinning. Concave geometries promote surface diffusion that restores fivefold symmetry, either by recentering the original disclination or by nucleating a new subsurface axis through collective atomic rearrangements. In contrast, convex structures with a shallow axis undergo rapid detwinning within the first nanoseconds via surface glide, leading to single-twin or fully FCC configurations. Remarkably, positioning the axis just two atomic layers beneath the surface suppresses detwinning and restores stability. Our results demonstrate that surface curvature and defect depth critically regulate disclination mobility and twin stability, providing a mechanistic framework to understand the structural evolution of multi-twinned nanoparticles and to guide the controlled design of defect-engineered nanomaterials.2026-03-30T13:08:55ZSubmitted to Nanoscale (RSC). 19 pages, 11 figuresSilvia FasceDiana NelliLuca BenziGeorg Daniel FörsterRiccardo Ferrandohttp://arxiv.org/abs/2603.28291v1Electromagnetic Scattering by a Finite Metallic Circular Cylinders Set2026-03-30T11:10:53ZThe problem of electromagnetic scattering by cylinders is an old problem that has been studied in many configurations. The present publication provides a theoretical study on a not yet investigated general case: the set of finite metallic circular cylinders. A model which takes into account both the finiteness of the cylinders and their electromagnetic coupling is provided. The total field is written in a two dimensional problem in terms of cylindrical harmonics and is used to define current densities which are integrated in a three dimensional problem. The finiteness is taken into account assuming current densities that are identical from those of the two dimensional problem. Coupling effects are naturally taken into account via the matrix formulation of the boundary condition that binds together the cylindrical harmonic coefficients. The proposed closed-form is valid for great cylinder lengths and any cylinder radii. Numerical experiments are also provided in various configurations in order to evaluate the accuracy of the model. The model computational times happens to be 5 orders of magnitude shorter than a full-wave reference simulation, without significant loss of accuracy.2026-03-30T11:10:53ZMatthieu ElineauTELECOMLucille KuhlerTELECOMAlexandre ChaboryTELECOMhttp://arxiv.org/abs/2602.18482v2Boltzmann Generators for Condensed Matter via Riemannian Flow Matching2026-03-30T09:55:00ZSampling equilibrium distributions is fundamental to statistical mechanics. While flow matching has emerged as scalable state-of-the-art paradigm for generative modeling, its potential for equilibrium sampling in condensed-phase systems remains largely unexplored. We address this by incorporating the periodicity inherent to these systems into continuous normalizing flows using Riemannian flow matching. The high computational cost of exact density estimation intrinsic to continuous normalizing flows is mitigated by using Hutchinson's trace estimator, utilizing a crucial bias-correction step based on cumulant expansion to render the stochastic estimates suitable for rigorous thermodynamic reweighting. Our approach is validated on monatomic ice, demonstrating the ability to train on systems of unprecedented size and obtain highly accurate free energy estimates without the need for traditional multistage estimators.2026-02-10T18:32:31ZPublished as a workshop paper at AI4MAT, ICLR 2026Emil HoffmannMaximilian SchebekLeon KleinFrank NoéJutta Rogalhttp://arxiv.org/abs/2603.28221v1Numerical methods for stellarator simulations in BOUT++2026-03-30T09:41:15ZModeling the Scape-off layer (SOL) of stellarator fusion devices is challenging due to the complicated magnetic topology, requiring numerical tools to solve transport equations for realistic geometries. Previously the flux coordinate independent (FCI) method has been successfully applied to model the SOL in simplified geometries. The current work presents some of the recent improvements for the BOUT++ modeling implemented to simulate the SOL in realistic geometries with the example of Wendelstein 7-X. The changes include improvements for the grid generation tool, the physics model as well as the BOUT++ library itself. A short outlook is given on current modeling work using the new features.2026-03-30T09:41:15Z15 figures, submitted to CPCDavid BoldBrendan Shanahanhttp://arxiv.org/abs/2603.28150v1A depth-dependent, transverse shift-invariant operator for fast iterative 3D photoacoustic tomography in planar geometry2026-03-30T08:14:49ZIterative model-based image reconstruction in photoacoustic tomography (PAT) enables principled incorporation of detector physics, object-related priors, and complex acquisition strategies. However, for three-dimensional (3D) imaging scenario, the computational cost is often dominated by repeatedly solving wave equations. We propose a fast forward model for planar detection geometries that exploits transverse shift invariance. This symmetry enables to compute the full acoustic field from a 3D object, as a result of a set of 2D convolutions with depth-dependent impulse responses. This formulation yields a FFT-based forward operator and its corresponding discrete adjoint operator, making iterative reconstruction faster without calling partial differential equation (PDE) solvers at each iteration. We validate the model against commonly used PDE solver under matched discretization and boundary settings, and demonstrate accelerations of up to 2 orders of magnitude for iterative reconstructions from experimental all-optical photoacoustic datasets.2026-03-30T08:14:49Z14 pages, 4 figuresEge KüçükkomürcüSimon LabouesseMarc AllainThomas Chaignehttp://arxiv.org/abs/2603.28000v1Simulation of strongly quantum-degenerate uniform electron gas using the pseudo-fermion method2026-03-30T03:43:36ZFor strongly quantum-degenerate systems at finite temperatures, the fermion sign problem remains the major obstacle to first-principles simulations. In this work, we apply the recently proposed pseudo-fermion method - designed to overcome the sign problem - to strongly quantum-degenerate uniform electron gases. We find that the pseudo-fermion method can efficiently and highly accurately infer the energy of the uniform electron gas while being free from the fermion sign problem. For example, in the strongly quantum-degenerate regime where RPIMC fails (33 spin-polarized electrons at the density parameter $r_s = 0.5$), the relative deviation between the pseudo-fermion method and the exact CPIMC result is only 0.6%. In particular, the pseudo-fermion method bridges the gap where neither CPIMC nor RPIMC can accurately simulate the regime $1 \le r_s \le 2$ at the reduced temperature $θ= 0.0625$. This work demonstrates that the pseudo-fermion method opens a new pathway for studying strongly quantum-degenerate systems in a sign-problem-free manner.2026-03-30T03:43:36Z38 pages, 7 figuresYunuo XiongTommaso MorresiHongwei Xionghttp://arxiv.org/abs/2603.26151v2Geometric Phase Effect in Thermodynamic Properties and in the Imaginary-Time Multi-Electronic-State Path Integral Formulation2026-03-30T02:34:11ZThe geometric phase (GP) is a fundamental quantum effect arising from conical intersections (CIs), with profound consequences for vibronic energy levels. Standard imaginary-time path integral molecular dynamics (PIMD) based on the Born-Oppenheimer approximation does not account for the GP, potentially leading to significant errors in low-temperature thermodynamic properties. In this Perspective, we demonstrate that the multi-electronic-state path integral (MES-PI) formulation in imaginary time (developed in J. Chem. Phys. 2018, 148, 102319) naturally captures the GP effect through the electronic trace of the product of statistically weighted overlap matrices between successive imaginary-time slices. This crucial capability was already implicit in the benchmark MES-PIMD simulations in that foundational work. To isolate this topological effect from other nonadiabatic effects, we introduce a geometric signature matrix (for the CI) and a winding-number-induced phase factor, constructing an ad hoc GP-excluded MES-PI method. Comparing this ad hoc baseline against the rigorous MES-PI approach allows us to unambiguously quantify the impact of the GP on thermodynamic properties. While simpler approximations exist when only the ground electronic-state is considered, MES-PIMD is the most general and accurate approach applicable to real complex systems where the location and topology of CI seams are often not known a priori.2026-03-27T08:10:37ZYu ZhaiYouhao ShangJian Liu10.1021/acs.jpclett.6c00429