arXivDaily arXiv每日学术速递 周一至周五更新

科学与医疗

AI for Science

科学智能、蛋白质、分子、药物、材料、气象、物理和数学 AI。

今日/当前日期收录 288 信号源:cs.LG, q-bio, physics, cond-mat, math, stat.ML

1. 物理仿真 27 篇

2606.19145 2026-06-18 cs.LG cs.AI cs.SY eess.SY 新提交 70%

OrthoReg: Orthogonal Regularization for Hybrid Symbolic-Neural Dynamical Systems

OrthoReg:混合符号-神经动力系统的正交正则化

Till Richter, Niki Kilbertus

发表机构 * Technical University of Munich(慕尼黑技术大学) Helmholtz Munich(海德堡-慕尼黑医学中心)

专题命中 物理仿真 :混合符号-神经动力系统建模,用于科学仿真

AI总结 针对混合建模中神经部分可能重复学习符号结构导致模型冗余的问题,提出正交正则化方法OrthoReg,直接惩罚符号与神经组件间的重叠,实现互补分解,提升符号恢复和分布外行为。

详情
AI中文摘要

动力系统是建模自然世界的基础,然而建模过程中存在持续的权衡:手动指定的机械模型设计上可解释但通常过于简单且设定错误;相反,灵活的数据驱动神经方法缺乏物理洞察。混合建模旨在通过结合指定的或基于符号的物理组件与灵活的神经网络来兼顾两者优势。然而,一个关键挑战是神经组件可能重新学习机械部分,产生冗余且不可解释的模型,特别是当符号结构本身是从数据中发现时。基于标准$L^2$正则化的现有方法依赖于投影论证,但当符号组件通过稀疏发现学习时,该论证失效,允许神经增强与符号结构重叠。我们引入\textbf{OrthoReg}(正交正则化),直接惩罚符号与神经组件之间的重叠,防止符号结构被神经残差吸收。这产生互补分解:符号部分捕捉库能表达的内容,神经部分捕捉剩余内容。在存在部分库不匹配的基准动力系统上,OrthoReg改善了符号恢复和分布外行为。

英文摘要

Dynamical systems are fundamental to modeling the natural world, yet modeling them involves a persistent trade-off: manually prescribed mechanistic models are interpretable by design but often overly simplistic and misspecified; in contrast, flexible data-driven neural methods lack physical insight. Hybrid modeling aims for the best of both worlds by combining a prescribed or symbolic, physics-based component with a flexible neural network. A critical challenge, however, is that the neural component may relearn mechanistic parts, yielding redundant and uninterpretable models, especially when the symbolic structure itself is discovered from data. Existing methods based on standard $L^2$ regularization rely on a projection argument that breaks when the symbolic component is learned through sparse discovery, allowing the neural augmentation to overlap with symbolic structure. We introduce \textbf{OrthoReg} (Orthogonal Regularization), which directly penalizes overlap between the symbolic and neural components, preventing symbolic structure from being absorbed by the neural residual. This yields a complementary decomposition: the symbolic part captures what the library can express, and the neural part captures what remains. On benchmark dynamical systems with partial library mismatch, OrthoReg improves symbolic recovery and out-of-distribution behavior.

2606.19138 2026-06-18 cs.LG stat.ML 新提交 70%

INDEQS: Informed Neural controlled Differential EQuationS

INDEQS: 信息引导的神经控制微分方程

Michael Detzel, Gabriel Nobis, Kristiyan Blagov, Juri Schubert, Jackie Ma, Wojciech Samek

发表机构 * Fraunhofer Heinrich Hertz Institute(弗劳恩霍夫海因里希·赫兹研究所) Technische Universität Berlin(柏林技术大学)

专题命中 物理仿真 :神经控制微分方程用于时间序列预测,科学计算

AI总结 提出INDEQS,一种基于图的NCDE预测方法,通过在不同架构位置注入有向图先验知识,结合内外混合机制和自适应图卷积,在合成和真实任务中优于无信息NCDE。

详情
AI中文摘要

神经控制微分方程(NCDE)为时间序列预测提供了强大的连续时间框架,但标准的基于图的扩展通常纯粹从数据中学习空间结构,即使在已知有向图结构的情况下也是如此。我们引入了信息引导的神经控制微分方程(INDEQS),这是一种基于图的NCDE预测方法,在特定的架构位置融入有向图的先验知识。INDEQS将隐藏状态在图节点上的内部混合与向量场和控制之间的外部混合分开,并提供了一种轻量级的图约束变体和一种更具表现力的变体,通过自适应图卷积从数据中学习额外的图连接。为了系统研究图信息在预测中的有益时机,我们在有向图上设计了一个连续平流模拟,生成了具有已知真实流结构的合成时空数据集。然后,我们在两个实际任务上评估INDEQS:水文网络上的河流流量预测和PeMS08上的交通流预测。在这些合成和真实基准测试中,外部信息引导在参数数量相当的情况下,持续改善了无信息NCDE的平均绝对误差,尤其是在较大图上,而内部信息引导在需要严格遵循已知邻接时提供了一种更参数高效的替代方案。离散卷积和连续时间解码器的比较进一步表明,连续解码器在实际任务中提供了更好的准确性和更大的时间灵活性。INDEQS和平流模拟的实现可在以下网址获取:此 https URL。

英文摘要

Neural Controlled Differential Equations (NCDE) provide a powerful continuous-time framework for forecasting time series, but standard graph-based extensions typically learn spatial structure purely from data, even in settings where a directed graph structure is known a priori. We introduce Informed Neural controlled Differential EQuationS (INDEQS), a graph-based NCDE forecasting method that incorporates prior knowledge of a directed graph at distinct architectural positions. INDEQS separates inner mixing of hidden states across graph nodes from outer mixing between vector field and control, and offers both a lightweight graph-constrained variant and a more expressive variant, learning additional graph connections from data via adaptive graph convolutions. To systematically study when graph informedness is beneficial in forecasting, we devise a continuous advection simulation on directed graphs, yielding synthetic spatio-temporal datasets with known ground-truth flow structure. We then evaluate INDEQS on two real-world tasks: river discharge forecasting on a hydrological network and traffic flow prediction on PeMS08. Across these synthetic and real-world benchmarks, outer informedness consistently improves mean absolute error over an uninformed NCDE with comparable parameter count, particularly on larger graphs, while inner informedness offers a more parameter-efficient alternative when strict adherence to a known adjacency is desired. A comparison of discrete convolutional and continuous-time decoders further shows that continuous decoders yield better accuracy and greater temporal flexibility on real-world tasks. An implementation of INDEQS and the advection simulation is available at https://github.com/Mitchi1/indeqs.

2606.18882 2026-06-18 cs.LG cs.AI eess.SP 新提交 70%

Domain-Shift Aware Neural Networks for Unbalance Characterization in Rotating Systems

面向旋转系统不平衡表征的域偏移感知神经网络

Bernardo Feijó Junqueira, Claudio Kiyoshi Umezu, Bruno Bilhar Karaziack, Tomaz Junior, Daniel Alves Castello

发表机构 * Springer Nature

专题命中 物理仿真 :旋转系统不平衡估计,域偏移感知

AI总结 提出域偏移感知神经网络,通过最大均值差异策略对齐源域与目标域特征,解决变工况下旋转轴不平衡质量估计的回归问题,实验证明该方法在域偏移未知时显著提升预测精度。

详情
AI中文摘要

本文研究了域偏移感知神经网络在回归任务中的应用,旨在估计不同运行条件下旋转轴的不平衡质量。实验数据来自一个测试台,其中主轴上安装有带不平衡质量的法兰,在不同转速下驱动,同时可选择性地激活副轴以引入域差异。不平衡质量固定在径向距离上,使用三轴加速度计记录系统的动态响应。质量估计的逆问题在域自适应框架中提出,网络采用最大均值差异策略进行训练,以对齐源域和目标域的特征表示。结果表明,显式处理域偏移能有效提高预测精度,尤其是在系统的物理行为和域偏移来源不完全已知且超出训练条件的情况下。这些发现凸显了域偏移感知模型在结构健康监测回归任务中的潜力。

英文摘要

This work investigates the application of a domain-shift aware neural network for regression tasks aimed at estimating unbalance masses in rotating shafts under varying operating conditions. Experimental data were collected from a test rig in which a primary shaft, equipped with a flange carrying unbalanced masses, was driven at different rotational speeds, while a secondary shaft could be optionally activated to introduce domain discrepancy. The unbalance masses were positioned at a fixed radial distance, and the dynamic response of the system was recorded using triaxial accelerometers. The inverse problem of mass estimation is formulated within a domain adaptation framework, where the network is trained with a maximum mean discrepancy strategy to align feature representations across source and target distributions. The results demonstrate the effectiveness of explicitly addressing domain shift in improving prediction accuracy, especially when the system's physical behavior and sources of domain discrepancy are not fully known and fall outside the training conditions. These findings highlight the potential of domain-shift aware models for regression tasks in Structural Health Monitoring.

2606.18450 2026-06-18 math.AP math.DS physics.flu-dyn 新提交 70%

Flow kinematics for equatorial coupled surface and internal waves

赤道耦合表面波与内波的流动运动学

David Henry, Rossen Ivanov, Gabriele Villari

专题命中 物理仿真 :赤道耦合表面波与内波的运动学分析,属于地球物理流体动力学。

AI总结 研究两层不同密度流体中赤道耦合表面波与内波的传播,通过线性化方程得到色散关系,并分析非线性动力系统的相图和拉格朗日粒子轨迹。

Comments 24 pages, 9 figures, in journal special issue on Geophysical Fluid Flows

Journal ref Differential and Integral Equations, Volume 39, Numbers 7-8 (2026), 511--542

详情
AI中文摘要

我们研究了赤道耦合表面波与内波的传播。采用两层不同恒定密度的垂直分层流体模型。考虑科里奥利力,我们推导了线性化控制方程的显式解,该方程假设两层流体各自无旋运动,并进一步得到决定传播表面波和内波相速度的色散关系。我们证明了关于色散关系解的一个结果,这大大简化了后续对描述上层流体运动的非线性动力系统的分析。给出了两层流体中所有可能流线的相图,此外还得到了流体流动的拉格朗日描述,并确定了流体粒子的轨迹。

英文摘要

