arXivDaily arXiv每日学术速递 周一至周五更新
重置
全部学科分类 1967
2605.14314 2026-05-15 quant-ph physics.optics

Quantum optical synthesis of high-dimensional ultrafast frequency-bin qudits

Prasad Koviri, Tomoya Okita, Rina Yabumoto, Yuta Fujihashi, Masahiro Yabuno, Hirotaka Terai, Shigehito Miki, Kali P. Nayak, Ryosuke Shimizu

AI总结 该研究通过时域傅里叶光学合成技术,实现了对高维频率分量光子态的精确操控,生成并转换了符合ITU标准的离散频率分箱态。实验观测到了跨越38个频率分箱的光谱反相关特性,并通过施密特分解验证了频率分箱希尔伯特空间维度的下限达到289,由两个17维的纠缠量子位构成。该成果为构建高维光谱量子位提供了可行方法,有望应用于波长复用量子网络和光纤量子遥感等领域。

Comments 18 pages and 6 figures. The first two listed authors contributed equally to this work

详情
英文摘要

Frequency modes of light are one of the most promising platforms that provide access to high-dimensional quantum states amongst different photonic degrees of freedom capable of high-dimensionality, enabling robust, error-tolerant, and scalable quantum optical information systems. We demonstrate engineering of precisely controlled two-photon high-dimensional states entangled in frequency through time-domain Fourier optical synthesis. We generate and convert a continuous broadband frequency-entangled state into a large range of discrete frequency bins suitable for ITU standards, with spacings ranging from 12.5 GHz to 750 GHz, and observe spectral anticorrelations over 38 frequency bins, including intra-bin pure states at a 100 GHz bin spacing. We characterize the full quantum state dimensionality via Schmidt decomposition and observe lower bounds on the frequency-binned Hilbert-space dimensionalities of at least 289, formed by two entangled qudits with dimension 17. Furthermore, we demonstrate quantum nonlocality via frequency correlations in a transmission experiment over a campus-scale two-node fiber network. This work represents a crucial step towards building a versatile and relatively simple way of generating precisely controlled high-dimensional spectral qudits, with the potential of harnessing in wavelength-multiplexed quantum networks, high-dimensional information processing, and communication of quantum states specifically, and fiber-optic quantum remote sensing.

2605.14313 2026-05-15 astro-ph.GA

An Updated Characterization of Luminous Lyα emitters at the End of Reionization

Yuanhang Ning, Zheng Cai, Linhua Jiang, Yucheng Guo, Qiong Li, Si-Yue Yu, Xiaodi Yu, Zhen-Ya Zheng

AI总结 本文对14个红移约6的高亮Lyα发射体(LAEs)进行了多波段物理特性研究,结合地面Magellan/M2FS光谱和JWST/NIRCam宽中带成像数据,揭示这些天体具有极高的Lyα光度、大余辉宽度和蓝紫外连续谱,且多为低质量、年轻恒星爆发星系。通过NIRCam中带光度数据,解决了之前质量估计偏差的问题,并发现其Lyα逃逸率高达40%以上,表明这些天体在再电离末期起到了高效的电离引擎作用。

Comments 14 pages, 5 figures, submitted to ApJL, comments welcome

详情
英文摘要

We present a multi-wavelength physical characterization of 14 luminous Ly$α$ emitters (LAEs) at $z\approx6$, integrating deep ground-based Magellan/M2FS spectroscopy with heterogeneous JWST/NIRCam broad- and medium-band imaging. Identified via strong Ly$α$ lines with extreme Ly$α$ luminosities of ${>}10^{42.6}$ erg s$^{-1}$, the sample exhibits very large rest-frame equivalent widths (${\gtrsim}100$ Å) and steeply blue UV continua ($β_{\rm median}\simeq-2.2$, $-18.2>M_{\rm 1500}>-20.2$ mag). Crucially, the integration of NIRCam medium-band photometry (F410M) breaks the degeneracy between strong rest-optical nebular emission and Balmer breaks, resolving prior mass overestimations. The tightly constrained spectral energy distribution modeling demonstrates that these luminous LAEs tend to be unequivocally low-mass, ultra-young dwarf starbursts; half the sample is characterized by stellar masses of $M_* < 10^8 M_{\odot}$, ages $\lesssim10$ Myr, and negligible dust attenuation. We also map the production efficiency of ionizing photons and Ly$α$ escape fractions ($f_{\rm esc}^{\rm Lyα}$). The $f_{\rm esc}^{\rm Lyα}$ values are exceptionally high, with a median of ${\gtrsim}40$%, increasing for the bluer UV continua. Finally, analyzing spatial offsets between the Ly$α$ centroid and the stellar counterpart, we demonstrate empirically that internal dust content, rather than neutral hydrogen gas, dominate the suppression of Ly$α$ radiative transfer. Our study reveals that strong Ly$α$ emission of the luminous LAEs are generally attributed to both the vigorous starburst activities and the high $f_{\rm esc}^{\rm Lyα}$. Resembling Lyman continuum leakers, these extreme dwarf systems function as highly efficient ionizing engines at the conclusion of the Epoch of Reionization.

2605.14312 2026-05-15 cs.SE

Making OpenAPI Documentation Agent-Ready: Detecting Documentation and REST Smells with a Multi-Agent LLM System

Rayfran Rocha Lima, Davi G. Assunção Pinheiro, Thiago Medeiros de Menezes

AI总结 随着AI代理和模型上下文协议(MCP)的兴起,越来越多的组织希望将现有的REST API转化为可供代理使用的工具。本文提出了一种基于多代理大语言模型的系统Hermes,用于检测OpenAPI文档和REST接口中的潜在问题(即“smells”),并生成可解释的诊断报告。通过对包含600个端点的16个生产API进行大规模评估,发现了2450个问题,表明结构上的正确性并不等于语义上适合代理消费。该研究为工业软件生态系统中基于证据的AI采纳提供了战略决策支持。

Comments 10 pages. Accepted in EASE 2026, 9-12 June 2026, Glasgow, Scotland, United Kingdom

详情
英文摘要

The growing adoption of AI agents and the Model Context Protocol (MCP) has motivated organizations to expose existing REST APIs as agent-consumable tools. In our industrial context, this initiative targeted an ecosystem of 16 production APIs comprising approximately 600 endpoints. Although these APIs were stable and widely used within a microservice architecture, early proof-of-concept experiments revealed systematic failures in task planning, tool selection, and payload construction when accessed through MCP-based agents. Rather than attributing these failures to model limitations alone, we conducted an ecosystem-scale empirical assessment of the underlying OpenAPI documentation. We developed Hermes, a multi-agent LLM-based system that detects documentation and REST-related smells at the endpoint level and generates explainable diagnostic reports. The large-scale evaluation identified 2,450 smells across 600 endpoints, with deficiencies present in all analyzed operations. Practitioner validation confirmed high agreement with the detected issues while also revealing contextual trade-offs in remediation decisions. The findings suggested that structural validity within microservice environments does not guarantee semantic readiness for agent-based consumption. Based on this evidence, the organization revised its adoption strategy, prioritizing selective endpoint adaptation, redefining documentation standards, and integrating automated documentation assessment into API governance workflows. This case illustrates how systematic artifact-level evaluation can function as a strategic decision-support mechanism, reducing technological risk and guiding evidence-based AI adoption in industrial software ecosystems.

