https://arxiv.org/api/LoE62j1Ly8S3amLS3riIWK4jwgQ 2026-09-10T19:12:33Z 2752 45 15 http://arxiv.org/abs/2607.18184v2 anyakrakusuma: A Python Library for Entropic Schrödinger Bridges on Idealized Geometries 2026-08-12T16:12:02Z We present anyakrakusuma, an open-source Python library that solves the discrete static Schrödinger bridge problem, the entropically regularized counterpart of optimal transport, through a log-domain Sinkhorn--Knopp iteration and reconstructs the entropic interpolation between two empirical point clouds. The solver is paired with a diagnostic pipeline that characterizes the optimal coupling and the intermediate distributions through information-theoretic and geometric measures. We exercise the library on four idealized planar cases spanning a circle-to-circle dilation, a spiral-to-mixture fragmentation, a rigid reorientation of two moons, and a Lissajous-to-trefoil deformation. The log-domain formulation is necessary rather than merely convenient at the parameters studied, where the cost-to-regularization ratio reaches four hundred and the Gibbs kernel underflows double precision across most of its range; the iteration nonetheless attains a marginal residual of $10^{-9}$ and unit marginal fidelity in every case. Residual histories decay geometrically over approximately eight decades at per-iteration contraction factors between $0.966$ and $0.976$, which are local rates near the fixed point that lie many orders of magnitude below the worst-case Hilbert-metric bound. The covariance analysis recovers an imposed ninety-degree reorientation to within $0.07^\circ$, roughly forty times smaller than its uncertainty, across a masked interval of near-isotropy on which the principal axis is unobservable. The diagnostics are reported with explicit attention to the regimes in which each is well defined, including the differential entropy, which is meaningful only on the open interpolation interval. The presented cases are constructed rather than measured; quantitative application to empirical point clouds requires further study. 2026-07-20T17:23:37Z 22 pages, 4 figures, 5 tables Dasapta Erwin Irawan Sandy Hardian Susanto Herho Agus Wahyu Jatmiko Sito Fossy Biosa Candrasa Surya Dharma Edi Riawan Astyka Pamumpuni Rendy Dwi Kartiko Rusmawan Suwarman Deny Juanda Puradimaja http://arxiv.org/abs/2607.25086v2 On residual bounds of the EDMD solution to the eigenvalue problem for the Koopman operator and backward shadowing stability of the EDMD/KMD 2026-08-12T14:29:52Z This paper introduces shadowing theory based backward stability assessment of data driven computational analysis of discrete dynamical systems in the framework of the Koopman composition operator and the Extended Dynamic Mode Decomposition. Data driven spectral analysis of the dynamics using the approximate (computed) eigenpairs of the Koopman operator is cast in terms of the backward error analysis. The individual residuals of the computed eigenpairs are aggregated in a backward perturbation of the Koopman operator, so that the computed eigenpairs are exact for a perturbed operator that is not a composition operator. Then, the impact of the perturbation in the operator is carried over to the map and the initial condition of the original system, showing that the computed approximations correspond exactly to a pseudo--trajectory of the system. In the final step, the pseudo--trajectory is shadowed by an exact trajectory of the system. This interpretation of errors is in particular suitable in data driven scenarios where the data is contaminated by noise. New insights into the numerical shadowing are provided. 2026-07-27T21:22:56Z 18 pages, 4 figures Zlatko Drmač http://arxiv.org/abs/2607.23116v2 KAYROS: An Anytime and Exact Open-Source Solver for Duration-Minimization Time-Dependent Vehicle Routing. A Technical Report and a Case Study in Human-AI Engineering 2026-08-11T17:41:16Z Time-dependent routing recognizes that the same journey can take a different time depending on when it begins. Under duration minimization, even the departure time of each vehicle becomes a decision. Exact methods for this setting exist in the literature, but researchers and practitioners have lacked a ready-to-use open solver that combines rich piecewise-linear travel times, early feasible solutions and optimality claims. KAYROS fills this gap with two modes on one checker-consistent engine: an Iterated Local Search that streams improving solutions and a Branch-Price-and-Cut method that can issue computational optimality certificates under explicit arithmetic and search assumptions. It installs with one command and has no proprietary dependency. The public MAMUT-routing store currently contains 704 KAYROS certificates under a four-solve publication protocol, which has also led to the retraction and repair of invalid earlier claims. The report presents two complementary benchmark contributions to MAMUT-routing. The first integrates Blauth2024, a benchmark from the literature whose travel times derive from measured Uber speeds, for which KAYROS provides new best-known solutions on all 40 instances. The second proposes Poryos2026, a new benchmark of 1,080 paired static and time-dependent instances built from OpenStreetMap road networks and controlled synthetic traffic. Finally, the report describes the intensive human-AI collaboration behind this work and the verification practices that kept its outputs independently verifiable. 2026-07-25T09:16:40Z v2: 30 pages, 7 figures, 4 tables. Substantially revised. Updated certificate counts and literature comparison, new subsection on a falsified certificate and the re-derivation of the certified set, integration of the Blauth2024 benchmark family, and regenerated figures. Technical report accompanying the KAYROS solver and Poryos2026 benchmark family Florian Rascoussier http://arxiv.org/abs/2508.11385v3 Bandicoot: A Templated C++ Library for GPU Linear Algebra 2026-08-11T03:47:31Z We introduce the Bandicoot C++ library for linear algebra and scientific computing on GPUs, overviewing its user interface and performance characteristics, as well as the technical details of its internal design. Bandicoot is the GPU-enabled counterpart to the well-known Armadillo C++ linear algebra library, aiming to allow users to take advantage of GPU-accelerated computation for their existing codebases without significant changes. Exploiting similar internal template meta-programming techniques that Armadillo uses, Bandicoot is able to provide compile-time optimisation of mathematical expressions within user code, leading to more efficient execution. Empirical evaluations show that Bandicoot can provide significant speedups over Armadillo-based CPU-only computation. Bandicoot is available at https://coot.sourceforge.io and is distributed as open-source software under the permissive Apache 2.0 license. 2025-08-15T10:37:26Z extended and revised version of arXiv:2308.03120 Lecture Notes in Computer Science (LNCS), Vol. 16465, pp. 156-168, 2026 Ryan R. Curtin Marcus Edel Conrad Sanderson 10.1007/978-981-95-9846-5_14 http://arxiv.org/abs/2608.09159v1 GPU-Accelerated Conic Quadratic Programming with Local Linear Convergence under Strict Complementarity 2026-08-10T06:16:20Z We present PDHCG-CQP, a GPU-accelerated first-order solver for large-scale conic convex quadratic programming. PDHCG-CQP supports affine constraints and Cartesian products of nonnegative, second-order, rotated second-order, exponential, and three-dimensional power cones. At its core is a restarted averaged primal-dual hybrid gradient (PDHG) method, whose primal update is computed inexactly by solving a conic quadratic proximal subproblem with projected gradient iterations. We establish local linear convergence of the restarted averaged scheme with both exact and inexact primal proximal evaluations under a uniform local quadratic-growth condition on the smoothed primal-dual gap. We further show that this condition holds under strict complementarity by exploiting a rotated second-order-cone lifting together with local primal and dual regularity conditions. Our C/CUDA implementation combines matrix-free linear algebra, batched cone projections, adaptive inner solves, reflected-Halpern acceleration, and fully device-resident KKT residual computations. It also supports multi-GPU execution through a two-dimensional partitioning of the problem data. Extensive experiments on standard and large-scale quadratic programming (QP), convex quadratically constrained quadratic programming (QCQP), second-order cone programming (SOCP), and quasilinear Fisher equilibrium benchmarks demonstrate that PDHCG-CQP achieves state-of-the-art robustness among first-order solvers while scaling efficiently to 8 GPUs and instances with up to $4.4\times10^8$ stored primal coordinates. PDHCG-CQP is open source and available at https://github.com/Lhongpei/PDHCG. 2026-08-10T06:16:20Z Source code available at https://github.com/Lhongpei/PDHCG Hongpei Li Yicheng Huang Huikang Liu Dongdong Ge Yinyu Ye http://arxiv.org/abs/2608.07043v1 Tensor Network Kernel Machines: A JAX Framework for Machine Learning and Nonlinear System Identification 2026-08-07T09:52:05Z Developing nonlinear models that are both expressive and computationally efficient remains a challenge in machine learning and nonlinear system identification. Tensor network kernel machines (TNKM) address this challenge by combining nonlinear feature representations with compact low-rank tensor-network parameterizations. However, practical and extensible software frameworks for developing TNKM models remain limited. In this work, we introduce "tnkm", an open-source Python library for constructing and training TNKM models using JAX. The library provides a unified interface for combining different feature maps, tensor-network architectures, and optimization strategies, including alternating least squares and gradient-based methods. We demonstrate the capabilities of "tnkm" on nonlinear benchmark problems, showing that the implemented models achieve competitive prediction accuracy while retaining compact parameterizations and efficient training. The proposed framework facilitates reproducible development and application of tensor-network-based learning methods. 2026-08-07T09:52:05Z 10 pages, 6 figures, 4 tables, 1 listing. Code available at: https://github.com/AlbMLpy/tnkm Albert Saiapin Kim Batselier http://arxiv.org/abs/2608.00130v2 A Fortran General-Purpose Transpiler: Proof of Concept 2026-08-06T21:22:56Z Fortran has been the cornerstone of high-performance computing for decades and remains unmatched in many domains. Yet the language faces an expertise gap: a new generation of scientists is barely familiar with it, while many experienced Fortran developers are only now transitioning to modern ecosystems such as JAX. This gap often results in "Fython" - Python code written with a Fortran mindset - that fails to leverage modern frameworks. We present FGPT, a transpiler framework designed to bridge this gap. It provides a systematic pipeline that transpiles Fortran into GPU-adapted Fortran, auto-differentiable Fortran via Tapenade, or NumPy and JAX scripts. Its architecture comprises three stages: (i) a frontend that parses Fortran and extracts target procedures along with all their dependencies; (ii) a middle-end that lowers the code into an intermediate representation, then into GPU-adapted or auto-differentiable Fortran, or a NumPy class; and (iii) a backend that transforms NumPy scripts into JAX modules optimized for GPU acceleration and automatic differentiation. Large language models fail when applied to the scale of community scientific codes-often spanning hundreds of thousands of lines-where consistent transformations, strict numerical fidelity, and validation against production tests are non-negotiable. FGPT addresses these challenges by preserving program semantics throughout the entire translation. We verified the framework on representative climate modeling kernels and demonstrated that it produces correct, differentiable Python implementations without requiring manual intervention. By combining rigorous compiler techniques with modern accelerator support, FGPT offers a scalable, trustworthy path for modernizing legacy Fortran code. 2026-07-31T13:38:16Z 19 pages, 14 figures, proof of concept Shivamshan Sivanesan Kazem Ardaneh http://arxiv.org/abs/2510.14891v2 A Performance Portable Matrix Free Dense MTTKRP in GenTen 2026-08-06T20:08:50Z We extend the GenTen tensor decomposition package by introducing an accelerated dense matricized tensor times Khatri-Rao product (MTTKRP), the workhorse kernel for canonical polyadic (CP) tensor decompositions, that is portable and performant on modern CPU and GPU architectures. In contrast to the state-of-the-art matrix multiply based MTTKRP kernels used by Tensor Toolbox, TensorLy, etc., that explicitly form Khatri-Rao matrices, we develop a matrix-free element-wise parallelization approach whose memory cost grows with the rank R like the sum of the tensor shape O(R(n+m+k)), compared to matrix-based methods whose memory cost grows like the product of the tensor shape O(R(mnk)). For the largest problem we study, a rank 2000 MTTKRP, the smaller growth rate yields a matrix-free memory cost of just 2% of the matrix-based methods, a 50x improvement. In practice, the reduced memory impact means our matrix-free MTTKRP can compute a rank 2000 tensor decomposition on a single NVIDIA H100 instead of six H100s using a matrix-based MTTKRP. We also compare our optimized matrix-free MTTKRP to baseline matrix-free implementations on different devices, showing a 2x single-device speedup on an Intel 8480+ CPU, an 11x speedup on an NVIDIA H100 GPU and a 6x speedup on an AMD MI300A GPU. In addition to numerical results, we provide fine grained performance models for an ideal multi-level cache machine, compare analytical performance predictions to empirical results, and provide a motivated heuristic selection for selecting an algorithmic hyperparameter. 2025-10-16T17:10:03Z 12 pages, 6 figures, 4 tables, for implementation see https://github.com/sandialabs/GenTen Gabriel Kosmacher Eric T. Phipps Sivasankaran Rajamanickam http://arxiv.org/abs/2607.07440v2 Compact Rational Krylov for Parametrized Systems with Application to BEM Frequency Sweeping 2026-08-06T13:39:39Z In parametrized linear systems $\mathsf{P}(μ)\mathsf{x}=\mathsf{b}$ the system matrix $\mathsf{P}$ depends nonlinearly on a parameter $μ$ and solutions are sought for many values of this parameter. We show that the compact rational Krylov (CORK) framework, originally introduced to solve nonlinear eigenvalue problems, can be used to efficiently produce approximate solutions to such a system for many values of the parameter at once. In this approach, the parametrized system is first linearized, resulting in a large shifted linear system $(\boldsymbol{\mathsf{A}}-μ\boldsymbol{\mathsf{B}})\boldsymbol{\mathsf{y}}=\boldsymbol{\mathsf{d}}$. We formulate a left- and right-preconditioned rational Krylov GMRES method for shifted linear systems. In the setting of parametrized linear systems, these can exploit the structure in the linearization, and in combination with the CORK framework, computational and memory complexity mainly depend on the problem size, less the degree of the linearization. Additionally, we show how to incorporate a right-hand side $\mathsf{b}(μ)$ that also depends on the parameter, how to choose the shifts to steer convergence and how to allow for inexact solves at these shifts throughout the iterations. As an application we consider the 'frequency sweeping' of Helmholtz scattering problems through the Boundary Element Method (BEM), enabled via an efficient representation of the dense but data-sparse wavenumber-dependent system matrix. 2026-07-08T14:11:36Z Kobe Bruyninckx Daan Huybrechs Karl Meerbergen http://arxiv.org/abs/2607.20732v2 Algorithm librla: A library of randomized linear algebra routines 2026-08-04T21:32:39Z The library \texttt{librla} is a randomized linear algebra library that is specifically designed for the intermediate-sized matrices (of dimension up to roughly 10,000) that arise in applications such as reduced order modeling, fast direct solvers, least squares solves and, in some settings, data compression. \texttt{librla} is the first software package that is both stable and efficient in several high-level languages: MATLAB, Python and Julia. It also provides increased functionality over existing software. Specifically, it allows the user to choose to create a factorization based on a fixed rank or a desired tolerance. The factorization options include QR, SVD and the interpolative decomposition. Additionally, the factorization can be generated either with access to the matrix or access to a matrix-vector multiplication routine. Numerical results compare the Python implementation with the available PyTorch and SciPy randomized factorizations. Performance of \texttt{librla} in the three languages is comparable. 2026-07-22T21:13:55Z Adrianna Gillman Zydrunas Gimbutas http://arxiv.org/abs/2602.10878v3 Simple generators of rational function fields 2026-08-01T03:23:04Z Consider a subfield of the field of rational functions in several indeterminates. We present an algorithm that, given a set of generators of such a subfield, finds a simple generating set. We provide an implementation of the algorithm and show that it improves upon the state of the art both in efficiency and the quality of the results. Furthermore, we demonstrate the utility of simplified generators through several case studies from different application domains, such as structural parameter identifiability. The main algorithmic novelties include performing only partial Gröbner basis computation via sparse interpolation and efficient search for polynomials of a fixed degree in a subfield of the rational function field. 2026-02-11T14:07:00Z Alexander Demin Gleb Pogudin http://arxiv.org/abs/2608.00374v1 Tensor Probabilistic Model Checking of Finite-Horizon Markov Chains (Extended Version) 2026-08-01T00:57:52Z We reexamine the problem of verifying Markov chains with respect to step-bounded reachability probabilities. Prevailing approaches rely on encoding the state-transition matrix using either explicit or symbolic representations. While these approaches are effective for sparse transition dynamics, they scale less favorably in the dense regime. Our insight is to cast probabilistic model checking of Markov chains as computations over dense tensors. This methodology enables the use of off-the-shelf compiler toolchains for optimized execution of these tensor computations on hardware accelerators. We prove the soundness of the methodology of mapping probabilistic model checking to tensor computations. We implement our approach in a tool called Tessa . Empirical evaluation shows that Tessa unlocks massive speedups over state-of-theart methods on selected benchmarks from the literature. 2026-08-01T00:57:52Z Extended version of a CAV 2026 paper Jianlin Li Nick Guo Peter Ye Yizhou Zhang 10.1007/978-3-032-32537-2_24 http://arxiv.org/abs/2607.22827v2 Tensor Network Simulation of the Heisenberg Model on Heavy-Hex Lattices 2026-08-01T00:46:02Z We extend CppSim, a high-performance C++/HIP tensor network simulator, to the heavy-hex lattice geometry used in superconducting quantum processors. The heavy-hex graph -- a bipartite graph of degree-2 and degree-3 sites with a natural 3-color gate schedule -- is implemented as a drop-in grid class with no changes to the gate application or belief propagation (BP) kernels. We simulate the isotropic Heisenberg model on the heavy hex 3x3 graph (68 sites, 76 bonds) in the Heisenberg picture using Pauli transfer matrices (PTMs), and study the autocorrelation C(t) = <Zc (t)Zc (0)> and operator lightcone. We incorporate a fully parametric hardware noise model: per-bond, per-color-class 16 x 16 PTMs are loaded from device characterization data and interleaved with unitary gates, with noise scaling factor gamma in {1.0, 2.0, 3.0} for multi-product formula (MPF) extrapolation to zero noise. Chi convergence is demonstrated at chi = 200 (|error| < 10^-4, reference chi = 430) on a 32 GB GPU, with a ~10x wall-clock speedup over a Julia/AMDGPU.jl reference implementation at saturated bond dimension. 2026-07-24T18:07:21Z 7 pages, 4 pictures, 1 table Paolo D'Alberto http://arxiv.org/abs/2503.03156v4 Dimensionality reduction for homological stability and global structure preservation 2026-07-31T16:30:17Z We propose DiRe, a force-directed dimensionality reduction framework designed to preserve global structure and homological features while remaining practical on modern hardware. The method combines an initial embedding with a graph-based layout optimization and evaluates the resulting low-dimensional representation using local distortion, context preservation, and persistent homology measures. Across the benchmark suite considered here, DiRe provides a complementary tradeoff to UMAP and tSNE: it is designed less as a purely local visualization heuristic and more as a framework for embeddings whose large-scale geometry can be quantified through Betti curves and persistence diagrams. 2025-03-05T03:56:01Z 33 pages, 14 figures, 5 tables; Github repository available at https://github.com/sashakolpakov/dire-jax Reproducibility suite https://github.com/sashakolpakov/homological-stability-repro Package available on PyPi https://pypi.org/project/dire-jax/ Alexander Kolpakov Igor Rivin http://arxiv.org/abs/2602.11381v2 MEmilio -- A high performance Modular EpideMIcs simuLatIOn software for multi-scale and comparative simulations of infectious disease dynamics 2026-07-30T18:31:48Z Epidemic and pandemic preparedness with rapid outbreak response rely on timely, trustworthy evidence. Mathematical models are crucial for supporting timely and reliable evidence generation for public health decision-making with models spanning approaches from compartmental and metapopulation models to detailed agent-based simulations. Yet, the accompanying software ecosystem remains fragmented across model types, spatial resolutions, and computational targets, making models harder to compare, extend, and deploy at scale. Here we present MEmilio, a modular, high-performance framework for epidemic simulation that harmonizes the specification and execution of diverse dynamic epidemiological models within a unified and harmonized architecture. MEmilio couples an efficient C++ simulation core with coherent model descriptions and a user-friendly Python interface, enabling workflows that run on laptops as well as high-performance computing systems. Standardized representations of space, demography, and mobility support straightforward adaptations in resolution and population size, facilitating systematic inter-model comparisons and ensemble studies. The framework integrates readily with established tools for uncertainty quantification and parameter inference, supporting a broad range of applications from scenario exploration to calibration. Finally, strict software-engineering practices, including extensive unit and continuous integration testing, promote robustness and minimize the risk of errors as the framework evolves. By unifying implementations across modeling paradigms, MEmilio aims to lower barriers to reuse and generalize models, enable principled comparisons of implicit assumptions, and accelerate the development of novel approaches that strengthen modeling-based outbreak preparedness. 2026-02-11T21:15:26Z 47 pages, 6 figures Julia Bicker Carlotta Gerstein David Kerkmann Sascha Korf René Schmieding Anna Wendler Henrik Zunker Daniel Abele Maximilian Betz Khoa Nguyen Lena Plötzke Kilian Volmer Agatha Schmidt Nils Waßmuth Patrick Lenz Daniel Richter Hannah Tritzschak Ralf Hannemann-Tamas Julian Litz Paul Johannssen Marielena Borges Annika Jungklaus Manuel Heger Annalena Lange Elisabeth Kluth Kathrin Rack Vincent Wieland Jonas Arruda Sebastian Binder Margrit Klitz Martin Siggel Manuel Dahmen Achim Basermann Michael Meyer-Hermann Jan Hasenauer Martin J. Kühn