We study the propagation of coupled surface and internal equatorial internal waves. A model of two vertically stratified fluid layers with different constant densities is employed. Taking Coriolis forces into account, we derive explicit solutions to the linearized governing equations which assumes irrotational fluid motion in both layers separately, and further obtain the dispersion relation which determines the phase speeds of propagating surface and internal waves. We prove a result on solutions to the dispersion relations which greatly simplifies our subsequent analysis of the nonlinear dynamical systems which describe the motion of the fluid in the upper layer. Phase portraits for all possible streamlines in both fluid layers are presented, while furthermore a Lagrangian description of the fluid flow is obtained, and the particle trajectories of the fluid particles are determined.

2606.18443 2026-06-18 quant-ph physics.atom-ph 新提交 70%

Noncyclic geometric phase in three-level Ramsey interferometry for enhanced metrology

三能级拉姆齐干涉测量中的非循环几何相位用于增强计量学

Zhifan Zhou, Yaxin Li

专题命中 物理仿真 :三能级拉姆齐干涉仪中的几何相位增强计量学,属于量子物理。

AI总结 提出三能级拉姆齐干涉仪,利用非循环几何相位响应增强相位传感,通过投影内路径干涉改变相位映射,在测地线闭合转变附近实现小信号相位放大,并分析增益-可见度权衡及信噪比增益窗口。

详情
AI中文摘要

在标准的二能级拉姆齐干涉仪中,测量相位在询问时间内线性累积。这里,我们引入三能级拉姆齐干涉测量,利用非循环几何相位响应来增强相位传感,投影内路径干涉重塑了从累积信号相位到读出相位的映射。在测地线闭合转变附近,小的累积信号相位会产生急剧放大的读出相位偏移。我们量化了伴随的增益-可见度权衡,并确定了一个有限的工作窗口,在该窗口中,放大的响应在技术噪声限制条件下产生净信噪比增益。通过调整初始拉姆齐相位偏移,这个高斜率窗口可以定位在所需的工作点,并以更短的周期重复采样,为改进的投影稳定性提供几何捷径。更广泛地说,这些结果为量子平台中的增强相位灵敏度建立了一条多能级拉姆齐路径,其中两个信号收集内路径干涉产生非循环几何响应。

英文摘要

In a standard two-level Ramsey interferometer, the measured phase accumulates linearly during the interrogation time. Here, we introduce three-level Ramsey interferometry that employs a noncyclic geometric phase response to enhance phase sensing, with projected internal-path interference reshaping the mapping from accumulated signal phase to readout phase. Near a geodesic-closure transition, a small accumulated signal phase produces a sharply amplified readout-phase shift. We quantify the accompanying gain--visibility tradeoff and identify a finite operating window in which the amplified response yields a net signal-to-noise-ratio gain under technical-noise-limited conditions. By tuning an initial Ramsey phase offset, this high-slope window can be positioned at a desired operating point and sampled repeatedly with shorter cycles, providing a geometric shortcut to improved projected stability. More broadly, these results establish a multilevel Ramsey route to enhanced phase sensitivity in quantum platforms, where two signal-collecting internal paths interfere to produce a noncyclic geometric response.

2606.18408 2026-06-18 quant-ph physics.optics 新提交 70%

Characterization of nested Walsh parity-check filters in a single-photon eight-mode register on a cloud photonic processor

在云端光子处理器上的单光子八模寄存器中嵌套沃尔什奇偶校验滤波器的表征

Emma Tully, Jonathan Washburn, Megan Simons

专题命中 物理仿真 :光子处理器上的量子纠错滤波器实验,属于量子信息科学。

AI总结 在Quandela的Belenos云端光子处理器上,实验实现了基于单光子八模空间寄存器的嵌套沃尔什奇偶校验滤波器,验证了泄漏抑制和综合征路由,并量化了系统误差。

Comments 15 pages, 3 figures, 10 tables; ancillary data and code included

详情
AI中文摘要

我们在Quandela的Belenos云端光子处理器上,在单光子八模空间寄存器中表征了两个嵌套的沃尔什奇偶校验滤波器。这些模式由立方体$Q_3$的顶点索引。滤波器实现了经典的$[8,7,2]$单奇偶校验码、零和中性子空间$\mathcal{N}$以及$[8,4,4]$扩展汉明码,即具有一个直流和三个面奇偶综合征通道的奇偶校验子空间$\mathcal{S}\subset\mathcal{N}$。这些是经典码的第一量子化路径/模式编码:实验验证了泄漏抑制和综合征路由,而非纠错或抗光子损失,所有概率均以事后选择的单光子探测为条件。在超过340,000次探测中,中性输入显示出残留的直流端口泄漏为$0.02\\%$-$1.1\\%$(平均$0.6\\%$),相对于理想的$0.125$直流捕获基线,抑制比约为$21\times$,相对于测量的非中性控制,抑制比为$31.6\times$。注入的直流污染产生单调的软错误信号,三个面奇偶综合征通道以$94$-$99\\%$的选择性路由到其预测端口。一个保持扇区的幺正核心在1到3次应用中使泄漏远低于非中性控制,差异主要由校准和编译系统学而非门周期物理决定。我们量化了这些限制,包括固定模式分离器偏差、$\pm 0.02$校准偏移以及接近$10^{-3}$泄漏水平的编译散射,并报告了一次Hong-Ou-Mandel退化事件,其中抑制消失并在重新校准后恢复。

英文摘要

We characterize two nested Walsh parity-check filters implemented on Quandela's Belenos cloud photonic processor in a single-photon eight-mode spatial register. The modes are indexed by the vertices of the cube $Q_3$. The filters realize the classical $[8,7,2]$ single-parity-check code, the zero-sum neutral subspace $\mathcal{N}$ and the $[8,4,4]$ extended Hamming code, the parity-checked subspace $\mathcal{S}\subset\mathcal{N}$ with one DC and three face-parity syndrome channels. These are first-quantized path/mode encodings of classical codes: the experiment verifies leakage suppression and syndrome routing, not error correction or protection against photon loss, and all probabilities are conditional on postselected single-photon detections. Across more than 340,000 detections, neutral inputs show residual DC-port leakage of $0.02\%$-$1.1\%$ (mean $0.6\%$), corresponding to $\approx21\times$ suppression relative to the ideal $0.125$ DC-capture baseline and $31.6\times$ relative to the measured non-neutral control. Injected DC contamination gives a monotonic soft error signal, and the three face-parity syndrome channels route to their predicted ports with $94$-$99\%$ selectivity. A sector-preserving unitary core keeps leakage far below non-neutral controls over one to three applications, with differences dominated by calibration and compilation systematics rather than gate-cycle physics. We quantify these limits, including fixed-pattern separator bias, $\pm 0.02$ calibration offsets, and compilation scatter near the $10^{-3}$ leakage level, and report a Hong-Ou-Mandel degradation episode in which suppression vanished and recovered after recalibration.

2606.18358 2026-06-18 quant-ph physics.optics 新提交 70%

All Reflective Field-widened Unbalanced Interferometer for Quantum Sensing and Communication Applications

全反射式宽视场非平衡干涉仪用于量子传感与通信应用

Ramy Tannous, Dogan Sinar, Tabitha D. Arulpragasam, Thomas Jennewein

专题命中 物理仿真 :宽视场干涉仪用于量子传感与通信,属于量子光学。

AI总结 提出一种仅由反射面实现的宽视场干涉仪,通过球面凹镜与平面镜构成的腔成像系统,对空间多模光束实现高可见度干涉,适用于湍流信道中的时间箱编码量子系统。

Comments 12 pages, 5 figures

详情
AI中文摘要

在自由空间光信道上对时间箱编码信号进行干涉通常需要接收端进行严格的模式滤波,以应对大气湍流引起的波前畸变,传统上通过自适应光学解决。基于宽视场干涉仪的无源多模接收器提供了一种引人注目的替代方案,无需波前校正即可实现直接干涉。我们展示了一种仅由反射面实现的宽视场干涉仪设计,对空间多模光束实现了高干涉可见度(大于0.97)。多模光束的干涉由两个成像系统实现,该系统由球面凹镜和平面镜之间的腔结构组成。该配置具有小尺寸、固有消色差特性,并基于标准球面镜,降低了系统复杂性。该干涉仪适用于空间多模和湍流光信道(如卫星通信),并专为使用时间箱编码量子比特的量子系统设计。

英文摘要

Interference of time-bin encoded signals over free-space optical channels typically requires stringent mode filtering on receivers due to wavefront distortions from atmospheric turbulence, conventionally addressed with adaptive optics. Passive multimode receivers based on field-widened interferometers present a compelling alternative, enabling direct interference without the overhead of wavefront correction. We demonstrate a field-widened interferometer design that is implemented solely with reflective surfaces and achieves a high interference visibility (greater than 0.97) for spatially multimode beams. The interference of the multimode beams is enabled by two imaging systems that consist of a cavity configuration between a spherical concave mirror and a flat mirror. The configuration enables small form-factors, is inherently achromatic, and is based on standard spherical mirrors which reduces the complexity of the system. The interferometer is applicable for spatially multimode and turbulent optical channels, such as satellite communication, and is designed for quantum systems that use time-bin encoded qubits.

2606.19304 2026-06-18 physics.ins-det 新提交 70%

Design and Commissioning of a Deuterium-Tritium Gas Delivery System for Muon Catalyzed Fusion in a Diamond Anvil Cell

用于金刚石对顶砧中μ子催化聚变的氘氚气体输送系统的设计与调试

Elena Koukina, Cody Fagan, Christopher Robert Shmayda, Jonathan D Kalow, Demetrious M Harrington, George Harris, Kaylee McCormack, Munin Mundt, Kevin Lau, Dominik Zajac, Michael W. Koch, Sofia Varner, Alexander Golossanov, Stephen Bull, Robert Buxbaum, Walter Stadolnik, Joseph A Allen, Jose Betances, Nicholas Brennan, Rachel M Chaney, William Reuel Cutler, Jonathan Davies, Chad Forrest, Parth Gandhi, John Thomas Hinchen, Carol Johnstone, Katy Kem, Musheera Khandaker, Mandy Kiburg, Isaac Kiniti, Aaron D Knaian, Linda Knaian, Nate James Lewkowicz MacFadden, Daniel Mayer, Patrick C McDaniel, Evan D Niner, Karl Payne, Claude Petitjean, Robert Ridgway, Matt Russell, Anuj Sampat, Jeffrey Simon, Ira Spool, Ana Tejeda, Aldo Antognini, Kevin Lynch, Seth Newburg, Walter T Shmayda, Ara N Knaian