2605.14308 2026-05-15 astro-ph.GA

Reconstructing the Stripping History of the Sagittarius Stream with Neural Networks

Jian Zhang, Cuihua Du, Mingji Deng, Zhongcheng Li, Haoyang Liu

AI总结 本文利用神经网络方法,结合多源观测数据,重建了人马座星流(Sgr Stream)的剥离历史,直接从恒星的相空间坐标推断其剥离时间。研究发现剥离时间与金属丰度存在显著的线性关系,并预测了多个球状星团的剥离时间,为理解Sgr矮星系的演化提供了新证据。

Comments 14 pages, 5 figures, accepted for Publication in ApJ

详情
英文摘要

The Sagittarius (Sgr) Stream is produced by the ongoing disruption of the Sgr dwarf spheroidal (dSph) galaxy and is thought to contain multiple wraps that were stripped during different pericentric passages. In this study, we introduce a neural-network--based method trained on $N$-body simulations to infer the stripping time of Sgr Stream stars directly from their phase-space coordinates. We combine spectroscopic data from SEGUE, APOGEE DR17, and LAMOST DR7 LRS with \textit{Gaia} EDR3 astrometry and distance estimates from the latest \texttt{StarHorse} catalog to identify high-quality Sgr Stream members. Applying our method to these stars, we measure a clear metallicity gradient with stripping time, well described by a linear relation with slope $\sim 0.3~\mathrm{dex~Gyr^{-1}}$. We further predict the stripping times of globular clusters previously suggested to originate from the Sgr dSph. M 54, Terzan 7, Terzan 8, and Arp 2 exhibit stripping times consistent with being currently bound to the Sgr remnant. Pal 12, Whiting 1, and NGC 2419 are inferred to have been stripped $0.9 \pm 0.1$, $1.1 \pm 0.2$, and $2.1 \pm 0.2$ Gyr ago, respectively. For NGC 4147 and NGC 5634, whose membership in the Sgr system remains uncertain, our analysis suggests stripping times of $1.1 \pm 0.4$ and $1.1 \pm 0.1$ Gyr, respectively, if they are ultimately confirmed as genuine Sgr members. These results demonstrate that data-driven models of dynamical stripping histories offer a promising approach for reconstructing the formation and chemical evolution of the Sgr Stream.

2605.14306 2026-05-15 cs.IR

Towards Self-Evolving Agentic Literature Retrieval

Yuwen Du, Tian Jin, Jing Kang, Xianghe Pang, Jingyi Chai, Tingjia Miao, Fenyi Liu, WenHao Wang, Sikai Yao, Yuzhi Zhang, Siheng Chen

AI总结 随着大型语言模型改变科研方式,文献检索面临确保来源真实性和深入理解学术搜索意图的双重挑战。本文提出PaSaMaster,一种能够自我演进的智能文献检索系统,通过迭代分析、检索与排序,生成基于证据的论文推荐和相关性评分。该系统通过意图驱动的检索流程、防止幻觉的机制以及计算成本的优化设计,显著提升了检索的准确性和效率,在38个科学领域测试中表现出优于传统关键词检索和生成式大模型的性能。

详情
英文摘要

As large language models reshape scientific research, literature retrieval faces a twofold challenge: ensuring source authenticity while maintaining a deep comprehension of academic search intents. While reliable, traditional keyword-centric search fails to capture complex research intents. Frontier LLMs can handle complex research intents, but their high cost and tendency to hallucinate remain key limitations. Here we introduce PaSaMaster, a self-evolving agentic literature retrieval system that produces relevance-scored paper rankings with evidence-grounded recommendations through iterative intent analysis, retrieval, and ranking. It is built on three key designs. First, it transforms literature retrieval from a one shot query--document matching problem into a search process that evolves over time, using ranked evidence to reveal gaps, refine intents, and guide follow-up searches. Second, it prevents hallucinated sources by treating retrieval as intent--paper relevance ranking rather than generation. Finally, PaSaMaster improves cost efficiency by separating planning from retrieval: a frontier LLM is used only for intent understanding, while large scale retrieval and relevance scoring are delegated to customized corpora and lightweight models. Evaluated on the PaSaMaster Benchmark across 38 scientific disciplines, our system exposes the severe inaccuracy and incompleteness of traditional keyword retrieval (improving F1-score by 15.6X) and the unreliability of generative LLMs (which exhibit hallucination rates up to 37.79%). Remarkably, PaSaMaster outperforms GPT-5.2 by 30.0% at a mere 1% of the computational cost while ensuring zero source hallucination: https://github.com/sjtu-sai-agents/PaSaMaster

2605.14303 2026-05-15 cond-mat.mtrl-sci

Machine-learning-identified two-dimensional van der Waals multiferroics for four-state nonvolatile memory

Zhibin Tan, Tao Wang, Hao Jin

AI总结 该研究利用机器学习与第一性原理计算相结合的方法,筛选出二维范德华多铁材料ABC₂X₆家族中的高置信度候选材料,其中AuCrP₂S₆单层表现出铁磁性和较大的面外极化,具备实现四态非易失性存储的潜力。该材料通过体光伏效应实现了对铁性序的非破坏性读取,为下一代多态光电子存储器提供了可行的设计方案。

Comments 17 pages; 5 figures;

详情
英文摘要

Two-dimensional (2D) van der Waals (vdW) multiferroics offer an attractive platform for four-state nonvolatile memory by combining switchable ferroelectric polarization and magnetization within a single material system. However, their development is hindered by the scarcity of synthesizable candidates and the lack of non-destructive readout schemes. Here, we combine machine-learning screening with first-principles calculations to explore the 2D vdW ABC$_2$X$_6$ family and identify a set of high-confidence multiferroic candidates. Among them, AuCrP$_2$S$_6$ monolayer emerges as a representative system with a ferromagnetic ground state, a sizable out-of-plane polarization of 7.46 pC/m, and a moderate ferroelectric switching barrier of $\sim$130 meV/f.u. Moreover, the nonlinear optical response mediated by the bulk photovoltaic effect (BPVE) in AuCrP$_2$S$_6$ provides a dual-channel probe of the ferroic orders, in which the polarization direction governs the photocurrent sign while the magnetic order selects the spin channel via robust exchange splitting. This intrinsic coupling enables the non-destructive readout of four logic states within a single atomic layer, thereby providing a practical blueprint for next-generation multistate optoelectronic memory.

2605.14302 2026-05-15 math.CA

Optimal $C^{1,1}$ and Quasi-Optimal $C^2$ Monotone Interpolation with Curvature Control

Fushuai Jiang, Garving K. Luli