专题命中 物理仿真 :μ子催化聚变实验的氘氚气体输送系统设计,属于核物理。

AI总结 设计并调试了用于金刚石对顶砧μ子催化聚变实验的DD和DT气体输送系统,实现了高压低温下DT燃料的装载与安全操作,通过原位拉曼光谱验证了靶成分。

详情
AI中文摘要

我们报告了为μ子催化聚变(muCF)金刚石对顶砧(DAC)束靶装载而开发的氘-氘(DD)和氘-氚(DT)气体输送系统的设计、调试和运行。DAC方法使DT燃料能够在超过液密两倍的压力下压缩至GPa级,并从低温加热至500 K,从而为muCF动力学和产额测量开辟了大幅扩展的参数范围。在该方法中,DT被低温冷凝成液体于小室中,然后通过氦驱动气动膜片在DAC中压缩,在毫米级DT样品体积内实现高压。设计了DD气体输送系统,用于验证实验装置、测量填充所需气体量、积累操作经验以及收集DD靶的动力学和产额数据。DT气体输送系统增加了针对氚的特殊功能,用于库存最小化、二次包容和活性监测。DT系统集成了贫铀储存床和用于增压及低温泵送的液氦低温冷凝器。通过快速响应的钯渗透器提供高纯度输送。系统置于氦气氛手套箱中,保持负压并持续净化。我们介绍了工艺和仪表设计、故障模式与影响分析(FMEA)以及实验原位拉曼光谱仪的数据,该光谱仪通过光学透明的金刚石对顶砧直接确认靶装载和成分。2024年和2025年的DT实验实现了可重复的靶填充和操作,未检测到可测量的氚释放至烟囱,证明了在muCF研究的新型密度-温度条件下安全、高纯度的DT装载。

英文摘要

We report the design, commissioning, and operation of deuterium-deuterium (DD) and deuterium-tritium (DT) gas delivery systems developed to load a diamond anvil cell (DAC) beam target for muon-catalyzed fusion (muCF). The DAC approach enables DT fuel to be compressed to GPa pressures at more than twice the liquid density and heated from cryogenic temperatures through 500 K, opening access to a substantially expanded parameter range for muCF kinetics and yield measurements. In this approach, DT is cryo-condensed to a liquid in a minichamber and then compressed in the DAC using a helium-driven pneumatic membrane, achieving high pressures in a millimeter-scale DT sample volume. A DD gas delivery system was designed and used to validate the experimental apparatus, measure the gas quantities needed for filling, develop operational experience, and collect kinetics and yield data with DD targets. The DT gas delivery system adds tritium-specific capabilities for inventory minimization, secondary containment, and activity monitoring. The DT system integrates depleted uranium storage beds and a liquid helium cryogenic condenser used for pressure building and cryopumping. High-purity delivery is provided by a rapid-response palladium permeator. The system is housed in a helium-atmosphere glovebox held at negative pressure with continuous cleanup. We present the process and instrumentation design, a failure modes and effects analysis (FMEA), and data from the experiment's in situ Raman spectrometer, which provides direct confirmation of target loading and composition through the optically clear diamond anvils. The 2024 and 2025 DT campaigns achieved repeatable target fills and operation with no measurable tritium releases to the stack, demonstrating safe, high-purity DT loading at novel density-temperature conditions for muCF studies.

2606.19287 2026-06-18 physics.atom-ph 新提交 70%

Suppression of ionization stabilization in a driven Morse-Soft-Coulomb system

驱动Morse-Soft-Coulomb系统中电离稳定的抑制

Murilo D. Forlevesi, Emanuel Fernandes de Lima, Gabriel Albertin Amici

专题命中 物理仿真 :强场驱动下原子电离稳定性的抑制机制,属于原子物理。

AI总结 研究在Morse-Soft-Coulomb模型中,引入Morse势垒如何抑制Soft-Coulomb模型中的电离稳定窗口,通过分析电离概率、逃逸时间图和Kramers-Henneberger有效势揭示机制。

Comments 18 pages, 16 figures

详情
AI中文摘要

电离稳定是强驱动Soft-Coulomb原子模型中众所周知的现象,其中电离概率随场振幅增加而降低。在这项工作中,我们研究了通过向束缚势中引入排斥性Morse势垒形成Morse-Soft-Coulomb (MsC) 模型时,这一机制如何受到影响。针对不同的软化参数值,对Soft-Coulomb和Morse-Soft-Coulomb系统进行了系统比较。电离概率、在无场能量壳上计算的逃逸时间图以及代表性轨迹表明,在Soft-Coulomb模型中观察到的稳定窗口在Morse-Soft-Coulomb系统中被强烈抑制。为了阐明这一行为的起源,我们分析了相应的Kramers-Henneberger有效势。虽然Soft-Coulomb模型发展出一个对称的双阱结构,支持两个等效的俘获区域,但Morse-Soft-Coulomb势由于Morse分支引入的左右对称性破缺,表现出单一的有效最小值。电离概率、逃逸动力学、代表性轨迹和Kramers-Henneberger势的综合分析表明,稳定的抑制与Morse引起的相空间输运结构的改变和有效俘获区域的减少密切相关。

英文摘要

Ionization stabilization is a well-known phenomenon in strongly driven Soft-Coulomb atomic models, where the ionization probability decrease as the field amplitude increases. In this work, we investigate how this mechanism is affected by introducing a repulsive Morse barrier into the binding potential, leading to a Morse-Soft-Coulomb (MsC) model. A systematic comparison between the Soft-Coulomb and Morse-Soft-Coulomb systems is performed for different values of the softening parameter. Ionization probabilities, escape-time maps computed on the field-free energy shell and representative trajectories reveal that the stabilization window observed in the Soft-Coulomb model is strongly suppressed in the Morse-Soft-Coulomb system. To elucidate the origin of this behavior, we analyze the corresponding Kramers-Henneberger effective potentials. While the Soft-Coulomb model develops a symmetric double-well structure supporting two equivalent trapping regions, the Morse-Soft-Coulomb potential exhibits a single effective minimum as a consequence of the broken left-right symmetry introduced by the Morse branch. The combined analysis of ionization probabilities, escape dynamics, representative trajectories, and Kramers-Henneberger potentials indicates that the suppression of stabilization is closely associated with the modification of the phase-space transport structures and the reduction of the effective trapping region induced by the Morse

2606.19261 2026-06-18 physics.plasm-ph 新提交 70%

Bivariate incomplete-Bessel kernels for the first nonlinear Vlasov-Maxwell response

双变量不完全贝塞尔核用于第一非线性Vlasov-Maxwell响应

Roberto Ricci

专题命中 物理仿真 :磁化等离子体非线性响应的数学框架,属于等离子体物理。

AI总结 提出双变量不完全贝塞尔函数$G_{\mu,\nu}^{(r)}(z,\psi;w,\chi)$,用于统一表达均匀磁化等离子体的弱非线性响应,避免传统双谐波展开中的长级数和嵌套共振分母。

Comments Under consideration for publication in J. Plasma Phys

详情
AI中文摘要

均匀磁化等离子体的弱非线性响应通常写作双回旋谐波展开。这种表示是显式的,但重复使用Jacobi-Anger展开会产生贝塞尔函数的长级数和嵌套共振分母。在线性问题中,我们最近通过保持拉莫尔相位不展开,并利用新引入的不完全贝塞尔函数$G_\mu(z,\psi)$计算特征积分,获得了另一种公式。在本文中,我们将相同思想直接应用于第一非线性Vlasov-Maxwell方程。非线性源包含内模的线性响应。当该线性响应以不完全贝塞尔形式写出时,外部特征积分产生双变量轨道预解式$G_{\mu,\nu}^{(r)}(z,\psi;w,\chi)$。因此,该函数作为第一非线性特征问题生成的自然轨道积分出现。我们利用这些双变量函数推导非线性分布函数,收集电流投影所需的恒等式,通过展开恢复经典双谐波Liu-Tripathi公式的推广,并指出如何从双变量角度收缩获得非线性磁化率张量。

英文摘要

The weakly nonlinear response of a homogeneous magnetised plasma is usually written as a double cyclotron-harmonic expansion. This representation is explicit, but the repeated use of the Jacobi-Anger expansion produces long sums of Bessel functions and nested resonance denominators. In the linear problem we recently obtained an alternative formulation by keeping the Larmor phase unexpanded and by evaluating the characteristic integral in terms of the newly introduced incomplete-Bessel function $G_μ(z,ψ)$. In this article we apply the same idea directly to the first nonlinear Vlasov-Maxwell equation. The nonlinear source contains the linear response of an inner mode. When this linear response is written in incomplete-Bessel form, the outer characteristic integral produces a bivariate orbit-resolvent $G_{μ,ν}^{(r)}(z,ψ;w,χ)$. This function emerges therefore as the natural orbit integral generated by the first nonlinear characteristic problem. We derive the nonlinear distribution function in terms of these bivariate functions, collect the identities needed for the current projection, recover an extension of the classical double-harmonic Liu-Tripathi formula by expansion, and indicate how the nonlinear susceptibility tensor is obtained from bivariate angular contractions.

2606.19238 2026-06-18 physics.med-ph 新提交 70%

Introduction to Quantum Ophthalmology

量子眼科学导论

Mukhit Kulmaganbetov, Dmitry Pushin, Taranjit Singh, Pinki Chahal, David Cory, Iman Salehi, Andrew Silva, Ben Thompson, Dusan Sarenac

专题命中 物理仿真 :量子技术在眼科学中的应用综述,属于生物医学光学。

AI总结 本文探讨量子技术在眼科学中的四种应用方向:光子受限视网膜成像、关联成像、纳米光学探针和量子极限视觉感知,展示了量子方法在提升成像质量和研究视觉功能方面的潜力。

详情
AI中文摘要

量子技术正在多个研究领域迅速发展,对生物医学成像和传感的影响日益增大。我们通过四个互补方向考察其在眼科学中的新兴作用:光子受限视网膜成像、基于关联的成像、纳米光学探针和量子极限视觉感知。光学相干断层扫描和单光子探测的进步使得在严格光子预算限制下成像成为可能,在保持图像质量的同时减少光毒性。基于关联的方法(包括鬼成像)为低光和散射环境下的图像形成提供了替代策略,尽管实际实施仍受限于检测效率和采集时间。同时,纳米级光学平台(如量子点)提供了可调谐且光稳定的探针,用于增强对比度和靶向递送,但生物相容性和临床转化仍面临挑战。最后,单光子水平和结构光场实验表明,视觉系统本身在接近物理检测极限下运行,并可通过受控光学状态进行探测。尽管这些方法大多仍处于早期阶段,但它们共同展示了量子及量子启发方法如何增强当前的眼科成像和诊断技术,同时为在明确物理约束下研究视觉功能提供新工具。

英文摘要

Quantum technologies are rapidly advancing across multiple research domains, with a growing impact on biomedical imaging and sensing. We examine their emerging role in ophthalmology through four complementary directions: photon-limited retinal imaging, correlation based imaging, nanoscale optical probes, and quantum-limited visual perception. Advances in optical coherence tomography and single-photon detection enable imaging under strict photon budget constraints, reducing phototoxicity while preserving image quality. Correlation-based approaches, including ghost imaging, offer alternative strategies for image formation in low-light and scattering environments, although practical implementation remains limited by detection efficiency and acquisition time. In parallel, nanoscale optical platforms such as quantum dots provide tunable and photostable probes for enhanced contrast and targeted delivery, with ongoing challenges related to biocompatibility and clinical translation. Finally, experiments at the single-photon level and with structured light fields demonstrate how the visual system itself operates near physical detection limits and can be probed using controlled optical states. While many of these approaches remain at an early stage, they collectively illustrate how quantum and quantum-inspired methods may augment current ophthalmic imaging and diagnostic technologies while providing new tools for studying visual function under well-defined physical constraints.

2606.19165 2026-06-18 physics.optics 新提交 70%

High-speed electrically driven liquid-crystal compact optical skyrmion encoder

高速电驱动液晶紧凑型光学斯格明子编码器

Yu-Ping Tang, Zhenyu Guo, Ze-Yu Wang, Le Yu, Long-Yang Wang, Nilo Mata-Cervera, Yu Wang, Ning Wang, Yijie Shen, Ling-Ling Ma, Yan-Qing Lu

专题命中 物理仿真 :高速电驱动液晶光学斯格明子编码器,属于光学物理。

AI总结 提出基于图案化液晶自旋轨道器件的高速可切换光学斯格明子发生器,通过电压调控液晶延迟实现斯格明子态与非斯格明子态的可逆切换,响应时间达毫秒级,循环速率约403 Hz,并展示了图像编码解码应用。

Comments 15 pages, 5 figures

详情
AI中文摘要

光学斯格明子具有拓扑偏振纹理,能在外部扰动下保持拓扑鲁棒性,使其成为抗干扰光学信息传输的有前景载体。然而,现有光学斯格明子生成方案大多依赖静态光学元件或固定纳米结构,难以实现拓扑态的高速动态切换。这里,我们提出一种基于图案化液晶自旋轨道器件的高速可切换光学斯格明子发生器。该器件利用液晶的面内取向来印刻固定的Pancharatnam-Berry几何相位,同时施加电压快速调节液晶延迟,实现斯格明子态与非斯格明子态的可逆切换。实验结果表明,该器件具有毫秒级电响应,双向响应时间分别为1.76 ms和0.72 ms,对应理想循环速率约403 Hz,使其成为迄今为止最快的可切换光学斯格明子发生器。此外,通过利用这种快速拓扑刷新能力,我们演示了图像编码和解码,为高速、可刷新、抗干扰的拓扑光学信息传输提供了新的液晶器件平台。

英文摘要

Optical skyrmions possess topological polarization textures that can maintain topological robustness under external perturbations, making them promising carriers for disturbance-resistant optical information transmission. However, existing optical skyrmion generation schemes mostly rely on static optical elements or fixed nanostructures, making high-speed dynamic switching of the topological state difficult. Here, we propose a high-speed switchable optical skyrmion generator based on a patterned liquid-crystal spin-orbit device. The device employs the in-plane orientation of liquid crystals to imprint a fixed Pancharatnam-Berry geometric phase, while an applied voltage rapidly tunes the liquid-crystal retardance, enabling reversible switching between skyrmion and non-skyrmion states. Experimental results show that the device exhibits millisecond electrical response, with bidirectional response times of 1.76 ms and 0.72 ms, corresponding to an ideal cycling rate of approximately 403 Hz, making it the fastest switchable optical skyrmion generator to date. Furthermore, by exploiting this rapid topological refreshing capability, we demonstrate image encoding and decoding, providing a new liquid-crystal device platform for high-speed, refreshable, and disturbance-resistant topological optical information transmission.

2606.19114 2026-06-18 physics.optics 新提交 70%

Extreme mid-infrared field enhancement and anapoles in high-index plasmonic metamaterials

高折射率等离激元超材料中的极端中红外场增强与anapole

Zoltan Sztranyovszky, Nicolas Spiesshofer, Caleb Todd, Rakesh Arul, Yeeun Roh, Rohit Chikkaraddy, Jeremy J. Baumberg, Angela Demetriadou

专题命中 物理仿真 :高折射率等离激元超材料中的场增强与anapole,属于光学物理。

AI总结 本文基于金纳米颗粒自组装超材料,实现中红外波段有效折射率超过15且间隙场增强两个数量级,并通过设计支持anapole的紧凑超材料器件进一步增强纳米间隙场,使量子发射器的受激辐射响应增强三个数量级。

详情
AI中文摘要

高折射率材料支撑着广泛的光学技术,包括通信、成像、激光器和集成光子学系统。在这里,我们展示了一种基于金纳米颗粒聚集体的自组装超材料平台,其纳米尺度间隙在中红外波段表现出超过15的极高有效折射率,同时产生至少两个数量级的间隙场增强。这种高折射率和极端场增强的结合实现了异常强的光-物质相互作用。我们通过设计一个紧凑的高折射率超材料器件来演示这一点,该器件支持anapole,进一步增强了纳米间隙场。通过将具有太赫兹跃迁的量子发射器放置在等离激元间隙内,我们展示了受激辐射响应增强了至少三个数量级,突显了在非线性光学、频率上转换和振动强耦合中的应用。

英文摘要

High-refractive-index materials underpin a wide range of optical technologies, including communications, imaging, lasers, and integrated photonic systems. Here, we demonstrate a self-assembled metamaterial platform based on gold nanoparticle aggregates with nanometer-scale gaps exhibit remarkably high effective refractive indices exceeding 15 in the mid-infrared regime, while simultaneously producing gap-field enhancements of at least two-orders of magnitude. This combination of high refractive index and extreme field enhancement enables exceptionally strong light-matter interactions. We demonstrate this by designing a compact high-index metamaterial device supporting an anapole, which further enhances the nanogap field. By placing quantum emitters with terahertz transitions inside the plasmonic gaps, we show a stimulated-emission response enhanced by at least three orders of magnitude, highlighting applications in non-linear optics, frequency up-conversion and vibrational strong coupling.

2606.19018 2026-06-18 physics.flu-dyn math.AP 新提交 70%

Global branches of Stokes waves of variable period on stratified fluids

分层流体上变周期Stokes波的全局分支

Vladimir Kozlov

专题命中 物理仿真 :分层流体中Stokes波的全局分支分析,属于流体力学。

AI总结 研究二维通道中分层稳态水波,考虑从层流分岔的Stokes波分支,以波周期为参数,提出新密度和Bernoulli函数类,使层流产生全局分岔分支,且分岔周期可任意大。

详情
AI中文摘要

我们考虑二维通道中的分层稳态水波。研究对象是从层流分岔的Stokes波分支。假设质量通量和Bernoulli常数固定,并将波的周期视为参数,其值可沿分支变化。提出了一类新的密度和Bernoulli函数,使得层流产生全局分岔分支。层流不一定是单向的,我们证明分岔分支可以从具有任意大周期的层流分岔出来。

英文摘要

We consider stratified steady water waves in a two dimensional channel. Our subject is branches of Stokes waves, bifurcating from laminar flows. We assume that the mass flux and the Bernoulli constant are fixed and consider the period of the wave as a parameter, which can change its value along the branch. A new class of density and Bernoulli functions is presented, for which laminar flows generate global bifurcation branches. The laminar flows are not necessary unidirectional and we show that the bifurcation branch can bifurcate from the laminar flow with arbitrary large period.

2606.18995 2026-06-18 physics.flu-dyn 新提交 70%

Intermittency in Shell Models of Turbulent Cascades: from Single-Branch to Multi-Branch

湍流级联壳模型中的间歇性:从单分支到多分支

Flavio Tuteri, Sergio Chibbaro, Alexandros Alexakis

专题命中 物理仿真 :湍流级联壳模型中的间歇性研究,属于流体力学。

AI总结 通过多分支壳模型研究湍流间歇性,发现分支结构增强了间歇性,并建议简化描述需保留非线性动力学和几何组织。

详情
AI中文摘要

间歇性是湍流传输的核心特征之一:多尺度能量级联由罕见且强烈的涨落介导。我们在一个多分支壳模型中研究了这一现象,该模型将准局部三对角非线性相互作用与模拟小尺度自由度增长的分支结构相结合。与标准Sabra模型的比较表明,分支增强了间歇性,这由能量通量结构函数的异常标度指数测量。我们进一步使用乘数统计和大偏差估计来表征级联的乘性本质。我们的结果表明,湍流间歇性的简化描述应同时保留非线性动力学和几何组织。讨论了对Navier-Stokes湍流的启示。

英文摘要

Intermittency is one of the central features of turbulent transfer: the multi-scale energy cascade is mediated by rare and intense fluctuations. We investigate this phenomenon in a multi-branch shell model, which combines quasi-local triadic nonlinear interactions with a branching structure that mimics the growth of degrees of freedom toward small scales. Comparison with the standard Sabra model shows that branching enhances intermittency, as measured by anomalous scaling exponents of energy-flux structure functions. We further use multiplier statistics and large deviation estimates to characterize the multiplicative nature of the cascade. Our results suggest that reduced descriptions of turbulent intermittency should retain both nonlinear dynamics and geometrical organization. Implications on Navier-Stokes turbulence are discussed.

2606.18568 2026-06-18 nlin.CD math.OC 新提交 70%

Comparing Deterministic and Stochastic Parameter Recovery Algorithms Applied to Chaotic Systems

比较应用于混沌系统的确定性和随机参数恢复算法

Ashley Wang, Elizabeth Carlson, Franca Hoffmann

专题命中 物理仿真 :比较混沌系统参数恢复算法,属于物理仿真

AI总结 针对混沌系统含噪数据,比较确定性与随机参数恢复算法,发现确定性算法在精度、稳定性和计算效率上更优。