AI总结 本文研究在给定区间端点处函数值和一阶导数值的单调Hermite插值问题,旨在在所有$C^{1,1}$插值函数中寻找曲率最优的解,即最小化二阶导数的$ L^\infty $范数。作者分析了经典方法的局限性,并通过研究最优速度剖面,给出了由二次样条构成的显式最优构造。此外,还提供了在仅给定函数值的情况下计算相应迹半范数的公式,并描述了如何将$C^{1,1}$解光滑化为$C^2$解,同时保持单调性并控制最优性的损失。

Comments 25 pages, 5 figures

详情
英文摘要

We study monotone Hermite interpolation on an interval, where both function values and first derivatives are prescribed at the nodes. Among all $C^{1,1}$ interpolants, we seek one with optimal curvature, measured by $\|F''\|_{L^\infty}$. In this paper, we analyze the limitations of some classical techniques, and provide an explicit optimal construction in $C^{1,1}$ given by quadratic splines by studying the optimal velocity profile. Moreover, given $E = \{x_1,\cdots,x_N\}$ and $f: E\to \mathbb{R}$ (without derivatives), we also provide a formula to compute the corresponding trace seminorm \[ \inf\Bigl\{ \|F''\|_{L^\infty} : F(x)=f(x) \text{ on $E$ and } F'\ge 0 \text{ everywhere} \Bigr\}. \] In addition, we also describe how to mollify $C^{1,1}$ solutions to $C^2$ while preserving monotonicity and sacrificing a controlled amount of optimality.

2605.14300 2026-05-15 eess.SP

Joint Communication and Computation Design for Mobile Embodied AI Network (MEAN)

Chenliang Wu, Zhouxiang Zhao, Jiaxiang Wang, Ruopeng Xu, Chen Zhu, Zhaohui Yang, Zhaoyang Zhang

AI总结 本文研究了在无线通信环境下面向移动具身人工智能网络(MEAN)的高效协作策略设计问题。研究中考虑了智能体在两种模式下运行:一种是借助基站进行语义通信的协作模式,另一种是本地独立计算模式。通过将计算、通信和任务执行的能量消耗与协作收益相结合,构建了一个混合整数非线性规划优化问题,目标是系统总能耗最小化。为此,提出了一种低复杂度的枚举算法,通过严格凸性证明得到语义压缩比和发射功率的闭式解,并采用贪心排序算法确定协作规模和运行模式,仿真结果表明该算法相比基准方案能显著降低总能耗。

详情
英文摘要

This letter investigates the problem of energy efficient collaborative strategy for mobile embodied artificial intelligence network (MEAN) over wireless communication. In the considered model, the agents execute the tasks through collaboration, and they can switch between two operating modes based on the signal-to-noise ratio (SNR) and global collaboration. The dual-mode comprises the base station (BS)-assisted collaborative mode, in which agents make decisions through semantic communication with BS and then collaborate on tasks, and the local computing mode, in which the agents make decisions and execute tasks independently. Due to the dynamic wireless communication and flexible collaboration strategy, we jointly consider computation energy, communication energy, and task-execution energy with specific collaborative gains into a mixed-integer nonlinear programming (MINLP) optimization problem whose goal is to minimize the total system energy consumption. To solve it, we propose a lower-complexity enumeration algorithm: first, we get the optimal closed-form solution for semantic compression ratio and transmit power by proving the strict convexity. Second, we determine the scale of collaboration and the operating mode of each agent by a greedy sorting algorithm based on individual energy-saving potentials. Simulation results show that the proposed algorithm can significantly reduce the total energy consumption compared to benchmark schemes.

2605.14299 2026-05-15 quant-ph

Imaginarity Resource Theory of Gaussian Quantum Channels

Ting Zhang, Jinchuan Hou, Xiaofei Qi

AI总结 本文提出了两种用于量化高斯量子信道虚数性的资源理论框架。第一种框架将所有实数超信道视为自由超信道,并引入了两种具体的虚数性度量:一种基于高斯态的现有虚数性度量,另一种直接由高斯信道的内在参数确定,计算简便。第二种框架仅采用实数超信道的一个子集作为自由超信道,并提出另一种由高斯信道固有参数决定的虚数性度量,具有连续性和易于计算的特点。研究还应用该度量分析了量子布朗运动高斯信道在整个演化过程中的动态行为。

详情
英文摘要

Complex numbers play an indispensable role in quantum mechanics and quantum information, as validated by both theoretical analysis and experimental verification. Since quantum information processing inherently relies on quantum channels, the resource theory for quantum channels is equally fundamental to that for quantum states. In this paper, we propose two frameworks for quantifying the imaginarity of Gaussian channels. The first framework regards all real superchannels as free superchannels. Within this setting, we introduce two concrete imaginarity measures for Gaussian channels: I_s^GC based on existing imaginarity measures of Gaussian states, and I_d^GC derived directly from the intrinsic parameters of Gaussian channels, which enjoys high computational simplicity. The second framework adopts only a proper subset of real superchannels as free superchannels. Under this framework, we put forward another imaginarity measure I_c^GC , which is fully determined by the inherent parameters of Gaussian channels and features continuity as well as tractable computation. As a practical application, we employ I_c^GC to investigate the dynamical behavior of Quantum Brownian Motion Gaussian channels throughout the entire evolutionary process.

2605.14298 2026-05-15 cs.IT math.IT

Capacity Characterization and Formation Optimization for Multi-User MIMO Communications with UAV Swarm

Yong Zeng

AI总结 本文研究了在无人机群作为用户的多用户MIMO通信系统中,如何通过优化无人机位置来最大化系统总容量的问题。作者推导了无人机群通信的总容量闭式表达式,揭示了无人机协同移动带来的额外自由度可显著提升系统容量,并提出了考虑避撞和群集约束的无人机编队优化框架。通过利用阵列响应向量的流形结构,设计了高效的非凸优化算法,仿真结果验证了所提方法的近似最优性能。

详情
英文摘要

For a multi-user multiple-input multiple-output (MU-MIMO) wireless communication system, imagining that the locations of the users are now fully controllable, what is the maximum sum-capacity, and what are the corresponding optimal user locations? While these questions are irrelevant in conventional human-centric communications with random user mobility, they become critically important for emerging applications involving ground or aerial robots. This paper addresses these fundamental questions in the context of MU-MIMO communications with an unmanned aerial vehicle (UAV) swarm acting as the users. To this end, we first derive closed-form expressions for the sum-capacity of MU-MIMO UAV swarm communications. Our results reveal that, compared to conventional MU-MIMO systems, the additional degrees of freedom provided by the coordinated mobility of the UAV swarm yields substantial capacity enhancement. Specifically, when the base station (BS) is equipped with an $M$-element uniform linear array (ULA), the full spatial multiplexing gain and beamforming gain, both equal to $M$, can be achieved simultaneously. For a BS with a uniform planar array (UPA), we show that asymptotically $\frac{πM}{4}$ users can simultaneously enjoy the full beamforming gain $M$. Furthermore, we propose a novel framework to optimize UAV swarm formation for maximizing the sum-capacity achieved by successive interference cancellation (SIC) and maximizing the sum-rate via treating interference as noise (TIN), taking into account practical considerations such as collision avoidance and swarm cohesion constraints. By exploiting the manifold structure of the array response vectors with respect to UAV directions, we develop an efficient algorithm to solve the resulting non-convex formation optimization problems. Extensive simulation results demonstrate that the proposed algorithms achieve near-optimal performance.

2605.14296 2026-05-15 cs.DS

Semi-Streaming Algorithms for Submodular Maximization under Random Arrival Order

Niv Buchbinder, Moran Feldman, Siyue Liu, Sherry Sarkar

AI总结 本文研究了在随机到达顺序下,针对多种组合约束(如拟阵、拟阵 $p$-parity、$p$-交换系统和 $p$-系统)的子模函数最大化问题的半流式算法。作者提出了两种新的技术工具,将离线算法转化为适用于随机顺序的半流式算法,并改进了多项约束下的近似比和所需遍历次数。研究还揭示了对抗顺序与随机顺序半流式算法之间的性能差异,并在拟阵约束下实现了指数级的提升。

详情
英文摘要

We study random order semi-streaming algorithms for submodular maximization under a wide range of combinatorial constraint classes, including matroids, matroid $p$-parity, $p$-exchange systems and $p$-systems. For most of these classes of constraints, our results are the first improvement over what is known to be achievable for adversarial order. For matroids, matching and $p$-matchoids, previous random order results were known, and we improve over some of these as well. In the case of matroids, our improved results show a separation between adversarial and random order semi-streaming algorithms, and exponentially improve the number of passes necessary for getting $1 - 1/e - \varepsilon$ approximation for maximizing a monotone submodular function subject to a matroid constraint. We also prove a new hardness result showing a similar separation for $p$-systems. Our results are based on two new technical tools. One tool provides a general way to translate offline algorithms for many classes of constraints into random order semi-streaming algorithms. The other tool is a semi-streaming variant of a recently proposed offline algorithm for matroid constraints.

2605.14293 2026-05-15 quant-ph

A Qutrit Time Crystal Stabilized with Native Chiral Interactions

Noah Goss, Nishchay Suri, Brian Marinelli, Larry Chen, Akel Hashim, Sajant Anand, Alexis Morvan, Ravi K. Naik, Ermal Rrapaj, David I. Santiago, Wibe de Jong, Norman Y. Yao, Joel E. Moore, Irfan Siddiqi

AI总结 该研究实现了首个基于超导量子三态(qutrit)的$\mathbb{Z}_3$离散时间晶体,通过在15个量子三态链中实现一个Floquet手性时钟模型。研究利用可调的手性相互作用调控域壁动力学和时间晶体序的稳定性,观察到在广泛驱动强度下均存在的稳健的三倍频响应,并且该响应与初始态无关。研究还指出,手性在维持时间晶体序中起关键作用,缺少手性会导致系统动力学对初始态高度敏感。这一成果展示了原生量子多态硬件在探索非平衡相行为中的潜力。

详情
英文摘要

Periodically driven quantum many-body systems can spontaneously break discrete time-translation symmetry, realizing discrete time crystals. To date, both experimental and theoretical efforts have largely focused on the simplest case of spontaneous period-doubling in $\mathbb{Z}_2$ discrete time crystals realized with qubits. This owes, in part, to the challenge of stabilizing eigenstate order in higher discrete symmetry ($\mathbb{Z}_n$) time crystals, due to the presence of richer domain wall physics. Here, we demonstrate the realization of a $\mathbb{Z}_3$ discrete time crystal by implementing a Floquet chiral clock model in a chain of 15 superconducting qutrits. Unlike the conventional Ising setting, our system features a tunable chiral angle that governs domain-wall dynamics, spectral degeneracies, and crucially, the stability of time-crystalline order. Using disordered nearest-neighbor chiral interactions, we observe robust subharmonic period tripling that persists across a wide range of drive strengths and is independent of initial state. Finally, we highlight the special role that chirality plays in our $\mathbb{Z}_3$ discrete time crystal -- in its absence, the system's Floquet dynamics exhibit a marked initial state dependence governed by domain wall degeneracies. Our results establish native qudit hardware as a powerful platform to access a broader landscape of non-equilibrium phases.

2605.14288 2026-05-15 math.NT

How Twist Class Redundancy Drives the Prediction of Traces of Frobenius of Elliptic Curves

Angelica Babei, Ujjawal Shah, Malick Kebe

AI总结 该论文研究了利用机器学习预测椭圆曲线弗罗贝尼乌斯迹的问题,指出当前数据集中存在二次扭曲类内的显著冗余,这可能是模型预测性能优异的主要原因。为避免模型过度依赖数据冗余而忽略真正的算术性质,作者构建了一个仅包含唯一扭曲类代表的新基准数据集,以推动更准确的数学不变量预测研究。

Comments 5 figures

详情
英文摘要

Recent interest in applying machine learning methods to predict invariants of mathematical objects has yielded models with surprisingly strong performance, including those predicting traces of Frobenius for elliptic curves. We demonstrate that the underlying datasets contain significant redundancy within quadratic twist classes, which alone is sufficient to produce highly accurate predictions. To ensure future models capture new arithmetic properties rather than potentially exploiting these dataset artifacts, we introduce a benchmark dataset consisting exclusively of unique twist class representatives.

2605.14287 2026-05-15 physics.chem-ph

A quantum chemistry dataset containing ground-state and conical-intersection structures of 260k molecules

Jiahui Zhang, Yifei Zhu, Chuqiao Feng, Yingjin Ma, Chao Xu, Zhenggang Lan

AI总结 该研究构建了一个包含26万个分子的量子化学数据集,涵盖了这些分子的基态和锥形交叉点结构,旨在推动对光诱导反应过程的理解。数据集中的基态结构通过半经验OM2方法优化,单点能量计算采用OM2/MRCI方法,锥形交叉点结构和能量同样在OM2/MRCI水平下计算得到。该数据集为光化学与机器学习的深度融合提供了重要支持,有助于弥合光化学机理与数据驱动方法之间的鸿沟。

详情
英文摘要

Conical intersections play central roles in photoinduced reactions. However, comprehensive conical-intersection datasets that could advance our understanding of excited-state reaction processes remain scarce. To address this gap, we constructed a quantum chemistry dataset containing ground-state and conical-intersection structures of small molecules (up to ten heavy atoms: C, N, O, F). Ground-state geometries were optimized at the semi-empirical OM2 level, with single-point energies calculated at the OM2/MRCI level. Conical-intersection geometries and energies were also computed at the OM2/MRCI level. This dataset is designed to enable a deep integration of photochemistry with machine learning, bridging the gap between photochemical insight and data-driven approaches.

2605.14286 2026-05-15 math.AG

Degeneration Theorems of Connes and Feigin--Tsygan Type in Mixed Characteristic, with q-Analogues

Keiho Matsumoto

AI总结 本文研究了在混合特征情形下Connes和Feigin-Tsygan退化定理的类比,并给出了其$q$-变形版本。作者证明了在满足一定维度条件时,德瑞姆同调到Hochschild同调的谱序列是分裂退化的,并推广到有限扩张情形下的整数环上。此外,还证明了$Ainf$-同调到拓扑周期同调的谱序列的分裂退化,并在倒数一个显式的阶乘后得到了拓扑$q$-德瑞姆同调的类比结果。

详情
英文摘要

We prove mixed-characteristic analogues of the Connes and Feigin--Tsygan degeneration theorem. Let $W=W(k)$ be the Witt vectors of a perfect field of characteristic $p>0$. For a smooth proper variety $X$ over $W$, the de Rham-to-$\HP$ spectral sequence is split degenerate under the small-dimension hypothesis $dim(X/W)<p-1$. More generally, if $X$ is smooth and proper over the ring of integers $O_K$ of a finite extension of $\mathrm{Frac}(W)$ with ramification index $e$, we prove the corresponding split degeneration under $2e dim(X/O_K)<p-1$. Under the same ramification hypothesis, we also prove split degeneration of the $Ainf$-to-$TP$ spectral sequence. Finally, after inverting an explicit factorial, we obtain a topological $q$-de Rham analogue.

2605.14282 2026-05-15 eess.SY cs.SY

Energy Management for Solar-Powered Electric-Bus Charging Station: A Data-Driven Method

Xiaoting Wang, Supun Amarathunga, Pasan Gunawardena, Gregory Kish, Yunwei, Li

AI总结 本文提出了一种用于太阳能供电电动公交充电站的灵活能源管理系统(EMS),能够综合考虑可再生能源发电、储能系统和电动公交充电的需求,同时应对光伏输出、电价及公交充放电状态的不确定性。该方法基于数据驱动的多项式混沌展开代理模型,并在历史数据不足时采用非参数推断方法扩充输入数据,提升了系统应对不确定性的能力。案例研究表明,所提出的EMS和数据驱动方法在实际应用中具有良好的效果。

Comments 5 pages, 4 figures. To appear in the IEEE PES General Meeting 2026

详情
英文摘要

This paper presents a flexible energy management system (EMS) for an electric bus charging station (EBCS) that integrates renewable generation, energy storage, and electric bus (EB) charging while accounting for uncertainties in solar PV output, electricity prices, and EB arrival/departure state of charge. A data-driven polynomial chaos expansion surrogate is developed from a limited set of uncertainty samples, and a nonparametric inference method is used to enrich the input data when historical data is limited. Case studies on a solar-powered EBCS with 20 EBs demonstrate the effectiveness of the proposed EMS and data-driven method.

2605.14279 2026-05-15 astro-ph.IM gr-qc hep-ph physics.atom-ph physics.ins-det

Opportunities for Gravitational Wave Physics at the South Pole

C. A. Argüelles, M. DuVernois, P. W. Graham, T. Kovachy, J. Mitchell

AI总结 原子干涉仪为探测十亿赫兹频段的引力波提供了有前景的方法,可与现有的基于光的探测器形成互补。南极洲拥有极低的地震噪声、支持大型科学项目的基础设施,并有助于通过全球三角定位提高引力波源的定位精度,是部署此类实验的理想地点。本文讨论了在南极部署长基线原子干涉仪的科学意义与实际可行性,有望扩展全球引力波探测网络,并开展高精度基本物理规律检验。

Comments 12 pages, 3 figures

详情
英文摘要

Atom interferometers represent a promising approach for gravitational wave detection in the decihertz frequency band, complementary to existing light-based detectors. The South Pole offers unique advantages for such experiments: exceptionally low seismic noise, established infrastructure for large scientific projects, and a location that strengthens gravitational wave source localization through global triangulation. Here we discuss the scientific case and practical considerations for deploying a long-baseline atom interferometer at the South Pole, which has the potential to expand the global network of gravitational wave detectors while enabling precision tests of fundamental physics.

2605.14275 2026-05-15 math.ST stat.TH

Double/debiased machine learning of quantile treatment effects on long-term outcomes in clinical trials

Ziyang Liu, Niwen Zhou, Peng Wu, Xu Guo

AI总结 在临床试验中,长期结果往往难以获取,而短期替代指标较为常见。本文研究如何结合随机试验数据和外部观察数据,估计长期结果的分位数处理效应,提出了一种双重稳健的估计方法,能够在处理变量随机化和可转移性假设下实现有效推断。该方法兼容灵活的机器学习技术,具有良好的有限样本表现,能够揭示不同分位数下的异质性长期治疗效应。

详情
英文摘要

Long-term outcomes are often unavailable in randomized clinical trials, although short-term surrogate outcomes are commonly observed. External observational data may contain the long-term outcome, but causal comparisons based on such data alone are vulnerable to confounding. Existing surrogate-based data integration methods for long-term outcomes have focused primarily on average treatment effects. We study estimation of quantile treatment effects for long-term outcomes in the trial population by combining randomized trial data with external observational data. Under treatment randomization, positivity, and a surrogate-based transportability assumption, we establish identification and develop a doubly robust estimator for inference. The estimator accommodates flexible machine learning methods for nuisance estimation, remains consistent if either the score-related or outcome regression-related nuisance functions are consistently estimated, and is asymptotically normal under regularity conditions. Simulation and real-data results demonstrate that the proposed method performs well in finite samples and can reveal heterogeneous long-term treatment effects across quantiles.

2605.14273 2026-05-15 math.OC

Generalized Dual Decomposition

Pengyu Zhang, Ruiwei Jiang

AI总结 本文研究具有混合整数决策变量的两阶段随机优化模型,针对传统对偶分解方法因缺乏强对偶性而导致下界不准确的问题,提出了一种广义对偶分解(GDD)方法,通过引入非线性正则化项,在保持并行计算优势的同时实现强对偶性。该方法通过参数化和割平面技术确保算法收敛至全局最优,并探讨了提高子问题求解效率的策略,同时扩展到包含鲁棒优化、机会约束和多跟随者 bilevel 优化在内的更广泛模型。数值实验验证了GDD的强对偶性、计算效率以及并行加速效果。

详情
英文摘要

We study two-stage stochastic optimization models with mixed-integer decision variables appearing in both stages. For these models, dual decomposition enables parallel computing implementation and can quickly provide a lower bound for the optimal value. However, the lower bound thus obtained is not exact in general due to the lack of strong duality. In this paper, we propose a generalized dual decomposition (GDD) that extends the linear regularizer used in dual decomposition to a general nonlinear one, which still admits parallelization while exhibiting strong duality. By encoding the nonlinear regularizers through parameterization and cutting planes, we establish the convergence of a GDD algorithm to achieve global optimum. In addition, we discuss strategies for solving the GDD scenario subproblems more efficiently, including pruning and valid inequalities. Furthermore, we extend GDD to a more general, constrained form that subsumes, as special cases, robust optimization, chance-constrained programs, and bilevel optimization with multiple followers. Finally, numerical experiments demonstrate the strong duality of GDD, its computational efficacy versus primal (Benders-type) decomposition algorithms, and the speedup through parallel computing.

2605.14272 2026-05-15 cs.IT math.IT

Joint Transmit and Receive Antenna Orientation Design for Secure MIMO Communications

Ailing Zheng, Qingqing Wu, Xingxiang Peng, Qiaoyan Peng, Ziyuan Zheng, Yuxuan Chen, Wen Chen

AI总结 本文研究了在存在窃听者的情况下,利用可旋转天线(RA)的联合发送和接收天线方向设计,以提升安全MIMO通信系统的性能。通过动态优化RA的方向,主动调整有效MIMO信道,以增强合法通信并抑制信息泄露。文中提出了一个联合优化发送波束成形、人工噪声协方差矩阵以及发送和接收RA方向的保密速率最大化问题,并设计了基于交替优化算法的求解方法,显著提升了传统固定方向方案的保密通信性能。

详情
英文摘要

Physical layer security (PLS) is a promising paradigm for safeguarding 6G wireless networks by exploiting the inherent characteristics of wireless channels. However, the efficiency of conventional PLS is often limited by fixed orientation antennas. This paper investigates a rotatable antenna (RA)-aided secure multiple-input multiple-output (MIMO) communication system, where both the transmitter and the receiver are equipped with RAs in the presence of an eavesdropper. By dynamically optimizing the orientations of RAs, we can proactively reshape the effective MIMO channels to enhance legitimate transmission while simultaneously suppressing information leakage to the eavesdropper. We formulate a secrecy rate maximization problem by jointly optimizing the transmit beamforming, artificial noise (AN) covariance matrix, and the transmit/receive RA orientations, subject to the transmit power budget and antenna orientation constraints. To tackle the resulting highly coupled and non-convex problem, we first study a simplified single-input single-output (SISO) case to reveal the structure of the optimal RA orientation. For the general MIMO case, we develop an alternating optimization algorithm by reformulating the original problem through the minimum mean-square error framework. In particular, the transmit beamforming and AN covariance matrix are derived in semi-closed forms, while the RA orientations are updated via the Riemannian Frank-Wolfe method. The proposed design is further extended to the multi-receiver secure transmission scenario. Simulation results show that the proposed scheme converges rapidly and achieves significant secrecy rate gains over the conventional fixed-orientation scheme.

2605.14268 2026-05-15 physics.optics

Multi-mode Photonic Time Crystals Based on Time-Modulated Metasurface Waveguides

Z. Li, M. S. Mirmoosa, V. Asadchy, X. Wang

AI总结 本文提出了一种基于时间调制超表面波导的多模光子时间晶体平台,突破了传统单模系统的限制,实现了引导表面模和高阶体积模的共存。通过时间调制,该平台不仅能够产生常规的单模带隙,还能形成倾斜的跨模带隙,从而实现带隙内的定向波放大。研究还表明,调制相位差可作为对称性控制参数,通过时间滑移对称性可选择性调控不同对称模式间的耦合与带隙形成,为光子时间晶体提供了多功能且实验可实现的新途径。

Comments 19 pages, 6 figures

详情
英文摘要

Photonic time crystals are electromagnetic media with periodically time-varying parameters, enabling momentum band gaps, parametric amplification, and frequency conversion beyond what is possible in time-invariant systems. So far, they have been explored mainly in single-mode systems, which limits the range of accessible physical phenomena. Here, we introduce an impenetrable metasurface waveguide as a multimode time-varying platform supporting both guided surface modes and higher-order guided volume modes. We show that temporal modulation in this platform gives rise not only to conventional intramodal band gaps associated with same-branch coupling, but also to tilted intermodal band gaps originating from coupling between different guided-mode branches. Unlike intramodal band gaps, these intermodal band gaps are not restricted to half the modulation frequency and can enable directional wave amplification, where the amplified field carries energy along the waveguide even inside the band gap. We further show that the modulation phase difference provides an effective symmetry-control parameter: by exploiting temporal glide symmetry, one can selectively suppress or enhance gap opening for interactions between modes of the same or different symmetry. These results establish a versatile multimode platform for photonic time crystals, offering one of the simplest and most experimentally accessible routes to tilted band gaps compared with volumetric dispersive PTC implementations and, more broadly, opening new opportunities for time-varying electromagnetic systems.

2605.14265 2026-05-15 cond-mat.supr-con

Shear-stress-constrained superconductivity in Ruddlesden-Popper nickelates

Liling Sun, Shu Cai, Jinyu Zhao, Qi Wu, Yang Ding, Tao Xiang, Ho-kwang Mao

AI总结 该研究探讨了 Ruddlesden-Popper 镍酸盐在压力或外延约束下表现出超导性的机制,指出其超导性依赖于镍氧框架的局部剪切应变范围。研究提出,只有当镍氧八面体的旋转、层间键角以及镍 d 轨道耦合处于特定剪切应变窗口内时,材料才能实现超导。这一剪切应力约束的超导模型统一解释了多种实验现象,包括压力阈值、可逆性、空间不均匀性及薄膜与衬底的敏感性等。

Comments 11 pages, 1 figure

详情
英文摘要

Ruddlesden-Popper nickelates exhibit superconductivity under pressure in bulk crystals and under epitaxial constraint in thin films, while remaining highly sensitive to sample quality, oxygen content, defects, and stress conditions. We propose that the metastable RP lattice becomes superconducting only when the local constrained deformation of the Ni-O framework falls within a bounded shear-strain window. This deformation controls octahedral rotations, the interlayer Ni-O-Ni bond angle, and coupling between Ni dz2 and dx2-y2 orbitals. This shear-stress-constrained superconductivity scenario unifies the understanding of the pressure threshold, reversibility, spatial inhomogeneity, pressure-medium dependence, film-substrate sensitivity, and reproducibility.

2605.14264 2026-05-15 astro-ph.HE astro-ph.SR

The compact neutron star in 4U 1746-37 revisited: Reassessing the mass and radius

Kwang Hyun Sung, Myungkuk Kim, Young-Min Kim, Kyujin Kwak, Chang-Hwan Lee

AI总结 本文重新评估了低质量X射线双星系统4U 1746-37中致密中子星的质量和半径,指出此前估算值偏低可能由于X射线流量被显著遮挡所致。研究提出,考虑遮挡效应后,中子星的质量和半径可与典型值相符,并解释了观测到的异常高流量比现象。该结果强调了在中子星参数估算中考虑几何结构配置的重要性。

详情
英文摘要

A recent analysis of photospheric radius expansion X-ray bursts from the low-mass X-ray binary 4U 1746-37 reported unusually small mass and radius estimates for the neutron star, suggesting it could be a quark star or quark-cluster star. Here, we propose an alternative interpretation: the star's mass and radius could be underestimated from significant blocking of the X-ray flux. Significant blocking factors ($\mathcal{B} \gtrsim 0.8$, reducing the observed flux to $\sim17\%$ of the intrinsic emission) permit neutron star parameters consistent with the canonical values: $M = 1.59 \pm 0.69 M_{\odot}$, $R = 13.0 \pm 5.45\,\mathrm{km}$, or $M = 2.12 \pm 1.08 M_{\odot}$, $R = 9.80 \pm 4.13\,\mathrm{km}$. The blocking factor, which varies with the photospheric radius, provides a natural explanation for the anomalously large peak-to-touchdown flux ratio ($\sim2.0$) and highlights the importance of accounting for geometric system configuration in neutron star mass--radius estimates.

2605.14263 2026-05-15 cond-mat.mes-hall quant-ph

Open Quantum Theory of Shot Noise in Dissipative Chiral Transport

Ming Gong, Masahito Ueda

AI总结 本文发展了一种开放量子理论,用于研究耗散手性输运中的散粒噪声动力学。通过将系统映射到量子线路,揭示了电流噪声由平均占据分布和粒子数涨落两个竞争因素共同决定。在能量完全弛豫的情况下,散粒噪声被显著抑制,反映了耗散导致电子填充到低能态的过程,最终仅剩下由强 $U(1)$ 对称性保护的残余噪声。研究还提出了一种反转方案,可从可测量的噪声矩中直接重构隐藏的占据分布。

Comments 13 pages, 9 figures

详情
英文摘要

We develop an open quantum theory for shot-noise dynamics in dissipative chiral transport. By mapping a system under consideration onto a quantum circuit, we show that current noise is governed by two competing factors: the average occupancy distribution and particle-number fluctuations. With energy fully relaxed, shot noise is strongly suppressed, reflecting the stacking of electrons into lower energy states due to dissipation. This process quenches the partition noise from partially occupied levels, and finally isolates the residual noise protected by strong $U(1)$ symmetry. Moreover, selectively heating the source against the bath uncovers the underlying competition between the noise contributions from the occupancy distribution and those from the particle-number fluctuations. It triggers a sign reversal in inter-channel correlation noise, a signature masked by seemingly identical single-channel thermal noises. We propose an inversion scheme to experimentally reconstruct the hidden occupancy distribution directly from measurable noise cumulants.

2605.14256 2026-05-15 quant-ph

Worst-Case Sample Complexity Bounds for Distributed Inner Product Estimation with Local Randomized Measurements

Zhenyuan Huang, Kun Wang, Ping Xu

AI总结 本文研究了利用本地随机测量对$n$-量子比特态进行分布式内积估计的问题,旨在提供严格的最坏情况样本复杂度界。通过将最小最大核优化问题归约为汉明距离核,并利用单量子比特克利福德交换子证明了其四阶矩的紧界,得到了最坏情况下的样本复杂度上界$\mathcal{O}(\sqrt{4.5^n})$。同时,文章还分析了本地哈尔采样下的情况,提出了更优的哈尔尺度猜想,并在若干重要态类中验证了该猜想的合理性。

详情
英文摘要

We study distributed inner product estimation for $n$-qubit states using local randomized measurements, for which rigorous worst-case guarantees are less understood. We first reduce the minimax kernel optimization to Hamming-distance kernels. Within this class, unbiasedness fixes a unique kernel. For this kernel under local Clifford sampling, we prove a sharp fourth-moment bound using the single-qubit Clifford commutant. This yields worst-case sample complexity $\mathcal{O}(\sqrt{4.5^n})$, attained by identical pure product stabilizer states. For the same kernel under local Haar sampling, we prove a local twirling identity that compares its fourth moment with the Clifford fourth moment. This gives the same rigorous upper bound as in the Clifford case, but the comparison is lossy. This motivates the conjectured sharper Haar scaling $\mathcal{O}(\sqrt{3.6^n})$ attained by product states, and verify it for several important classes of states. We also show that independent single-qubit Pauli shadows have worst-case scaling $\mathcal{O}(\sqrt{7.5^n})$ for large $n$.

2605.14254 2026-05-15 math.PR

Stopping Times in the Filtration of a Brownian Motion Stopped at its Last Passage Time

Mohammed Louriki

AI总结 本文研究了具有正漂移的布朗运动在最后一个穿越时间停止后的滤子结构特性,重点分析了该过程的补偿算子及停止时间的可预测性。作者证明了最后一个穿越时间是该滤子中唯一的完全不可预测停止时间,并给出了任意停止时间在该滤子下的分解性质。此外,文章还引入了一个扩展过程,证明其为Feller过程,并计算了其无穷小生成元,为相关鞅类和偏微分方程的解提供了理论基础。

详情
英文摘要

We investigate the structural properties of the last passage time $σ_z^λ$ at level $z > 0$ of a Brownian motion with positive drift $λ> 0$, denoted $B^λ = (B_t + λt)_{t \geq 0}$, in the filtration generated by the process $ξ^{λ,z} = (B^λ_{t \wedge σ_z^λ})_{t \geq 0}$. We compute the compensator of $σ_z^λ$ and establish that it is the unique totally inaccessible stopping time in the filtration of $ξ^{λ,z}$. Moreover, we provide a canonical decomposition of arbitrary stopping times: for any stopping time $T$, the restriction of $T$ to the set $\{T = σ_z^λ\}$ is totally inaccessible, while its restriction to $\{T \neq σ_z^λ\}$ is predictable. Although the paths of $ξ^{λ,z}$ are continuous, the process fails to satisfy the Feller property and is not strong Markov. Nevertheless, we show that its natural filtration is quasi-left-continuous. To overcome these limitations, we consider the extended process $ζ^{λ,z} = (\mathbb{I}_{\{t < σ_z^λ\}}, ξ_t^{λ,z})_{t \geq 0}$, and prove that it is a Feller process. We compute its infinitesimal generator, which allows us to characterize the associated class of martingales and identify the solutions to certain partial differential equations.

2605.14250 2026-05-15 cond-mat.quant-gas

Time Crystals in Coupled Exciton-Polariton Condensates

Xuan Ye, Hong-Jin Xiong, Alexey Kavokin, Sanjib Ghosh

AI总结 本文研究了在耦合激子-极化子凝聚体中无需周期性外部驱动即可形成时间晶体的机制,利用半导体微腔中固有的非相干增益和耗散通道实现。通过量子力学方法分析,确定了时间晶体相的平均场相图,并发现其出现需要克尔非线性与非线性耗散之比超过 $\sqrt{5/4}$。数值分岔图验证了理论结果,且量子修正表明时间晶体在广泛参数范围内具有鲁棒性。

Comments 12 Pages, 4 Figures

详情
英文摘要

In this paper, we show that time crystals can emerge in coupled exciton-polariton condensates without periodic external driving, enabled instead by incoherent gain and dissipation channels inherent to semiconductor microcavities. We present a full quantum description of these processes that recovers the established effective theory at the mean-field level. We analytically determine the mean-field phase diagram for the time-crystalline phase and find that its emergence requires the ratio of Kerr nonlinearity to nonlinear dissipation to exceed $\sqrt{5/4}$. Within this regime, the periodic oscillation of the particle numbers forms an attractor that is insensitive to the initial conditions. Numerical bifurcation diagrams reveal transitions between the time-crystalline phase and various steady phases, in excellent agreement with the analytical results. Using Bogoliubov perturbation theory, we evaluate the leading-order quantum corrections and find that, over a wide parameter range, these corrections remain periodic and much smaller than the mean-field background, thereby establishing the robustness of the time crystal.

2605.14248 2026-05-15 cond-mat.str-el

Strong electron correlations and ligand hybridization for altermagnetism

Byungkyun Kang, Anderson Janotti, Dai Q. Ho, Myoung-Hwan Kim, Chul Hong Park, Sangkook Choi, Mark R. Pederson, Eunja Kim

AI总结 本文研究了强电子关联和配体轨道杂化在交替铁磁性中的作用,通过先进的量子多体方法分析了MnF₂、MnTe和RuO₂三种典型材料的电子起源。研究发现,MnF₂中强关联导致Mn-3d电子局域化,抑制了自旋能带分裂,而MnTe由于Mn-3d与Te-5p轨道的强杂化,表现出显著的自旋能带分裂和局域磁矩,是实现交替铁磁性的理想候选材料。RuO₂虽为自旋玻璃态,但表现出明显的自旋能带分裂,显示其具有能带型交替铁磁行为。研究指出,强电子关联和合适的配体选择是实现强关联体系中交替铁磁性的关键因素。

详情
英文摘要

Spin-band splitting is a hallmark of altermagnetism, intrinsically linked to magnetic ordering driven by electron correlations. However, recent inconsistencies in the detection of altermagnetism in strongly correlated altermagnet candidates have cast doubt on the robustness of this phenomenon and its dependence on many-body effects. Here, using state-of-the-art quantum many-body frameworks, we dissect the electronic origins of altermagnetism in three prototypical candidates: MnF$_2$, MnTe, and RuO$_2$. In MnF$_2$, we identify pronounced local electron correlations within Mn-3$d$ states and uncover a distinct Mott gap in the visible range, rooted in nonlocal screening effects. The strong correlations markedly localize the Mn-3$d$ electrons, leading to a narrowing of the spin-resolved bandwidth and, consequently, a suppression of spin-band splitting. By contrast, MnTe provides an ideal platform for altermagnetism, exhibiting substantial local Mn-3$d$ magnetic moments due to the strong correlations and pronounced spin-band splitting, enabled by robust Mn 3$d$--Te-5$p$ orbital hybridization. RuO$_2$ manifests as a Pauli paramagnet with vanishing local moments, even in its antiferromagnetic phase. Nonetheless, it exhibits significant spin-band splitting, indicative of itinerant altermagnetic behavior. Our results reveal that both strong local electron correlations and judicious ligand selection to promote orbital hybridization are key prerequisites to realizing altermagnetism in strongly correlated systems. These insights pave the way for the rational design and discovery of novel altermagnetic materials.

2605.14245 2026-05-15 hep-ex

Constraints on anomalous Higgs boson couplings to vector bosons and fermions using the $γγ$ final state in proton-proton collisions at $\sqrt{s}$ = 13 TeV

CMS Collaboration

AI总结 本研究利用138 fb⁻¹的13 TeV质子对撞数据,通过希格斯玻色子衰变为双光子的末态,对希格斯玻色子与矢量玻色子及费米子的异常耦合进行了限制。研究采用矩阵元方法和多变量判别技术,对不同产生机制的希格斯候选事例进行分类,并分析了希格斯与胶子、电弱玻色子的耦合特性。结果与标准模型预测一致,未发现显著的异常耦合迹象。

Comments Submitted to the Journal of High Energy Physics. All figures and tables can be found at http://cms-results.web.cern.ch/cms-results/public-results/publications/HIG-24-006 (CMS Public Pages)

详情
英文摘要

Possible anomalous couplings of the Higgs boson to vector bosons and fermions are studied using Higgs boson candidates decaying to a pair of photons. The study is based on proton-proton collision data at $\sqrt{s}$ = 13 TeV collected by the CMS experiment, corresponding to an integrated luminosity of 138 fb$^{-1}$. Events with Higgs boson candidates produced via gluon fusion, electroweak vector boson fusion and in association with a vector boson, are categorized using matrix element techniques and multivariate discriminants. The $CP$ properties of the Higgs boson couplings to gluons through loops of heavy particles, as well as the tensor structure of its interactions with two electroweak bosons, are investigated. The results are interpreted in terms of the fractional contributions of anomalous Higgs boson couplings to the total production cross section of each process and are found to be consistent with the standard model expectations.

2605.14244 2026-05-15 quant-ph cond-mat.mes-hall

Power sensitivity of broadband radiofrequency detectors based on quantum diamond spins

Nicholas Gillespie, Christopher T. -K. Lew, Ryan Kinsella, Andy Sayers, Brant Gibson, David A. Broadway, Jean-Philippe Tetienne

AI总结 本文研究了基于金刚石氮空位(NV)中心的宽带射频(RF)探测器的功率灵敏度,分析了不同RF-自旋界面几何结构对灵敏度的影响。通过理论推导,得出了斜率检测和方差检测两种方案在不同噪声条件下的灵敏度标度规律,发现功率灵敏度通常与界面特征尺寸成反比,即结构越小、探测的NV体积越小,灵敏度越高。研究还估算出在光子散粒噪声限制下,可实现的灵敏度分别达到 $10^{-20} \, \text{W Hz}^{-1}$(斜率)和 $10^{-12} \, \text{W Hz}^{-1/2}$(方差),为NV基RF探测器的优化提供了理论基础。

详情
英文摘要

Nitrogen-vacancy (NV) centres in diamond can be used to detect radiofrequency (RF) signals through coupling of the RF magnetic field with the NV spins, combined with optical readout of the spin state. The sensitivity of such RF detectors has so far been mainly studied in terms of magnetic field sensitivity, which is relevant when the RF signal is generated by a near-field source. However, for applications where the RF input is delivered externally, a more relevant quantity is the sensitivity in terms of the input RF power. Here we theoretically analyse the power sensitivity of NV-based RF detectors as a function of the RF-spin interface geometry. We derive scaling laws of the power sensitivity for both slope-detection and variance-detection RF sensing protocols, and for various noise regimes. We find that, in most scenarios, the power sensitivity scales inversely with the characteristic physical dimension of the RF-spin interface, for instance the width of a coplanar waveguide or the diameter of a loop antenna. In other words, the smaller the structure and the probed NV volume, the better the power sensitivity, which is contrary to the case of magnetic field sensitivity. Lastly, we numerically estimate that photon shot noise limited sensitivities of 10^{-20} W Hz^{-1} (slope) and 10^{-12} W Hz^{-1/2} (variance) are achievable. This work lays the groundwork for further optimisation of NV-based RF detectors.