Comments 43 pages, 18 figures

详情
AI中文摘要

本文探讨了在混沌系统含噪数据下,多种新型确定性和传统随机数据同化(DA)及参数恢复(PR)算法的有效性。我们使用半解析方法从Lorenz '63和多尺度Lorenz '96混沌动力系统数值构建合成数据,并添加白噪声。我们的发现表明,对于不同的噪声水平,确定性PR算法与确定性DA算法结合在计算上整体比随机PR算法更准确和稳定。此外,确定性PR方法表现出更快的速度和更高的效率,所需的计算能力低于随机PR方法。这表明未来的工作应考虑探索确定性PR算法在噪声环境中的全部潜力。

英文摘要

This paper explores the effectiveness of various novel deterministic and traditional stochastic data assimilation (DA) and parameter recovery (PR) algorithms given noisy data from chaotic systems. We use semi-analytic methods to numerically construct synthetic data from the Lorenz '63 and multiscale Lorenz '96 chaotic dynamical systems, adding white noise. Our findings show that, for different noise levels, deterministic PR algorithms paired with deterministic DA algorithms are shown computationally to be overall more accurate and stable than stochastic PR algorithms. Additionally, deterministic PR methods have demonstrated greater speed and efficiency, requiring less computational power than stochastic PR methods. This suggests that future work should consider exploring the full potential of deterministic PR algorithms in the presence of noise.

2606.18618 2026-06-18 physics.flu-dyn math-ph math.MP 新提交 70%

A Note on the Matched Asymptotic Structure of Weak Shock Reflection at Nearly Glancing Incidence

关于弱激波在近掠入射时的匹配渐近结构的一个注记

Justin Kin Jun Hew

专题命中 物理仿真 :弱激波反射匹配渐近分析,流体动力学

AI总结 研究弱激波在弱强度和近掠入射联合极限下从刚性壁反射的问题,通过非定常跨声速小扰动方程建立规范模型,推导出脱体参数与物理标度阈值,并验证了数值求解器的准确性。

Comments 17 pages, 8 figures

详情
AI中文摘要

我们研究了弱激波在弱强度和近掠入射联合极限下从刚性壁反射的问题。在区分标度 (M=1+\lambda\alpha^2) 下,其中 (M) 是入射激波马赫数,(\alpha) 是掠射角,内部反射区域由非定常跨声速小扰动 (UTSD) 方程控制。相应的规范激波反射问题由单一参数 [a=\frac{\alpha}{\sqrt{2(M^2-1)}}=\frac{1}{2\sqrt{\lambda}}+O(\alpha^2)] 控制,因此极限内部参数 (a_0=1/(2\sqrt{\lambda})) 与 (\gamma) 无关。因此,脱体值 (a_d=\sqrt2) 映射到物理标度阈值 (\lambda_d=1/8),对于 (\lambda>1/8) 出现 Guderley-Mach 反射。物理轨迹角由规范 UTSD 轨迹函数 (g(a)) 通过马赫数强度标度 [\chi_{\rm phys}\sqrt{2(M^2-1)},g(a)+O(M^2-1) 2\sqrt{\lambda},\alpha,g(a_0)+O(\alpha^3)] 得到。我们推导了自相似 UTSD 约化、声速抛物线、UTSD 激波极线及其正则反射三次曲线,直接恢复了 (a_d=\sqrt2)。我们还给出了定义首次修正 (H(a;\gamma)) 的局部线性化和形式伴随可解性条件,但未给出计算的修正曲线。最后,针对完整的首阶规范 UTSD 系统的时间推进求解器与 Hunter-Tesdall (a_0=0.5) 三叉点进行了基准测试:一旦保留马赫杆后的横向压缩 (u>1),计算的 (u=0.5) 等值线经过 ((\xi,\eta)=(1.007,0.514)),与已发表的 ((1.008,0.514)) 相比一致。

英文摘要

We study the reflection of a weak planar shock from a rigid wall in the joint limit of weak shock strength and nearly glancing incidence. In the distinguished scaling (M=1+λα^2), where (M) is the incident-shock Mach number and (α) is the glancing angle, the inner reflection region is governed by the unsteady transonic small-disturbance (UTSD) equation. The corresponding canonical shock-reflection problem is controlled by the single parameter[a=\fracα{\sqrt{2(M^2-1)}}=\frac{1}{2\sqrtλ}+O(α^2),]so the limiting inner parameter (a_0=1/(2\sqrtλ)) is independent of (γ). Consequently, the detachment value (a_d=\sqrt2) maps to the physical scaling threshold (λ_d=1/8), with Guderley--Mach reflection for (λ>1/8). The physical trajectory angle is obtained from the canonical UTSD trajectory function (g(a)) by the Mach-number strength scale[χ_{\rm phys}\sqrt{2(M^2-1)},g(a)+O(M^2-1) 2\sqrtλ,α,g(a_0)+O(α^3).]We derive the self-similar UTSD reduction, the sonic parabola, the UTSD shock polar and its regular-reflection cubic, recovering (a_d=\sqrt2) directly. We also give the local linearisation and formal adjoint solvability condition defining the first correction (H(a;γ)), without claiming a computed correction curve. Finally, a time-marching solver for the full leading-order canonical UTSD system is benchmarked against the Hunter--Tesdall (a_0=0.5) triple point: once transverse compression (u>1) behind the Mach stem is retained, the computed (u=0.5) contour passes through ((ξ,η)=(1.007,0.514)), compared with the published ((1.008,0.514)).

2606.18359 2026-06-18 math.DS math-ph math.MP 新提交 70%

Time and Frequency domain analysis of Love waves generated by Gaussian, Ricker and double couple seismic sources in a memory dependent fractured poroviscoelastic layer on a heterogeneous viscoelastic half-space

记忆依赖型裂隙孔隙粘弹性层与不均匀粘弹性半空间上Love波的高斯、Ricker和双力偶震源时频域分析

Anisha Kumari, Subhajyoti Sarkar, Santimoy Kundu

专题命中 物理仿真 :Love波时频域分析,地震波传播

AI总结 建立理论模型分析分层裂隙孔隙粘弹性介质中Love波的传播特性,采用分数阶导数描述记忆依赖行为,考虑高斯、Ricker和双力偶三种分布震源,通过傅里叶变换和格林函数得到复色散关系,数值模拟揭示非均匀性、分数阶粘弹性和孔隙度对波传播的影响。

Comments 44 pages

详情
AI中文摘要

本研究发展了一个详细的理论和数学公式,用于分析分层裂隙孔隙粘弹性介质中Love波在时域和频域的传播特性。顶部地层被建模为裂隙孔隙粘弹性材料,而下半无限区域表现出非均匀性,并从界面附近的粘弹性行为逐渐过渡到更深处纯弹性响应。采用分数阶本构关系,利用Riemann-Liouville分数阶导数捕捉介质的记忆依赖力学行为。考虑了三种分布震源模型:高斯、Ricker和双力偶震源。据我们所知,这些分布震源在当前框架内的数学公式在以往研究中尚未建立,以往激励通常采用理想点源模型。通过应用傅里叶变换技术和格林函数方法,得到了复杂的色散关系。由于得到的色散方程产生复根,采用混合牛顿-拉夫森迭代算法高效计算这些根。生成合成地震图以验证所得解在物理上一致且有意义。然后进行数值模拟,研究非均匀性、分数阶粘弹性和孔隙度对波传播特性的影响,从而识别对系统响应影响最显著的参数。此外,为了考察传播波的结构影响,采用单自由度(SDOF)振荡器模型评估不同类型震源对应的地表响应。

英文摘要

The present study develops a detailed theoretical and mathematical formulation to analyze the time and frequency domain propagation characteristics of Love waves in a stratified fractured poroviscoelastic continuum.The top stratum is modeled as a fractured poroviscoelastic material,whereas the lower semi infinite region exhibits heterogeneity and a gradual transition from viscoelastic behavior near the interface to purely elastic response at greater depths.Fractional order constitutive relations are incorporated to capture the memory-dependent mechanical behavior of the medium using Riemann Liouville fractional derivatives. Three distributed source models, namely Gaussian, Ricker and double-couple sources, are considered. To the best of our knowledge, the mathematical formulation of these distributed sources within the present framework has not been established in earlier studies, where the excitation is typically modeled using an idealized point source. By applying Fourier transform techniques in conjunction with Greens function methodology, the complex dispersion relation is obtained. Since the resulting dispersion equation yields complex roots, a hybrid Newton Raphson iterative algorithm is employedto compute these roots efficiently. Synthetic seismograms are generated to verify that the obtained solutions remain physically consistent and meaningful. Numerical simulations are then performed to investigate the effects of heterogeneity, fractional viscoelasticity and porosity on wave propagation characteristics, thereby identifying the parameters that exert the most significant influence on the system response. Furthermore, to examine the structural implications of the propagated waves, a single degree of freedom SDOF oscillator model is employed to evaluate the surface response corresponding to different types of seismic sources.

2606.18635 2026-06-18 math-ph math.MP 新提交 70%

Non-Perturbative Closure of the 3D $ϕ^4$ Field Theory via Operator-Valued Stroh Formalism and Barnett-Lothe Invariants

三维 $\phi^4$ 场论的非微扰闭合:基于算子值 Stroh 形式与 Barnett-Lothe 不变量

Yu-Xin Xie

专题命中 物理仿真 :phi^4场论非微扰闭合,量子场论

AI总结 通过将三维 $\phi^4$ 场论映射到无穷维辛代数上的矩阵算子演化,推广 Stroh 形式和 Barnett-Lothe 不变量,建立非微扰闭合框架,并推导出辛自举主谱积分方程,得到非微扰反常维数 $\eta \approx 0.0363$。

Comments 8 pages

详情
AI中文摘要

我们为接近临界点的三维 $\phi^4$ 标量场论建立了一个严格非微扰闭合框架,绕过了微扰费曼图展开的长期局限性。通过沿空间轴切片三维欧几里得空间,精确的 dressed 理论被映射到由无穷维辛李代数 $\mathfrak{sp}(\infty)$ 控制的矩阵算子演化。我们将经典 Stroh 形式和 Barnett-Lothe 积分不变量从各向异性弹性推广到量子场希尔伯特空间。关键地,我们证明了 dressed 算子值 Barnett-Lothe 张量精确且非微扰地满足代数恒等式 $\hat{\mathbf{S}}^2 + \hat{\mathbf{H}}\hat{\mathbf{L}} = -\hat{\mathbf{I}}$,与耦合强度无关。通过将这一辛不变性与 Källén-Lehmann 谱表示和 Schwinger-Dyson 方程耦合,我们提出了一个新的“辛自举”主谱积分方程。该框架表现出精确的维度约化,在二维自然退化为 Onsager 精确解 ($\eta = 1/4$),在四维退化为高斯平凡极限 ($\eta = 0$)。在强耦合共形不动点下求解超越自举方程,得到非微扰反常维数 $\eta \approx 0.0363$,与最先进的共形自举数值极限匹配。最后,讨论了统计状态方程与波动软物质后屈曲分岔之间的深刻全息对偶。

英文摘要

We establish a rigorous non-perturbative closure framework for the three-dimensional (3D) $ϕ^4$ scalar field theory near criticality, bypassing the long-standing limitations of perturbative Feynman diagrammatic expansions. By slicing the 3D Euclidean space along a spatial axis, the exact dressed theory is mapped onto a matrix operator evolution governed by the infinite-dimensional symplectic Lie algebra $\mathfrak{sp}(\infty)$. We generalize the classical Stroh formalism and Barnett-Lothe integral invariants from anisotropic elasticity to the quantum field Hilbert space. Crucially, we prove that the dressed operator-valued Barnett-Lothe tensors satisfy the algebraic identity $\hat{\mathbf{S}}^2 + \hat{\mathbf{H}}\hat{\mathbf{L}} = -\hat{\mathbf{I}}$ exactly and non-perturbatively, regardless of the coupling strength. By coupling this symplectic invariance with the Källén-Lehmann spectral representation and the Schwinger-Dyson equations, a novel "Symplectic Bootstrap" master spectral integral equation is formulated. The framework exhibits exact dimensional reduction, naturally degenerating to the Onsager exact solution ($η= 1/4$) in 2D and the Gaussian triviality limit ($η= 0$) in 4D. Solving the transcendental bootstrap equation under the strong-coupling conformal fixed point yields the non-perturbative anomalous dimension $η\approx 0.0363$, matching the state-of-the-art conformal bootstrap numerical limits. Finally, a profound holographic duality between the statistical state equations and the post-buckling bifurcation of fluctuating soft matters is discussed.

2606.18470 2026-06-18 quant-ph hep-th math-ph math.MP 新提交 70%

Exact propagating Dirac wave packets in an attractive Coulomb-like potential

吸引性类库仑势中的精确传播狄拉克波包

Siddhant Das

专题命中 物理仿真 :狄拉克波包精确解,量子力学

AI总结 在轴对称势V=-v0/ρ中构造了狄拉克方程的正能量可归一化波包精确解,发现概率密度与自旋取向解耦,并在临界耦合时时间演化完全冻结。

Comments 8 pages, 2 figures

详情
AI中文摘要

我们在轴对称势$V=-\,v_0/\rho$中构造了狄拉克方程的精确、正能量、可归一化波包解——据我们所知,这是任何外势中的首个此类解。值得注意的是,其中一个族仅由初等函数组成,其纵向轮廓在非相对论极限下再现了自由薛定谔埃尔米特-高斯波包。所有波包共享两个显著特征:(i) 概率密度与自旋取向逐点解耦——尽管狄拉克方程存在固有的自旋-轨道耦合——以及(ii) 在临界耦合$v_0\to\hbar c/2$时其时间演化完全冻结。我们还提出了一种简单方案,将二维亥姆霍兹方程的解映射到进一步的精确狄拉克波包。

英文摘要

We construct exact, positive-energy, normalizable wave-packet solutions of the Dirac equation in the axisymmetric potential $V=-\,v_0/ρ$ -- to our knowledge, the first such solutions in any external potential. Remarkably, one family comprises only elementary functions whose longitudinal profiles reproduce the free-Schrödinger Hermite--Gauss wave packets in the nonrelativistic limit. All packets share two striking features: (i) a probability density that is pointwise decoupled from spin orientation -- despite the inherent spin-orbit coupling of the Dirac equation -- and (ii) a complete freezing of their time evolution at the critical coupling $v_0\to\hbar c/2$. We also present a simple scheme that maps solutions of the 2D Helmholtz equation to further exact Dirac wave packets.

2606.19173 2026-06-18 hep-th math-ph math.MP 新提交 70%

Higher-spin self-dual gravity from holomorphic planes in twistor space

从扭量空间中的全纯平面到高自旋自对偶引力

Nicolas Boulanger, Yannick Herfray, Lionel Mason, Noémie Parrini

专题命中 物理仿真 :高自旋自对偶引力,扭量理论

AI总结 本文证明了一个高自旋自对偶引力的“非线性引力子定理”,通过研究扭量空间中全纯平面的变形,构造了高自旋空间并得到其几何,进而通过时空嵌入得到高自旋自对偶引力解,并展示了可积性。

Comments 28 pages, 2 figures

详情
AI中文摘要

我们证明了高自旋自对偶引力的一个“非线性引力子定理”。我们考虑非射影扭量空间的复结构的小变形,这些变形在原点附近的特定区域内有界,并研究了与原点相交的全纯嵌入复平面$\mathbb{C}^2$的空间$M_{HS}$。我们证明这个空间是一个无限维复流形,具有到四维全纯自对偶时空$\mathcal{M}$的典范投影,并讨论了在这个新高自旋空间上诱导的几何。然后,通过选择将时空$\mathcal{M}$嵌入到高自旋空间$M_{HS}$中,得到高自旋自对偶引力的解,其中高自旋对称性来自不同的嵌入选择。理论的可积性表现为我们给出的系统的Lax对形式。我们推测,手性高自旋引力可以通过考虑在原点处无约束的变形类似地实现。

英文摘要

We prove a `nonlinear graviton theorem' for higher-spin self-dual gravity. We consider small deformations of the complex structure of the non-projective twistor space that are bounded in a specified region near the origin and investigate the space $M_{HS}$ of holomorphically embedded complex planes $\mathbb{C}^2$ that intersect the origin. We show that this space is an infinite dimensional complex manifold with a canonical projection onto a four-dimensional holomorphic self-dual spacetime $\mathcal{M}$, and discuss the geometry induced on this new higher-spin space. Solutions of higher-spin self-dual gravity are then obtained by choosing an embedding of spacetime $\mathcal{M}$ into higher-spin space $M_{HS}$, with higher-spin symmetries arising from the different choices of embedding. Integrability of the theory is manifested in the form of a Lax pair for the system that we present. We conjecture that chiral higher-spin gravity can similarly be realized by considering deformations that are unconstrained at the origin.

2606.19112 2026-06-18 hep-th math-ph math.MP 新提交 70%

Post-Carroll Algebra, Conformal Extensions, and Field Theories

后卡罗尔代数、共形扩展与场论

Mojtaba Najafizade

专题命中 物理仿真 :后卡罗尔代数与共形扩展,场论

AI总结 引入后卡罗尔变换及其代数,发现其允许高维中心荷,构建共形扩展得到卡罗尔-薛定谔代数,并推导后卡罗尔CFT中两点函数的一般形式。

Comments 32 pages

详情
AI中文摘要

通过将领先的$c$依赖修正纳入卡罗尔变换,我们引入了“后卡罗尔变换”。我们证明这些变换与后卡罗尔力学\cite{Najafizadeh:2025ksm}一致;此外,它们产生了所谓的“后卡罗尔代数”。我们表明,与卡罗尔代数不同,这种新结构允许在高维中存在中心荷;我们将其称为“卡罗尔-巴格曼代数”。为了构建共形扩展,我们首先构建后卡罗尔代数的共形扩展,并研究在此对称性下不变的场论。然后,我们构建卡罗尔-巴格曼代数的共形扩展,称为“卡罗尔-薛定谔代数”,并证明它与高维卡罗尔-薛定谔理论\cite{Najafizadeh:2024imn}的对称代数精确匹配。最后,我们推导后卡罗尔CFT中两点函数的一般形式,在$1+1$维中该函数同时表现出电扇区和磁扇区,而在更高维中只有磁扇区存活。

英文摘要

By incorporating leading $c\,$-dependent corrections to the Carroll transformations, we introduce the ``post-Carroll transformations''. We demonstrate that these transformations are consistent with post-Carrollian mechanics \cite{Najafizadeh:2025ksm}; furthermore, they give rise to the so-called ``post-Carroll algebra''. We show that, unlike the Carroll algebra, this new structure allows for a central charge in higher dimensions; we refer to it as the ``Carroll-Bargmann algebra''. To construct conformal extensions, we first build the conformal extension of the post-Carroll algebra and study field theories invariant under this symmetry. We then construct the conformal extension of the Carroll-Bargmann algebra, referred to as the ``Carroll-Schrödinger algebra'', and demonstrate that it precisely matches the symmetry algebra of the higher-dimensional Carroll-Schrödinger theory \cite{Najafizadeh:2024imn}. Finally, we derive the general form of two-point functions in a post-Carrollian CFT, which in $1+1$ dimensions exhibits both electric and magnetic sectors, while in higher dimensions only the magnetic sector survives.

2606.18452 2026-06-18 hep-th math-ph math.MP 新提交 70%

Tropical WKB asymptotics of NRS coordinates for opers in $SU(2)$, $N_f=4$ theory

SU(2), N_f=4 理论中 opers 的 NRS 坐标的热带 WKB 渐近

Vasilii Iugov

专题命中 物理仿真 :NRS坐标热带WKB渐近,超对称理论

AI总结 研究四孔球面上 SL_2-opers 在半经典极限下的 NRS 坐标,通过 WKB 连接公式将迹坐标表示为 Voros 指数的有限洛朗和,热带化后得到 NRS 坐标前导对数的整仿射线性系统,在单模室中与 Seiberg-Witten 周期一致。

Comments 28 pages, 11 figures; submitted to Letters in Mathematical Physics

详情
AI中文摘要

我们研究了 Nekrasov-Rosly-Shatashvili Darboux 坐标中四孔球面上 SL_2-opers 的半经典极限。使用精确的 Wentzel-Kramers-Brillouin (WKB) 连接公式,我们将相应的 SL_2(C) 特征簇的迹坐标表示为 Voros 指数的有限洛朗和。对这些公式和 NRS 关系进行热带化,得到 NRS 坐标前导对数的室状整仿射线性系统。在该系统是单模且所选循环构成原始辛对的室中,前导渐近(在味道周期偏移后)与具有 N_f=4 个基本超多重态的 N=2 SU(2) 理论的 Seiberg-Witten 周期一致。我们在一个样本室和弱耦合退化中验证了这一机制。没有声称全局坐标无关的恢复定理;非单模或退化室被视为所选 NRS 图的局限性。在弱耦合退化中,我们证明 NRS 图可以与管道极限兼容地选择,使得所得室在热带壁之外是单模且非退化的。

英文摘要

We study the semiclassical limit of SL_2-opers on the four-punctured sphere in Nekrasov-Rosly-Shatashvili Darboux coordinates. Using exact Wentzel-Kramers-Brillouin (WKB) connection formulae, we express the trace coordinates of the corresponding SL_2(C) character variety as finite Laurent sums of Voros exponentials. Tropicalizing these formulae and the NRS relations gives a chamberwise integer affine linear system for the leading logarithms of the NRS coordinates. In chambers where this system is unimodular and the selected cycles form a primitive symplectic pair, the leading asymptotics agree, up to flavor-period shifts, with Seiberg-Witten periods of the N=2 SU(2) theory with N_f=4 fundamental hypermultiplets. We verify this mechanism in a sample chamber and in the weak-coupling degeneration. No global coordinate-independent recovery theorem is claimed; non-unimodular or degenerate chambers are treated as limitations of the chosen NRS chart. In the weak-coupling degeneration, we show that the NRS chart can be chosen compatibly with the plumbing limit so that the resulting chamber is unimodular and non-degenerate away from tropical walls.

2606.18345 2026-06-18 hep-th math-ph math.MP 新提交 70%

Exponentiation of higher-point and higher-genus Virasoro conformal blocks in the semiclassical limit

半经典极限下高点多点与高亏格Virasoro共形块的指数化

Marius Gerbershagen, Jakob Hollweck

专题命中 物理仿真 :Virasoro共形块指数化,共形场论

AI总结 本文证明了在c→∞且h/c有限的半经典极限下,任意通道的高点多点函数和高亏格背景的Virasoro共形块均指数化,通过将振荡子方法推广到三内线顶点情形,并提供了计算2d CFT中全局共形块的新构造方法。

Comments 31 pages

详情
AI中文摘要

一个长期存在的猜想声称,在半经典极限 $c \to \infty$ 且 $h/c$ 有限时,Virasoro 共形块会指数化。然而,这仅在球面上的四点块和环面上的一点块得到证明。这里我们将证明推广到任意通道中高点多点函数和高亏格背景的一般共形块。该陈述应在形式幂级数层面上理解。我们的证明基于将用于计算共形块的振荡子方法新颖地扩展到三条内线相交于一个顶点的情况。这一扩展也给出了一种新的构造性方法,用于计算一般亏格下 2d CFT 中的全局共形块。

英文摘要

A long-standing conjecture claims that Virasoro conformal blocks exponentiate in the semiclassical limit $c \to \infty$ with $h/c$ finite. However, this has been proven only for four-point blocks on the sphere and one-point blocks on the torus. Here we extend the proof to general conformal blocks for higher-point functions and higher-genus backgrounds in arbitrary channels. The statement is to be understood at the level of a formal power series. Our proof builds upon a novel extension of the oscillator method for the computation of conformal blocks to cases where three internal lines meet at a vertex. This extension also gives a new constructive method to compute global conformal blocks in 2d CFTs at general genus.

2606.18331 2026-06-18 hep-th hep-ph math.QA 新提交 70%

Meromorphic amplitudes from 3-dimensional supersymmetry

来自三维超对称的亚纯振幅

Federico Ambrosino, Nathan Haouzi

专题命中 物理仿真 :三维超对称与散射振幅,弦论

AI总结 通过XYZ模型的半指标与Coon振幅的对应,利用三维N=2镜像对称实现交叉对称,构造了Coon振幅的亚纯修正,避免了分支割并保持了极点处的正性。

Comments 23 pages + 6 pages appendix

详情
AI中文摘要

我们在超对称理论与散射振幅之间建立了一个新的联系。我们证明Coon振幅与具有非平凡边界条件的XYZ模型的3d $\mathcal{N}=2$半指标一致。我们的3d理论在紫外区域固有定义,在红外区域流到一个sigma模型,其配分函数为Veneziano振幅。交叉对称性作为XYZ与SQED之间3d $\mathcal{N}=2$镜像对称的结果得以实现。我们利用这一对应关系,通过将长期存在的导致分支割的 dressing 因子 $\mathfrak{q}^{ST}$ 提升为其椭圆完备化,构造了Coon振幅的一个亚纯修正。这表明,为了在物理极点处实现正性,并不需要放弃单值性。

英文摘要

We establish a new connection between supersymmetric theories and scattering amplitudes. We show that the Coon amplitude coincides with the 3d $\mathcal{N}=2$ half-index of the XYZ model with nontrivial boundary conditions. Our 3d theory, intrinsically defined in the UV, flows to a sigma model in the IR whose partition function is the Veneziano amplitude. Crossing symmetry is realized as a consequence of 3d $\mathcal{N}=2$ mirror symmetry between XYZ and SQED. We use this correspondence to construct a meromorphic modification of the Coon amplitude by promoting the long-standing dressing factor $\mathfrak{q}^{ST}$ responsible for a branch cut to an elliptic completion thereof. This illustrates that one does not have to give up single-valuedness to achieve positivity at the physical poles.

2606.18397 2026-06-18 gr-qc hep-th physics.comp-ph 新提交 70%

A matrix free action of the Ashtekar-Lewandowski volume operator of loop quantum gravity

圈量子引力中Ashtekar-Lewandowski体积算符的无矩阵作用

Waleed Sherif

专题命中 物理仿真 :AL体积算符无矩阵作用,圈量子引力

AI总结 针对圈量子引力中AL体积算符在顶点上的作用,提出一种基于Brunnemann-Thiemann密度表达式和移位-预解求积的无矩阵方法,避免了稠密矩阵构造,并通过数值验证了其快速收敛和零体积模保持。

Comments 28 pages, 7 figures

详情
AI中文摘要

圈量子引力中的Ashtekar-Lewandowski (AL) 体积算符是哈密顿约束的核心,但其顶点作用通常通过有限重耦合矩阵的稠密谱分解获得,这阻碍了在大运动学希尔伯特空间或高价顶点上的数值分析。我们在标准重耦合基下公式化了$SU(2)$ AL顶点体积算符的无矩阵作用,利用了Brunnemann-Thiemann关于定向AL体积密度$Q_{v}$的表达式,其矩阵元可以通过重耦合理论局部生成,无需形成完整矩阵。基于$(Q_{v}^{2})^{1/4}$的Balakrishnan-Stieltjes表示,我们通过移位-预解求积(SRQ)来近似体积。所得作用仅需重复应用$Q_{v}$和移位的正线性求解,因此与多移位Krylov方法兼容。我们证明了体积核的精确保持,提供了算子范数和残差误差估计,讨论了扇区尺度界限,并在小自旋截断下对嵌入的$K_{5}$图进行了验证,与精确稠密局部块算子进行了比较。数值模拟显示顶点期望值快速收敛,对边界参数有可控依赖性,并精确保持零体积模。我们进一步展示了在双倍自旋截断$2j=250000$下超越稠密具体化的无矩阵蒙特卡洛估计,并表明SRQ可以与随机Lanczos求积结合,无需稠密体积矩阵即可估计固定扇区体积谱测度。

英文摘要

The Ashtekar-Lewandowski (AL) volume operator of loop quantum gravity is central to the Hamiltonian constraint, but its vertex action is usually obtained from dense spectral decompositions of finite recoupling matrices, obstructing numerical analysis on large kinematical Hilbert spaces or high-valence vertices. We formulate a matrix free action of the $SU(2)$ AL vertex volume operator in standard recoupling basis, making use of the Brunnemann-Thiemann expression for the oriented AL volume density $Q_{v}$ whose matrix elements can be generated locally from recoupling theory without forming the full matrix. Based on the Balakrishnan-Stieltjes representation of $(Q_{v}^{2})^{1/4}$ we approximate the volume by shifted-resolvent quadrature (SRQ). The resulting action uses only repeated applications of $Q_{v}$ and shifted positive linear solves, making it compatible with multi-shift Krylov methods. We prove exact preservation of the volume kernel, provide operator-norm and residual error estimates, discuss sector-wise scaling bounds, and validate the method on an embedded $K_{5}$ graph at small spin cutoffs against exact dense local-block operators. Numerical simulations show rapid convergence of vertex expectation values, controlled dependence on bound parameters, and exact preservation of zero-volume modes. We further demonstrate matrix free Monte Carlo estimates at doubled-spin cutoff $2j=250000$ beyond dense materialisation, and show that SRQ can be combined with stochastic Lanczos quadrature to estimate fixed-sector volume spectral measures without dense volume matrices.

2606.19339 2026-06-18 quant-ph cond-mat.mes-hall cond-mat.quant-gas cond-mat.supr-con 新提交 70%

Quantum solitons and their quantum walks in transmon arrays

超导量子比特阵列中的量子孤子及其量子行走

Ben Blain, Giampiero Marchegiani, Luigi Amico, Gianluigi Catelani

专题命中 物理仿真 :超导量子比特阵列量子孤子,量子模拟

AI总结 研究电容耦合transmon线性阵列中的量子孤子,通过Bose-Hubbard模型描述吸引相互作用,揭示其量子行走干涉图案,并提出与当前可调谐transmon电路兼容的制备方案。

Comments 15 pages, 10 figures

详情
AI中文摘要

超导量子比特是人造原子,其光谱和相互作用可以通过适当的电路设计进行调控,这种多功能性可用于量子模拟。我们理论研究了电容耦合transmon的线性阵列,有效由具有吸引相互作用的Bose-Hubbard哈密顿量描述。我们重新审视了光谱最低能带的离散孤子性质,并识别出空间局域的量子孤子。这些态的孤子特性通过其时间演化揭示,显示出量子干涉图案或量子行走,突出了其复合性质。我们讨论了制备空间局域量子孤子的协议,这些协议与当前最先进的可调谐transmon电路兼容。我们的结果表明,超导电路为研究量子孤子物理提供了一个有前景且实验上可访问的平台。

英文摘要

Superconducting qubits are artificial atoms whose spectra and interactions can be engineered through appropriate circuit design, a versatility that can be exploited for quantum simulation. We theoretically investigate a linear array of capacitively coupled transmons, effectively described by a Bose-Hubbard Hamiltonian with attractive interaction. We revisit the discrete-soliton nature of the lowest-energy band of the spectrum, and identify spatially localized quantum solitons. The solitonic character of these states is revealed through their time evolution, which displays a quantum interference pattern, or quantum walk, highlighting their composite nature. We discuss protocols for preparing spatially localized quantum solitons that are compatible with current state-of-the-art tunable-transmon circuits. Our results demonstrate that superconducting circuits provide a promising and experimentally accessible platform for the investigation of quantum soliton physics.

2. 其他科学智能 3 篇

2606.18898 2026-06-18 cs.LG 新提交 70%

Anomaly Detection for Sparse and Irregular Multivariate Time Series with Latent SDEs

基于潜在随机微分方程的稀疏不规则多元时间序列异常检测

Martin Uray, Dominik Geng, Florian Graf, Stefan Huber, Roland Kwitt

发表机构 * Josef Ressel Centre for Intelligent and Secure Industrial Automation, University of Applied Sciences, Salzburg, Austria(约瑟夫·雷斯尔智能与安全工业自动化中心,应用科学大学,萨尔茨堡,奥地利) University of Salzburg, Austria(萨尔茨堡大学,奥地利)

专题命中 其他科学智能 :时间序列异常检测,适用于工业监控

AI总结 针对现实世界中稀疏、不规则采样的多元时间序列,提出基于潜在随机微分方程的生成方法,将观测投影到连续时间随机动力系统,处理缺失和不规则采样,并捕获循环行为,在六个基准数据集上取得最优结果。

Comments Preprint

详情
AI中文摘要

多元时间序列异常检测(MTSAD)在工业监控、网络安全或医疗保健等广泛应用领域至关重要。现实世界的数据通常是稀疏的、不规则采样的或部分观测的,但现有方法假设时间序列均匀采样。我们提出了一种基于潜在随机微分方程的生成方法,将观测到的时间序列投影到一个连续时间随机动力系统上,能够直接处理缺失观测和不规则采样,同时自然捕获许多现实世界用例固有的可能循环行为。在六个异常基准数据集上的实验表明,我们提出的方法在现有最先进基线中排名第一。我们进一步证明,在严重数据稀疏性下,我们的方法保持鲁棒性,而测试的基线方法性能显著下降。这些结果突显了潜在随机微分方程作为多元时间序列异常检测的自然归纳偏置,尤其是在存在现实世界不规则性的情况下。

英文摘要

Multivariate time series anomaly detection (MTSAD) is critical for a wide range of application areas, such as industrial monitoring, cybersecurity, or healthcare. Real-world data is often sparse, irregularly sampled or partially observed, yet existing methods assume uniformly sampled time series. We propose a generative approach based on Latent SDEs that projects the observed time series on a continuous-time stochastic dynamical system, directly being able to handle missing observations and irregular sampling, while also naturally capturing possible cyclic behavior that many real-world use cases inherently possess. Experiments on six anomaly benchmark datasets show that our proposed method ranks first among state-of-the-art baselines. We further demonstrate that our method remains robust under severe data sparsity, while performance significantly degrades for the tested baseline methods. These results highlight latent SDEs as a natural inductive bias for anomaly detection in multivariate time series, especially in presence of real-world irregularities.

2606.19213 2026-06-18 cs.MS cs.NA math.NA 新提交 70%

Evaluating Rust for Sparse Matrix Kernels in Scientific Computing

评估 Rust 在科学计算中稀疏矩阵核心的性能

Luca Lombardo, Fabio Durastante

专题命中 其他科学智能 :评估Rust在科学计算稀疏矩阵核的性能

AI总结 通过实现 SpMV、Lanczos 方法和矩阵指数评估三个核心负载,对比 Intel oneMKL、Eigen、PETSc 和 PSBLAS,发现 Rust 在 CSC 格式上性能与 Eigen 和 PSBLAS 相当,但落后于 PETSc 的阻塞 CSR 优化。

详情
AI中文摘要

稀疏矩阵核心构成了科学计算的计算基础,传统上依赖于优先考虑性能而非内存安全的 C/C++ 和 Fortran 实现。本工作通过实现和基准测试三个核心负载:稀疏矩阵-向量乘法(SpMV)、基于 Lanczos 的 Krylov 方法和矩阵指数评估,评估 Rust 作为稀疏线性代数的系统级替代方案。我们在一组代表性矩阵上将原生 Rust 代码与已建立的基线(Intel oneMKL、Eigen、PETSc 和 PSBLAS)进行比较。我们的结果表明,Rust 的稀疏核心在 CSC 格式上实现了与 Eigen 和 PSBLAS 相当的性能,追踪了最先进水平,但落后于 PETSc 的高级阻塞 CSR 优化。通过分析编译时单态化、SIMD 向量化和 FFI 边界,我们评估了 Rust 安全模型和生态系统准备就绪的实际影响。该研究为现代化高性能数值软件栈提供了具体的、基于证据的指导。

英文摘要

Sparse matrix kernels form the computational backbone of scientific computing, traditionally relying on C/C++ and Fortran implementations that prioritize performance over memory safety. This work evaluates Rust as a systems-level alternative for sparse linear algebra by implementing and benchmarking three core workloads: sparse matrix-vector multiplication (SpMV), Lanczos-based Krylov methods, and matrix-exponential evaluation. We compare native Rust code against established baselines (Intel oneMKL, Eigen, PETSc, and PSBLAS) across a suite of representative matrices. Our results show that Rust's sparse kernels achieve performance comparable to Eigen and PSBLAS, tracking the state-of-the-art for CSC formats, while trailing PETSc's advanced blocked CSR optimizations. By analyzing compile-time monomorphization, SIMD vectorization, and FFI boundaries, we assess the practical impact of Rust's safety model and ecosystem readiness. The study provides concrete, evidence-based guidance for modernizing high-performance numerical software stacks.

2606.19040 2026-06-18 hep-ph hep-ex hep-lat nucl-th 新提交 70%

Three-body unitary determination of the $f_1(1285)$ and $f_1(1420)$ pole positions

三体幺正确定 $f_1(1285)$ 和 $f_1(1420)$ 极点位置

Tao-Ran Hu, Hai-Long Fu, Feng-Kun Guo, Ulf-G. Meißner, Xu Zhang

专题命中 其他科学智能 :三体幺正确定f1极点,强子物理

AI总结 利用无限体积三体幺正框架研究 $I^G(J^{PC})=0^+(1^{++})$ $K\bar K\pi$ 系统,通过拟合 BESIII 数据确定 $f_1(1285)$ 和 $f_1(1420)$ 的极点,发现前者源于裸态修饰,后者主要为动力学产生,支持强子分子态解释。

Comments 35 pages, 14 figures

详情
AI中文摘要

我们在无限体积三体幺正框架下研究 $I^G(J^{PC})=0^+(1^{++})$ $K\bar K\pi$ 系统,重点关注 $f_1(1285)$ 和 $f_1(1420)$ 共振区域的极点内容。在旁观者-同量异位素表示中构建了耦合的 $\pi a_0$-$K\bar K^*$ 振幅,其中三体幺正性要求的单粒子交换相互作用自动包含了三角奇异性机制。通过拟合 BESIII 在 $J/\psi\to\gamma(K^0_SK^0_S\pi^0)$ 衰变中 $0^+(1^{++})$ 分量的 $K^0_SK^0_S\pi^0$ 不变质量分布来约束短程三体相互作用。将拟合的振幅解析延拓到相关的非物理黎曼面上,我们找到了两个稳健的极点:\begin{align} \sqrt{s_{f_1(1285)}}&= \left(1277\pm2\pm1\right) -i\left(12\pm1\pm0\right)\text{MeV}\\,,\notag\\\\ \sqrt{s_{f_1(1420)}}&= \left(1435\pm2\pm7\right) -i\left(40\pm2\pm1\right)\text{MeV}\\,.\notag \end{align} 极点轨迹表明 $f_1(1285)$ 源于对势中引入的裸态的修饰。相反,$f_1(1420)$ 主要是动力学产生的,单道分析将其追溯到与附近裸态混合的 $S$ 波 $K\bar K^*$ 准束缚态,支持其强子分子态解释。我们还在最佳拟合振幅中与 $f_1(1285)$ 相同的黎曼面上发现了一个位于复平面更深处的额外极点。该额外极点仅由 $P$ 波 $\pi a_0$ 接触相互作用产生。它对截断和两体输入有较大依赖性,并且在物理线形上几乎没有可见的印记。最后,我们提供了一个关于三体割如何影响积分方程解的详细教学附录。

英文摘要

We study the $I^G(J^{PC})=0^+(1^{++})$ $K\bar Kπ$ system in an infinite-volume three-body unitary framework, focusing on the pole content of the region of the $f_1(1285)$ and $f_1(1420)$ resonances. The coupled $πa_0$-$K\bar K^*$ amplitude is constructed in the spectator-isobar representation, where the one-particle-exchange interaction required by three-body unitarity automatically incorporates the triangle-singularity mechanism. The short-range three-body interaction is constrained by fitting the $0^+(1^{++})$ component of the BESIII $K^0_SK^0_Sπ^0$ invariant-mass distribution in the $J/ψ\toγ(K^0_SK^0_Sπ^0)$ decay. Analytically continuing the fitted amplitude to the relevant unphysical Riemann sheets, we find two robust poles: \begin{align} \sqrt{s_{f_1(1285)}}&= \left(1277\pm2\pm1\right) -i\left(12\pm1\pm0\right)\text{MeV}\,,\notag\\ \sqrt{s_{f_1(1420)}}&= \left(1435\pm2\pm7\right) -i\left(40\pm2\pm1\right)\text{MeV}\,.\notag \end{align} The pole trajectories indicate that the $f_1(1285)$ originates from dressing a bare state introduced in the potential. In contrast, the $f_1(1420)$ is predominantly dynamically generated, and a single-channel analysis traces it to an $S$-wave $K\bar K^*$ quasi-bound state mixed with the nearby bare state, supporting its hadronic-molecule interpretation. We also find an additional pole deeper in the complex plane in the best-fit amplitude on the same Riemann sheet as the $f_1(1285)$. This additional pole is generated by the $P$-wave $πa_0$ contact interaction alone. It has a sizable cutoff and two-body-input dependence, and leaves little visible imprint on the physical lineshape. Finally, we provide a detailed and pedagogical appendix on how three-body cuts affect the solution of the integral equation.