arXivDaily arXiv每日学术速递 周一至周五更新
全部学科分类 1938
2605.20679 2026-05-21 econ.TH

Testing a Graph-Theoretic Condition for Aggregating Incomplete Rankings: A Technical Note

对聚合不完整排名的图论条件进行检验:技术说明

Yasunori Okumura

AI总结 本文提出了一种利用标准图论算法高效检验Okumura(2025)中条件1的方法,并描述了Okumura机制的高效实现。

Comments 5 pages. Technical note supplementing Okumura (2025)

详情
AI中文摘要

本文说明了如何利用标准的图论算法高效检验Okumura(2025)中的条件1,并描述了Okumura机制的高效实现。

英文摘要

This note shows how Condition 1 in Okumura (2025) can be tested efficiently using a standard graph-theoretic algorithm. It also describes an efficient implementation of Okumura's mechanism.

2605.20677 2026-05-21 cond-mat.str-el

Strain-Tuned Incommensurate Kekulé Spiral Order in Twisted Bilayer Graphene: a Quantum Many-Body Study

应变调制的非共格凯克勒螺旋序在扭态双层石墨烯中的研究:一个量子多体研究

Cheng Huang, Yves H. Kwan, Maksim Ulybyshev, Fakher F. Assaad, Laura Classen, Zi Yang Meng

AI总结 本文通过量子多体方法研究了扭态双层石墨烯中应变调制的非共格凯克勒螺旋序,探讨了相互作用基态的应变依赖性,并结合QMC、ED和HF方法分析了KIVC到IKS的相变。

Comments 13 pages, 5 figures, Supplemental Information 6 pages, 9 figures

详情
AI中文摘要

对扭态双层石墨烯在魔角处量子多体态的理解在实验和理论方面都有很大提高。然而,在远离精确可解的费米极限和无符号问题的电中性点的情况下,计算基态性质和确定相图变得具有挑战性,因为复杂性呈指数增长,这使得实验观察到的绝缘和超导相的解释大多局限于微扰水平。本文聚焦于远离电中性点的填充因子ν=±2,探讨了相互作用基态的应变依赖性。我们调整了连续场动量空间量子蒙特卡洛(QMC)方法以近似处理符号问题,并与精确对角化(ED)和哈特ree-福克(HF)平均场方法一起进行量子多体研究。利用QMC、ED和HF的联合协议,我们研究了从凯克勒间隔谷相干(KIVC)态到非共格凯克勒螺旋态(IKS)的应变调制相变。我们的计算协议在投影相关平带设置中揭示了KIVC-IKS相变,并为进一步理解扭态双层石墨烯和其他强相关平带系统的丰富相图打开了大门。

英文摘要

The understanding of quantum many-body states in twisted bilayer graphene at the magic angle has been greatly improved both in experiment and in theory. However, away from the exactly solvable chiral limit and the sign-problem-free charge neutrality point, the calculation of the ground state properties and the identification of the phase diagram are challenging due to the exponential increase in the complexity, which has rendered explanations of experimentally observed insulating and superconducting phases restricted largely to the perturbative level. Here we focus on the filling factors $ν= \pm2$ away from charge neutrality and address the question of the strain dependence of the interacting ground state. We adjust our continuous field momentum-space quantum Monte Carlo (QMC) method to treat the sign problem approximately, and perform a quantum many-body study together with exact diagonalization (ED) and Hartree-Fock (HF) mean field. Leveraging this combined protocol of QMC, ED, and HF, we investigate the strain-tuned transition from the Kramers intervalley coherent (KIVC) state to the incommensurate Kekulé spiral state (IKS). Our computational protocol sheds light on the KIVC-IKS transition in a projected correlated flat-band setting, and opens the door for further understanding of the rich phase diagram of twisted bilayer graphene and other strongly-correlated flat-band systems.

2605.20675 2026-05-21 cs.SE

An Event-Driven Tool for Context-Aware Code Smell Detection Using SmellDSL

基于SmellDSL的事件驱动上下文感知代码异味检测工具

Matheus dos Santos Viegas, Adrian Gabriel Keller dos Santos, Kleinner Farias, Robson Keemps da Silva

AI总结 本文提出SmellHunter工具,通过SmellDSL领域特定语言解析脚本,结合静态代码度量和上下文信息(如团队特征、项目阶段和地理元数据)来检测和上下文化代码异味,支持更明智的重构决策。

Comments 8 pages, 3 figures

详情
AI中文摘要

代码异味表示违反设计原则的异常,会降低演进软件系统的内部质量。尽管许多工具使用静态度量检测此类异常,但它们常常忽略异味出现和解决的开发上下文,导致误导性警告和弱化的重构支持。为了解决这个问题,我们提出了SmellHunter,一个上下文感知工具,通过SmellDSL领域特定语言编写的脚本来检测和上下文化代码异味。SmellHunter将静态代码度量与上下文信息(如团队特征、项目阶段和地理元数据)结合,以产生更丰富、更具行动性的分析。该工具采用事件驱动架构,通过异步事件协调验证、解释和持久化服务。这种架构使分析能够扩展,同时最小化对开发人员工作流程的干扰。SmellHunter通过专用插件集成到Eclipse开发环境中,并通过移动应用提供聚合见解,允许开发人员按类型、严重性和位置探索异味发生。通过将异味检测与上下文数据和协作可视化链接,SmellHunter支持开发人员作为异味猎人,帮助团队识别从特定位置出现的重复质量问题,并将重构任务分配给具有相关专业知识的开发人员。我们描述了SmellHunter的架构、SmellDSL脚本的解释过程以及上下文数据的整合,以支持现代软件开发环境中的更明智的重构决策。

英文摘要

Code smells signal violations of design principles that degrade the internal quality of evolving software systems. Although many tools detect such anomalies using static metrics, they often ignore the development context in which smells arise and are resolved. This limitation can lead to misleading warnings and weak support for refactoring decisions. To address this problem, we present SmellHunter, a context-aware tool that interprets scripts written in the SmellDSL domain-specific language to detect and contextualize code smells. SmellHunter integrates static code metrics with contextual information (such as team characteristics, project stage, and geographic metadata) to produce richer, more actionable analyses. The tool adopts an event-driven architecture in which a service bus orchestrates validation, interpretation, and persistence services through asynchronous events. This architecture enables scalable analysis while minimizing disruption to developers' workflows. SmellHunter is integrated into the Eclipse development environment via a dedicated plugin and provides aggregated insights via a mobile application, allowing developers to explore smell occurrences by type, severity, and location. By linking smell detection with contextual data and collaborative visualization, SmellHunter supports developers acting as smell hunters, helping teams identify recurring quality issues emerging from a particular location and assign refactoring tasks to developers with relevant expertise. We describe the architecture of SmellHunter, the interpretation process of SmellDSL scripts, and the integration of contextual data to support more informed refactoring decisions in modern software development environments.

2605.20673 2026-05-21 math.NA cs.NA math-ph math.MP

Persistent-Homology-Guided Topology Scanning of Qualitative Indicators for Acoustic Inverse Scattering

基于持续同调的声学反散射定性指标拓扑扫描

Xiaomei Yang, Jiaying Jia, Zhiliang Deng

AI总结 本文提出一种基于持续同调的拓扑感知后处理框架,用于通过扫描定性指标的持续同调来估计未知散射体的拓扑结构,通过最小化贝蒂数差异和温和的几何惩罚选择拓扑引导阈值,提升反散射成像的鲁棒性。

详情
AI中文摘要

定性方法如线性采样法和因子分解法通过采样指标来重建声学散射体。在实践中,这些指标是预设采样窗口上的灰度场,只有经过阈值处理后才能得到二值障碍形状。阈值的选择通常是经验性的,当指标包含噪声诱导的伪影或散射体具有非平凡拓扑结构(如多个连通分量或孔洞)时可能会不稳定。本文提出了一种基于持续同调的拓扑感知后处理框架。给定任何归一化的定性指标,我们扫描其超水平集的持续同调,并利用由此得到的零维和一维持续特征来估计或施加未知散射体的拓扑结构。然后通过最小化贝蒂数差异以及温和的几何惩罚选择拓扑引导的阈值。该方法是指标无关的:它可以应用于线性采样指标、因子分解法指标或归一化的指标融合。主要公式是单频的,因此仍接近经典的定性反散射设定。我们提出了数学构造、基于持续性寿命和寿命间隙的自动拓扑检测规则以及详细的数值实现算法协议。数值测试验证了所提方法的有效性。

英文摘要

Qualitative methods such as the linear sampling method and the factorization method reconstruct acoustic scatterers through sampling indicators. In practice, these indicators are gray-scale fields on a prescribed sampling window and a binary obstacle shape is obtained only after thresholding. The choice of threshold is usually empirical and may be unstable when the indicator contains noise-induced artifacts or when the scatterer has nontrivial topology, such as multiple components or holes. This paper proposes a topology-aware postprocessing framework based on persistent homology. Given any normalized qualitative indicator, we scan the persistent homology of its superlevel sets and use the resulting zero- and one-dimensional persistent features to estimate or impose the topology of the unknown scatterer. A topology-guided threshold is then selected by minimizing a Betti-number discrepancy together with mild geometric penalties. The method is indicator-agnostic: it can be applied to the linear sampling indicator, the factorization-method indicator, or a normalized fusion of indicators. The main formulation is single-frequency and therefore remains close to the classical qualitative inverse scattering setting. We present the mathematical construction, an automatic topology detection rule based on persistence lifetimes and lifetime gaps, and a detailed algorithmic protocol for numerical implementation. Numerical tests verify that the proposed method is effective.

2605.20672 2026-05-21 eess.IV

LANCE: Locally Adaptive Neural Context Estimation for Overfitted Image Compression

LANCE:局部自适应神经上下文估计用于过拟合图像压缩

Martin Benjak, Jörn Ostermann

AI总结 本文提出LANCE,一种用于过拟合图像压缩框架的新型扩展,通过引入前向信号空间超先验来实现区域自适应熵模型,从而解决传统方法在非平稳图像统计上的不足,实验表明LANCE在Kodak和CLIC 2020数据集上实现了更高的压缩效率。

Comments Submitted to IEEE Transactions on Circuits and Systems for Video Technology (TCSVT) on March 17, 2026

详情
AI中文摘要

本文介绍了局部自适应神经上下文估计(LANCE),一种用于过拟合图像压缩(OIC)框架的新扩展,如Cool-Chic。传统OIC方法依赖于轻量级自回归网络和全局信号参数,但在处理非平稳图像统计时遇到困难。LANCE通过引入前向信号空间超先验来解决这一问题,该超先验使熵模型能够实现区域自适应。为了减少开销,我们采用预测编码方案,结合静态中值边缘检测器(MED)和轻量级学习上下文模型。实验表明,LANCE在Kodak数据集上比Cool-Chic 4.0在解码器复杂度范围的高端实现了1.40%的BD-rate提升,在CLIC 2020上实现了1.97%的提升。在复杂度范围的低端,LANCE在Kodak和CLIC上分别比Cool-Chic 4.0高出2.41%和2.99%。定性分析显示,学习到的空间超先验能有效将图像区域分割为具有相似图像统计的区域,提供了一个自动化、内容感知的适应层。

英文摘要

This paper introduces Locally Adaptive Neural Context Estimation (LANCE), a novel extension for overfitted image compression (OIC) frameworks like Cool-Chic. While traditional OIC methods rely on lightweight autoregressive networks with globally signaled parameters, they struggle with non-stationary image statistics. LANCE addresses this by incorporating a forward-signaled spatial hyperprior that enables regional adaptation of the entropy model. To minimize overhead, we employ a predictive coding scheme that combines a static Median Edge Detector (MED) with a lightweight learned context model. Experiments demonstrate that LANCE achieves BD-rate reductions of 1.40% on the Kodak dataset and 1.97% on CLIC 2020 over Cool-Chic 4.0 at the high end of our decoder complexity range of 606-1481 MAC/pixel. At the low end of the complexity range, we outperform Cool-Chic 4.0 by 2.41% and 2.99% on Kodak and CLIC, respectively. Qualitative analysis reveals that the learned spatial hyperprior effectively segments image regions into areas of similar image statistics, providing an automated, content-aware adaptation layer.

2605.20671 2026-05-21 cond-mat.mtrl-sci cond-mat.mes-hall

Tuning the low-energy band structure in twisted bilayer WSe2

调节扭曲双层WSe₂的低能带结构

T. -H. -Y. Vu, O. J. Clark, N. H. Jo, J. Blyth, Q. Li, C. Jozwiak, A. Bostwick, J. B. Muir, L. Jia, J. A. Davis, I. Di Bernardo, A. Grubisic Cabo, K. Xing, W. Zhao, S. H. Ryu, S. H. Lee, Z. Mao, K. Watanabe, T. Taniguchi, B. A. Chambers, S. L. Harmer, E. Rotenberg, M. S. Fuhrer, M. T. Edmonds

AI总结 通过纳米级空间分辨率的角分辨光电子能谱(nano-ARPES),研究了双层WSe₂在大范围扭角下的近费米能级电子结构演变,发现价带顶点位置与扭角无关,但K点和Γ点之间空穴带的能量分离可超过100 meV,探讨了这一演变的机制及其对调节带隙大小和自旋依赖电子-声子耦合效率的影响。

详情
AI中文摘要

调节基于二维(2D)材料异质结构的电子结构对于其在下一代功能电子器件中的应用至关重要。在这里,通过角分辨光电子能谱(nano-ARPES)研究了双层WSe₂在大范围扭角下的近费米能级电子结构演变。尽管价带顶点的动量位置与扭角无关,但我们发现K点布里渊区中空穴带与Γ点更高结合能空穴带之间的能量分离可超过100 meV。我们探讨了这一演变的机理,并讨论了其对调节双层过渡金属二硫化物器件中带隙大小和自旋依赖电子-声子耦合通道效率的影响。

英文摘要

Tuning the electronic structures of two-dimensional (2D) material-based heterostructures is of crucial importance for their use in functional next-generation electronics. Here, through angle-resolved photoemission spectroscopy with nanoscale spatial resolution (nano-ARPES), we systematically track the evolution of the near-Fermi-level electronic structure of bilayer WSe2 over a large range of twist angle. While the momentum positioning of the valence band maxima is independent of twist angle, we find that the energetic separation between the hole bands at the K point of the Brillouin zone and the higher binding-energy hole band at Γ can be varied in excess of 100 meV. We explore the mechanisms underpinning this evolution and discuss the implications for tuning both the size of the band gaps, and the efficiency of the spin-dependent electron-phonon coupling channels in homobilayer transition metal dichalcogenide devices.

2605.20665 2026-05-21 cs.HC cs.CY

Design Principles and Observable Indicators for AI-Enabled Pedagogical Accompaniment: Evidence from the Amico Dual-Mode Prototype in Italy and China

面向AI赋能教学陪伴的设计原则与可观测指标:来自意大利和中国的Amico双模式原型证据

Pier Paolo Benedetti

AI总结 本文提出了一种可复制的AI赋能教学陪伴框架,通过人类主导的方法,强调成人责任,将AI作为辅助而非替代的基础设施,并通过Amico项目探讨了关系桥梁的概念,以及在意大利和中国原型中的跨情境探索。

Comments 11 pages. Author Accepted Manuscript. Accepted and presented at the 2026 International Conference on Artificial Intelligence and Education (ICAIE 2026). Proceedings forthcoming. Copyright 2026 IEEE

详情
AI中文摘要

AI赋能系统越来越多地被引入教育领域,但其有效性取决于教育中介的质量、伦理约束和情境敏感设计,而非技术复杂性。本文提出了一种可复制的AI赋能教学陪伴框架,基于人类主导的方法,其中成人责任保持核心,AI作为辅助而非替代的基础设施。基于Amico项目,我们操作化了关系桥梁的概念,作为一系列微中介,降低接触教育关系的门槛,促进向有意义的人际互动过渡。本文的贡献是综合了一系列设计原则,包括系统身份和限制的透明性、向人类接触的支架、苏格拉底式提问、防止依赖动态和数据最小化,并将它们映射到适合真实教育环境的可观测指标。本文还概述了原型在意大利和中国的初步跨情境探索,并讨论了两种交互模式,AmicoMio(结构化、任务导向)和AmicoTuo(反思性、支持性),如何作为互补的教学中介。试点观察和参与者反馈表明,在职业教育环境中具有可行性和感知有用性,推动了当前框架,指导了后续的博士研究计划,并支持了所提出的协作研究议程。

英文摘要

AI-enabled systems are increasingly introduced into educational contexts, yet their effectiveness depends less on technological sophistication than on the quality of pedagogical mediation, ethical constraints, and context-sensitive design. This paper proposes a replicable framework for AI-enabled pedagogical accompaniment, grounded in a human-in-command approach in which adult responsibility remains central and AI functions as an enabling, non-substitutive infrastructure. Building on the Amico project, we operationalize the concept of a relational bridge as a sequence of micro-mediations that lower the threshold of access to educational relationships and facilitate transitions toward meaningful human interaction with teachers, peers, and communities of practice. The contribution synthesizes a set of design principles, including transparency of system identity and limits, scaffolding toward human contact, maieutic questioning, prevention of dependency dynamics, and data minimization, and maps them to observable indicators suitable for real educational settings. The paper also outlines an initial cross-context exploration of the prototype in Italy and China and discusses how the two interaction modes, AmicoMio (structured, task-oriented) and AmicoTuo (reflective, supportive), can be used as complementary pedagogical mediations. Pilot observations and participant feedback suggested feasibility and perceived usefulness in vocational contexts, motivating the present framework, informing the subsequent doctoral research program, and supporting the proposed collaborative research agenda.

2605.20664 2026-05-21 math.AC math.AG

n-trivial extensions and multi Hasse-Schmidt derivations

n-平凡扩张与多哈塞-施密特导出

Paul Barajas, Daniel Duarte

AI总结 本文提出了一种哈塞-施密特导出的推广,该推广与安德森-比尼-法伊德-沙伊亚提出的n-平凡扩张概念等价,如同导出与平凡扩张等价。文章提供了这种推广的许多例子,并证明了其一些基本性质。

详情
AI中文摘要

我们提出了一种哈塞-施密特导出的推广,该推广与安德森-比尼-法伊德-沙伊亚提出的n-平凡扩张概念等价,如同导出与平凡扩张等价。我们提供了这种推广的许多例子,并证明了其一些基本性质。

英文摘要

We propose a generalization of Hasse-Schmidt derivations that is equivalent to the notion of n-trivial extension introduced by Anderson-Bennis-Fahid-Shaiea, in the same way that derivations are equivalent to trivial extensions. We provide many examples of this generalization and prove some of its basic properties.

2605.20663 2026-05-21 math.GR math.CO

On $m$-partite oriented semiregular representations of finite groups

关于有限群的$m$-部有向半则表示

Jia-Li Du

AI总结 本文研究了有限群的$m$-部有向半则表示,通过扩展有向图的概念,提出了$m$-部有向半则表示的定义,并给出了$m\geq2$时无$m$-部Haar有向表示或$m$-部有向半则表示的有限群的完整分类。

Comments 14pages

详情
AI中文摘要

ORR的研究灵感来源于1980年Lázsló Babai提出的问题:哪些有限群允许有向图作为DRR?这个问题通过Joy Morris和Pablo Spiga在2018年的一系列论文得以解决。在本文中,我们将ORR的概念扩展到$m$-部有向图($m\geq2$)。我们说有限群$G$允许$m$-部有向半则表示($m$-POSR)如果存在一个$m$-部有向图$\G$,其自同构群同构于$G$,并且以$m$个轨道给出的分区作用半则。此外,如果$\G$是正则的,即每个顶点具有相同的入度和出度,它可以被视为$G$的$m$-Haar图的有向版本,我们称$\G$为$G$的$m$-部Haar有向表示($m$-HOR)。我们的主要结果是对于$m\geq2$,给出了没有$m$-HOR或$m$-POSR的有限群的完整分类。

英文摘要

The study of ORR was inspired by Lázsló Babai in 1980 when he asked a question: Which [finite] groups admit an oriented graph as a DRR? And it has been solved by Joy Morris and Pablo Spiga through a series of papers in 2018. In this paper, we will extend the concept of ORR to $m$-partite oriented graphs for $m\geq 2$. We say that a finite group $G$ admits an \emph{$m$-partite oriented semiregular representation} ($m$-POSR) if there exists an $m$-partite oriented graph $\G$ such that its automorphism group is isomorphic to $G$ and acts semiregularly with the $m$ orbits giving the partition. Moreover, if $\G$ is regular, that is, each vertex has the same in- and out-valency, it can be viewed as the oriented version of an $m$-Haar graph of $G$ and we call $\G$ is an \emph{$m$-Haar oriented representation} ($m$-HOR) of $G$. Our main result is a complete classification of finite groups $G$ without $m$-HORs or $m$-POSRs for $m\geq 2$.

2605.20662 2026-05-21 math-ph math.MP

Conformal Barycenters in Quaternionic Hyperbolic Balls

四元数双曲球体中的共形质心

Wensheng Cao, Zhijian Ge

AI总结 本文将复双曲球体中最近提出的共形质心概念扩展到四元数单位球体,定义了四元数共形质心,并证明了其存在性和唯一性,同时展示了质心在全等距群下的不变性。

Comments 16 pages

详情
AI中文摘要

我们扩展了最近由Jačimović和Kalaj为复双曲球体引入的共形质心概念,扩展到四元数单位球体$\BH$。具有有限双曲测度和有限一阶矩的可测集$D$的四元数共形质心定义为唯一点$c$,使得$\int_D Φ_c(q)\, \dLam(q) = \mathbf{0}$,其中$Φ_c$是交换$0$和$c$的四元数Hua反演。等价地,它是能量函数$G(x) = \int_D \log\cosh^2\!ig( rac12 d_H(x,y)ig)\, \dLam(y)$的唯一极小值点。我们通过沿测地线的直接计算证明了$G$的严格测地凸性,从而证明了存在性和唯一性。质心在全等距群$\mathrm{Sp}(n,1)$下保持不变。我们还处理了有限点集并提供了显式例子。

英文摘要

We extend the notion of conformal barycenter, recently introduced by Jačimović and Kalaj for the complex hyperbolic ball, to the quaternionic unit ball $\BH$. The quaternionic conformal barycenter of a measurable set $D$ with finite hyperbolic measure and finite first moment is defined as the unique point $c$ such that $\int_D Φ_c(q)\, \dLam(q) = \mathbf{0}$, where $Φ_c$ is the quaternionic Hua involution exchanging $0$ and $c$. Equivalently, it is the unique minimum of the energy functional $G(x) = \int_D \log\cosh^2\!\big(\frac12 d_H(x,y)\big)\, \dLam(y)$. We prove existence and uniqueness using the strict geodesic convexity of $G$, which is established by a direct computation along geodesics. The barycenter is invariant under the full isometry group $\mathrm{Sp}(n,1)$. We also treat finite point sets and provide explicit examples.

2605.20661 2026-05-21 quant-ph cond-mat.str-el hep-ph hep-th nucl-th

Entangling Power: A Probe of Symmetry and Integrability in Quantum Many-Body Systems

纠缠功率:量子多体系统中对称性和可积性的探针

Ian Low, Pallab Goswami

AI总结 本文研究了量子多体系统中纠缠功率作为对称性和可积性探针的作用,通过计算各向异性Heisenberg链在不同模型和有限大小系统中的平均纠缠功率,以及在热力学极限下两磁子S矩阵的纠缠功率,揭示了纠缠极值在对称性增强点的特征。

Comments A vibe-coding project; 27 pages, 9 figures, and 4 appendices

详情
AI中文摘要

单元ary算子的纠缠功率量化了其从产状态生成纠缠的能力,并为量子多体动力学提供了自然的探针。在高能散射中,纠缠极值在对称性增强点已有所观察。本文计算了各向异性Heisenberg链在两站点模型和有限大小系统中的时间平均纠缠功率,以及在热力学极限下两磁子S矩阵的纠缠功率。对于两站点模型,我们建立了单调层次:随着对称群的增长,纠缠功率减少,达到其最小值在SU(2) XXX点。有限大小XXZ链在SU(2)点Δ=±1和自由费米点Δ=0处表现出尖锐的下降,其中自由费米点的下降随着系统大小缓慢衰减。在热力学极限下,我们将两磁子S矩阵分解为量子逻辑门--身份、交换和σ_z⊗σ_z--并显示,在SU(2)点,S矩阵减少到身份门时,纠缠功率消失,而在自由费米点达到最大值,这与有限大小多体行为相反。纠缠功率可以作为运算符诊断量子模拟中对称性和选定可积性方面的工具。

英文摘要

The entangling power of a unitary operator quantifies its ability to generate entanglement from product states and provides a natural probe of quantum many-body dynamics. Entanglement extremization at points of enhanced symmetry has previously been observed in high-energy scattering. In this work we compute the time-averaged entangling power of anisotropic Heisenberg spin chains across two-site models and finite-size systems, as well as the entangling power of the two-magnon $S$-matrix in the thermodynamic limit. For two-site models we establish a monotonic hierarchy: the entangling power decreases as the symmetry group grows, reaching its minimum at the $SU(2)$ XXX point. Finite-size XXZ chains exhibit sharp dips at the $SU(2)$ points $Δ=\pm 1$ and the free-fermion point $Δ=0$, with the free-fermion dip decaying much more slowly with system size. In the thermodynamic limit, we decompose the two-magnon $S$-matrix into quantum logic gates -- Identity, SWAP, and $σ_z\otimesσ_z$ -- and show that the entangling power vanishes for all scattering energies at the $SU(2)$ points, where the $S$-matrix reduces to the Identity gate, while the free-fermion point achieves the maximum -- the opposite of the finite-size many-body behavior. The entangling power can serve as an {\em operator} diagnostic for symmetry and selected aspects of integrability in quantum simulations of spin-chain dynamics.

2605.20658 2026-05-21 math.GR math.CO

Generalized quaternion NCI-groups, NNN-groups and NNND-groups

广义四元群的NCI群、NNN群和NNND群

Jun-Feng Yang, jia-Li Du, Yan-Quan Feng, Young Soo Kwon

AI总结 本文研究了广义四元群的NCI群性质,证明了对于所有n≥2,该群是NCI群,并探讨了NNN群和NNND群的分类条件。

Comments 18pages

详情
AI中文摘要

一个有限群G的Cayley (di)图Cay(G,S)被称为CI,如果对于每个Cayley (di)图Cay(G,T) of G,Cay(G,S) ≅ Cay(G,T)当且仅当S^σ = T对于某个σ ∈ Aut(G)。群G被称为NDCI群(resp. NCI群)如果每个G的正常Cayley有向图(resp. 图)都是CI。已证明广义四元群Q_{4n}的阶为4n(n≥2)时,是NDCI群当且仅当n=2或n为奇数,但其NCI群分类仍是一个开放问题。在本文中,我们解决了这个问题并证明Q_{4n}对于所有n≥2都是NCI群。一个群G的正常Cayley (di)图被称为NNN如果其自同构群包含一个非正常正则子群同构于G。G被称为NNN群(resp. NNN群)如果它允许一个NNN的Cayley有向图(resp. 图)。在本文中,我们证明Q_{4n}对于所有n≥2都不是NNN群,并且当且仅当n≥6且n为偶数时,它是NNND群。

英文摘要

A Cayley (di)graph $\Cay(G,S)$ of a finite group $G$ is called CI if, for every Cayley (di)graph $\Cay(G,T)$ of $G$, $\Cay(G,S)\cong \Cay(G,T)$ implies that $S^σ=T$ for some $σ\in \Aut(G)$. The group $G$ is called an NDCI-group (resp. NCI-group) if every normal Cayley digraph (resp. graph) of $G$ is CI. It was shown that the generalized quaternion group $\Q_{4n}$ of order $4n$ ($n\geq 2$) is an NDCI-group if and only if either $n=2$ or $n$ is odd, but its NCI-group classification has been left as an open question. In this paper, we solve the question and prove that $\Q_{4n}$ is an NCI-group for every $n\geq 2$. A normal Cayley (di)graph of a group $G$ is called NNN if its automorphism group contains a non-normal regular subgroup isomorphic to $G$, and $G$ is called an NNND-group (resp. NNN-group) if it admits an NNN Cayley digraph (resp. graph). In this paper, we show that $\Q_{4n}$ is not an NNN-group for every $n\geq 2$, and is an NNND-group if and only if $n\geq 6$ and $n$ is even.

2605.20656 2026-05-21 quant-ph cond-mat.dis-nn

Entanglement Growth from Structured Initial States in Many-Body Localized Systems

在许多体局域化系统中从结构化初始态中产生纠缠增长

Chen Xu, Pengfei Zhang

AI总结 研究了在许多体局域化系统中,结构化初始态如何影响纠缠增长,发现总纠缠熵在两个不同阶段呈现非单调变化,揭示了磁化与局部守恒量和位点间关联对纠缠动态的影响。

详情
AI中文摘要

理解复杂纠缠结构如何出现是量子许多体物理中的核心问题。Zhang等人最近考虑了通过在混沌哈密顿量下演化产品态一段时间后,淬火到目标哈密顿量来制备结构化初始态。在这种设置中,许多体局域化系统中的总纠缠熵增长表现出两个不同的阶段,首先增加然后减少,随着初始纠缠的变化。在本文中,我们通过分析随机场XXZ模型中Rényi纠缠熵和Wehrl-Rényi熵的动力学,识别了这种行为的物理起源。我们显示,在极化沿z方向的产品态中,Wehrl-Rényi熵的净增长也表现出类似的非单调依赖性。第一阶段由与局部守恒量相关的有限磁化支配,而第二阶段反映位点间关联。相比之下,在x/y方向的产品态中,纠缠增长表现出单调衰减。我们的结果提供了更细致的图景,说明不同初始态属性如何塑造许多体局域化系统中的纠缠动态。

英文摘要

Understanding how complex entanglement structures emerge is a central problem in quantum many-body physics. Recent work by Zhang et al. has considered structured initial states prepared by evolving a product state under a chaotic Hamiltonian for a finite time before quenching to the target Hamiltonian. In this setup, total entanglement entropy growth in many-body localized systems exhibits two distinct regimes, first increasing and then decreasing as the initial entanglement is tuned. In this work, we identify the physical origin of this behavior by analyzing the dynamics of both the Rényi entanglement entropy and the Wehrl-Rényi entropy in the random-field XXZ model, the latter of which characterizes multipartite entanglement. We show that a similar non-monotonic dependence on the initial entanglement also appears in the net growth of the Wehrl-Rényi entropy for product states polarized along the $z$-direction. The first regime is governed by a finite magnetization associated with local integrals of motion, while the second reflects inter-site correlations. In contrast, for product states in the $x/y$-direction, the entanglement growth exhibits a monotonic decay. Our results provide a more fine-grained picture of how distinct initial-state properties shape entanglement dynamics in many-body localized systems.

2605.20655 2026-05-21 cond-mat.mtrl-sci

Interacting donor-acceptor pairs as the origin of coupled spin-optical signals in hexagonal boron nitride

相互作用的供体-受体对作为六方氮化硼中耦合自旋-光学信号的起源

Guanjian Hu, Jijun Huang, Bing Huang, Song Li

AI总结 研究揭示了六方氮化硼中耦合自旋-光学信号的微观起源,表明供体-受体对的相互作用而非孤立缺陷是关键因素,并提出了设计宽禁带半导体中自旋活性量子发射体的原则。

Comments 7 pages and 4 figures

详情
AI中文摘要

六方氮化硼中的可光调控自旋缺陷有希望用于室温量子技术,但其微观身份仍 largely unknown。利用第一性原理计算,我们显示耦合自旋光学信号源于相互作用的供体-受体对,而非通常认为的孤立缺陷。供体-受体对的相互作用控制电荷转移、电子结构和自旋耦合,从而显著调节零声子线、声子边带、寿命以及光检测磁共振对比度的符号。重要的是,我们识别出两种不同的电荷态依赖耦合区域,并将此图景扩展到相关缺陷集合,解释了实验观测的广泛多样性。我们的结果建立了耦合缺陷行为的微观框架,并为宽禁带半导体中的自旋活性量子发射体提供了设计原则。

英文摘要

Optically addressable spin defects in hexagonal boron nitride hold promise for room-temperature quantum technologies, but their microscopic identities remain largely unknown. Using first principles calculations, we show that coupled spin optical signals arise from interacting donor acceptor pairs, not the commonly believed isolated defects. Intra and inter pair separations control charge transfer, electronic structure, and spin coupling, thereby greatly modulating zero phonon lines, phonon sidebands, lifetimes, and the sign of optically detected magnetic resonance contrast. Importantly, we identify two distinct charge-state-dependent coupling regimes and extend this picture to correlated defect ensembles, explaining the wide diversity of experimental observations. Our results establish a microscopic framework for coupled defect behavior and provide design principles for spin-active quantum emitters in wide bandgap semiconductors.

2605.20653 2026-05-21 cond-mat.supr-con cond-mat.mtrl-sci

Pressure-induced superconductivity in epitaxially-stabilized Pr$_3$Ni$_2$O$_7$ films

压力诱导超导性在 epitaxially-stabilized Pr$_3$Ni$_2$O$_7$ 薄膜中的表现

Motoki Osada, Chieko Terakura, Hsiao-Yi Chen, Akiko Kikkawa, Masamichi Nakajima, Ryoma Asai, Jean-Baptiste Morée, Yusuke Nomura, Ryotaro Arita, Yoshinori Tokura, Atsushi Tsukazaki

AI总结 研究通过压力诱导在 epitaxially-stabilized Pr$_3$Ni$_2$O$_7$ 薄膜中实现高临界温度超导性,并发现稀土离子对超导临界压力和临界温度的影响。

Comments 23 pages, 9 figures

详情
AI中文摘要

在高压下发现 La$_3$Ni$_2$O$_7$ 高临界温度超导性的发现,推动了通过 lanthanide Ln 替代扩大 Tc 范围,并在应变薄膜中实现常压超导性,但探索新的双层镍酸盐仍受到热力学稳定性限制。除了单晶bulk合成的困难外,我们报告了在 epitaxially-stabilized Pr$_3$Ni$_2$O$_7$ 薄膜中压力诱导的高 Tc 超导性。虽然 Pr$_3$Ni$_2$O$_7$ 薄膜在常压下无论是否经过臭氧退火都表现出绝缘行为,但它们显示 T 线性金属传输并在 22 GPa 下达到 66 K 的起始 Tc 并在接近 40 K 时表现出零电阻。此外,Nd$_3$Ni$_2$O$_7$,具有较小的稀土离子 Nd,也可以被稳定,但测量压力范围内未观察到超导性。Epitaxial 稳定使我们能够研究 Tc 和超导临界压力 P_c 对 Ln 离子在 Ln$_3$Ni$_2$O$_7$(Ln = La, Pr, Nd)中的依赖性。这些结果表明,较小的 Ln 离子需要更高的 P_c,这与在 bulk 研究中观察到的趋势一致。本研究证明了 epitaxial 稳定是一种强大的技术,可以进一步扩展超导双层镍酸盐家族。

英文摘要

The discovery of high critical-temperature $T_{\mathrm{c}}$ superconductivity in La$_3$Ni$_2$O$_7$ under high pressure has led to a rapid expansion of the $T_{\mathrm{c}}$ range through lanthanide $Ln$ substitution, and to ambient-pressure superconductivity in strained thin films, yet the exploration of new bilayer nickelates remains strongly constrained by thermodynamic stability. Beyond the difficulty of synthesis of bulk single-crystals, here we report on the pressure-induced high-$T_{\mathrm{c}}$ superconductivity in epitaxially-stabilized Pr$_3$Ni$_2$O$_7$ thin films. While the Pr$_3$Ni$_2$O$_7$ films exhibit insulating behaviour at ambient pressure regardless of ozone-annealing treatment, they show $T$-linear metallic transport and superconductivity reaching an onset $T_{\mathrm{c}}$ of 66 K and zero-resistance at nearly 40 K at 22 GPa. Furthermore, Nd$_3$Ni$_2$O$_7$, with the smaller rare-earth ion Nd, can also be stabilized, however, superconductivity is not observed in the measured pressure range. Epitaxial stabilization enables us to examine the dependence of $T_{\mathrm{c}}$ and the critical pressure $P_{\mathrm{c}}$ for superconductivity on the $Ln$ ion in $Ln_3$Ni$_2$O$_7$ ($Ln$ = La, Pr, Nd). These results suggest that a higher $P_{\mathrm{c}}$ is required for smaller $Ln$ ions, consistent with trends observed in bulk studies of $Ln$ substitution. This study demonstrates that epitaxial stabilization is a powerful technique to further expand the family of superconducting bilayer nickelates.

2605.20652 2026-05-21 quant-ph cond-mat.supr-con

WSi weak link element with a non-sinusoidal current-phase relation

具有非正弦电流-相位关系的WSi弱链接元件

Sarah Garcia Jones, Trevyn F. Q. Larson, Sai Pavan Chitta, Heli Vora, Varun Verma, Sae Woo Nam, José Aumentado, Jens Koch, Raymond W. Simmonds, András Gyenis

AI总结 该研究通过实验展示了由非晶高动能感应材料钨硅化物制成的约束结构在三维RF-SQUID中的非线性行为,发现其行为与具有锯齿状电流-相位关系的约瑟夫森结或量子相滑移元件一致,并测量了稳定态的弛豫时间。

详情
AI中文摘要

非线性是用于编码具有非均匀能级间距的量子态、实现相干量子门、读取量子位、放大和混合电磁信号的重要组成部分。在本工作中,我们展示了由非晶高动能感应材料钨硅化物制成的约束结构嵌入三维RF-SQUID中的非线性行为。我们发现结果与弱链接作为具有锯齿状电流-相位关系的约瑟夫森结或量子相滑移元件一致。最后,我们测量了在势能局部极小值中被捕获的亚稳态持久电流状态的弛豫时间。

英文摘要

Nonlinearity is an essential ingredient for encoding quantum states with non-uniform energy spacing, implementing coherent quantum gates, reading out qubits, amplifying, and mixing electromagnetic signals. In this work, we demonstrate the nonlinear behavior of a constriction fabricated from an amorphous, high-kinetic inductance material, tungsten silicide, embedded in a three-dimensional RF-SQUID. We find that the results are consistent with the weak link behaving as a Josephson junction with a sawtooth-like current-phase relation or a quantum phase slip element. Finally, we measure relaxation times of the metastable, persistent-current states trapped in the local minima of the potential.

2605.20650 2026-05-21 math.AP

A priori estimates for solutions of degenerate fully nonlinear elliptic equations with $L^p$ data

退化全非线性椭圆方程的先验估计

Hongsoo Kim, Se-Chan Lee

AI总结 本文研究了具有L^p数据的退化全非线性椭圆方程的粘性解的先验正则性估计,证明了当非齐次项属于L^p(p>n)时的最优内部C^{1,α}估计,在临界情况下,在Lorentz条件f∈L^{n,1}下获得对数Lipschitz连续性模,利用滑动抛物面或尖点方法开发了在合适梯度 regime 中的均匀Hölder估计,并通过修正论方法建立了一个近似引理,从而推导出相应的Schauder型估计。

Comments 20 pages

详情
AI中文摘要

我们建立了退化全非线性椭圆方程的粘性解的先验正则性估计。当非齐次项属于L^p(p>n)时,我们证明了最优的内部C^{1,α}估计。在临界情况下,我们利用Lorentz条件f∈L^{n,1}获得log-Lipschitz连续性模。我们利用滑动抛物面或尖点方法开发了在合适梯度 regime 中的均匀Hölder估计。最后,我们通过一个修正论方法建立了一个近似引理,从而推导出相应的Schauder型估计。

英文摘要

We establish a priori regularity estimates for viscosity solutions of degenerate fully nonlinear elliptic equations with integrable right-hand sides. When the nonhomogeneous term belongs to $L^p$ with $p>n$, we prove optimal interior $C^{1,α}$ estimates. In the critical case, we obtain a log-Lipschitz modulus of continuity under the Lorentz condition $f\in L^{n,1}$. We utilize sliding paraboloid or cusp methods to develop uniform Hölder estimates for equations that are elliptic only in suitable gradient regimes. Finally, we establish an approximation lemma for integrable right-hand sides via a corrector argument, which allows us to deduce the corresponding Schauder-type estimates.

2605.20647 2026-05-21 physics.optics physics.plasm-ph

HotLoop Optimization of Petawatt Laser Focal Spot via a Twin-Focus Scheme

通过双焦点方案优化拍瓦级激光聚焦斑点的HotLoop优化

Qingfan Wu, Ying Gao, Minjian Wu, Jiarui Zhao, Shiyou Chen, Tianhao Liang, Haoran Chen, Tan Song, Zhongshuai Zhang, Zhangyi Wu, Shirui Xu, Ziyang Peng, Tianqi Xu, Zhuo Pan, Yujia Zhang, Qihang Han, Ke Chen, Chenghao Hua, Pengcheng Fan, Yuntian Xie, Yifei Shen, Shengxuan Xu, Liyong Ma, Yixing Geng, Chen Lin, Yanying Zhao, Xueqing Yan, Wenjun Ma

AI总结 本文提出了一种双焦点方案,用于精确表征拍瓦飞秒激光脉冲的强度分布和波前,并利用该方法优化全功率下的焦点斑点,从而显著提高了激光质子加速实验中的截止质子能量。

Comments Accepted by Matter and Radiation at Extremes (MRE)

详情
AI中文摘要

实现高功率激光脉冲的衍射极限聚焦以产生超高强度是发展紧凑型激光驱动粒子加速器和探索强场量子电动力学的关键。然而,准确诊断和优化拍瓦(PW)激光脉冲的焦点斑点仍是一个重大挑战。在本工作中,我们提出了一种实验方法,利用双焦点方案精确表征聚焦PW飞秒激光脉冲的强度分布和波前,并利用该方法阐明其功率依赖性演化。此外,我们通过称为『HotLoop』的原位波前校正方法优化了全功率下的焦点斑点,实现了1 PW激光脉冲的斯特林比为0.80。因此,激光质子加速实验中的截止质子能量显著提高。该方法的成功突显了在超高强度激光-物质相互作用中进行原位高能波前校正的必要性。

英文摘要

Achieving diffraction-limited focusing of high-power laser pulses to generate ultra-high intensities is crucial for developing compact laser-driven particle accelerators and exploring strong-field quantum electrodynamics. However, accurately diagnosing and optimizing the focal spots of petawatt (PW) laser pulses remains a significant challenge. In this work, we present an experimental methodology utilizing a twin-focus scheme to precisely characterize the intensity distribution and wavefront of focused PW femtosecond laser pulses, and employ it to elucidate their power-dependent evolution. Furthermore, we optimized the focal spots at full power via our in-situ wavefront correction method termed ``HotLoop', achieving a Strehl ratio of 0.80 for 1 PW laser pulses. Consequently, the cutoff proton energies in laser proton acceleration experiments were significantly enhanced. The success of this approach underscores the necessity of in-situ high-energy wavefront correction for ultra-high intensity laser-matter interactions.

2605.20646 2026-05-21 cs.SI

DisImpact: Quantifying the Physi-Social Impact of Natural Disasters Through Social Media

DisImpact:通过社交媒体量化自然灾害的生理-社会影响

Ruichen Yao, Tejna Dasari, Xuanyu Meng, Elliot Cao, Zelin Li, Yifan Liu, Yaokun Liu, Lanyu Shang, Dong Wang

AI总结 本文提出DisImpact框架,利用多模态大语言模型系统量化自然灾害的生理和社会影响,通过社交媒体内容分类和构建灾害影响指数,实现对灾害影响的统一表示和分析。

Comments Accepted by ICWSM 2026

详情
AI中文摘要

自然灾害不仅造成大规模的物质破坏,还导致难以用传统调查和报告量化的一系列连锁社会后果。社交媒体平台提供了一种替代视角,能够捕捉多模态、实时和用户生成的内容,可用于灾害影响分析。在本文中,我们介绍了DisImpact,一个两阶段框架,通过多模态大语言模型(MLLM)系统地量化灾害的生理-社会影响。社交媒体帖子首先被分类为十个灾害影响类别,涵盖物理和社会领域。我们然后构建了一个灾害影响指数,将每个类别的相对重要性与公众每周的参与强度相结合。这种设计提供了一个统一的尺度,用于表示灾害影响在个体类别和更广泛物理和社会领域中的表现。统一的表示使不同类别之间能够直接比较,并允许影响灵活聚合,以揭示更高层次的模式和总体趋势。我们通过权威的地面真实数据验证影响指数,包括FEMA公共援助数据和NASA FIRMS火灾检测数据,观察到一致的领先-滞后相关性,证明了在社会和物理影响维度上的有效性。我们进一步进行了时间和空间分析,结果表明,物理影响通常在灾害期间达到峰值,并局限于直接受影响的地区,而社会影响则往往在之后出现,并在时间和空间上更广泛传播。据我们所知,这是第一个利用多个社交媒体平台的多模态数据,全面量化灾害在物理和社会维度上影响的框架。

英文摘要

Natural disasters not only cause large-scale physical destruction, but also cascading social consequences that are difficult to quantify with traditional surveys and reports. Social media platforms offer an alternative perspective that captures multimodal, real-time, and user-generated content that can be leveraged for disaster impacts. In this paper, we introduce DisImpact, a two-stage framework that systematically quantifies the physi-social impacts of disasters via a Multimodal Large Language Model (MLLM). The social media posts are first classified into ten disaster impact categories that cover both physical and social domains. We then construct a disaster impact index that integrates the relative prominence of each category with the intensity of public engagement on a weekly basis. This design provides a unified scale for representing disaster impacts across both individual disaster impact categories and the broader physical and social domains. The unified representation enables direct comparison across categories and allows the impacts to be flexibly aggregated to reveal higher-level patterns and overall trends. We validate the impact indices against authoritative ground-truth data, including FEMA Public Assistance data and NASA FIRMS fire detections, observing consistent lead-lag correlations that demonstrate strong validity across both social and physical impact dimensions. We further conduct temporal and spatial analyses, and the results show that physical impacts are often peak during the disasters and localized in regions that are directly affected by disasters, while social impacts often emerge later and spread more broadly across time and space. To the best of our knowledge, this is the first framework to comprehensively quantify disaster impacts across their physical and social dimensions using multimodal data from multiple social media platforms.

2605.20638 2026-05-21 math.OC cs.SY eess.SY

Distributed and Decentralized Optimization Algorithms via Consensus ALADIN

通过共识ALADIN实现分布式和去中心化优化算法

Xu Du, Jingzhe Wang, Karl H. Johansson, Apostolos I. Rikos

AI总结 本文研究了分布式共识优化问题,提出了一种基于增广拉格朗日法的交替方向不精确牛顿法(ALADIN)的扩展版本,即共识ALADIN(C-ALADIN),该方法通过中央协调器直接处理共识约束。我们开发了两种变体:一种是第一阶变体,另一种是利用Hessian近似器的第二阶变体,避免直接传输第二阶信息,同时保持快速局部收敛性。然后,我们开发了C-ALADIN的去中心化版本,该版本在有向图上运行,使用有限时间协调协议进行量化通信。对于两种版本,我们为凸问题建立了全局收敛性保证,为非凸问题建立了局部收敛性保证。在去中心化情况下,迭代收敛到由量化级别决定的最优解的邻域。数值结果表明,我们的方法在保持快速收敛的同时,显著减少了通信和计算成本,相比现有去中心化方法。

详情
AI中文摘要

分布式优化已在智能电网、最优控制和机器学习中得到广泛应用。本文研究分布式共识优化。我们扩展了基于增广拉格朗日法的交替方向不精确牛顿(ALADIN)框架,提出带有中央协调器的共识ALADIN(C-ALADIN),直接处理共识约束。我们的C-ALADIN算法具有两种变体:一种是第一阶变体,另一种是利用Hessian近似器的第二阶变体,避免直接传输第二阶信息,同时保持快速局部收敛性。然后,我们开发了C-ALADIN的去中心化版本,该版本在有向图上运行,使用量化通信和有限时间协调协议。对于两种版本,我们为凸问题建立了全局收敛性保证,为非凸问题建立了局部收敛性保证。在去中心化情况下,迭代收敛到由量化级别决定的最优解的邻域。数值结果表明,我们的方法在保持快速收敛的同时,显著减少了通信和计算成本,相比现有去中心化方法。

英文摘要

Distributed optimization has found widespread applications in smart grids, optimal control, and machine learning. This paper studies distributed consensus optimization. We extend the Augmented Lagrangian-based Alternating Direction Inexact Newton (ALADIN) framework to propose Consensus ALADIN (C-ALADIN) with a central coordinator, which directly handles consensus constraints. Our C-ALADIN algorithm admits both a first-order variant and a second-order variant that employs a Hessian approximation, avoiding direct transmission of second-order information while preserving fast local convergence. We then develop a decentralized version of C-ALADIN that operates over directed graphs with quantized communication, using a finite-time coordination protocol. For both versions, we establish global convergence guarantees for convex problems and local convergence guarantees for non-convex problems. For the decentralized case, the iterates converge to a neighborhood of the optimum determined by the quantization level. Numerical results demonstrate that our methods retain fast convergence while substantially reducing communication and computational costs compared to existing decentralized approaches.

2605.20634 2026-05-21 stat.ME math.ST stat.TH

New Confidence Regions for Linear Regression Parameters with Stationary-Ergodic Dependent Errors

线性回归参数的新置信区域:具有平稳-遍历依赖误差

Mous-Abou Hamadou, Martial Longla, Mathias Nthiani Muia, Mahmud Hasan

AI总结 本文提出了一种在回归变量和误差 jointly stationary and ergodic 且未指定序列依赖的情况下,利用随机平滑和辅助样本进行回归系数联合置信区域估计的方法,无需直接估计长期方差或参数依赖模型,且在实际应用中表现出良好的覆盖性能和区域体积。

详情
AI中文摘要

我们开发了在回归变量和误差 jointly stationary and ergodic 且未指定序列依赖的情况下,线性回归系数的联合置信区域。该方法应用随机平滑,使用独立的辅助样本和收缩带宽,对回归和二阶矩统计量向量进行处理。在平稳性、遍历性和有限二阶矩条件下,估计量渐近正态,从而产生Wald置信区域和同时置信区间,而无需直接估计长期方差或参数依赖模型。在实现中,我们引入了标度估计量,具有数据驱动的带宽选择和一种温和的截断,以提高有限样本稳定性。在ARMA、ARFIMA、基于copula的马尔可夫误差和分数高斯噪声(具有高斯和重尾边缘分布)的模拟中,显示出接近名义覆盖和与Newey-West HAC和MAC相比具有竞争力的区域体积。一个北京冬季PM2.5应用示例展示了该过程。关键词:随机平滑,联合推断,置信区域,依赖误差,长期记忆,回归推断

英文摘要

We develop joint confidence regions for linear regression coefficients when the regressors and errors are jointly stationary and ergodic with unspecified serial dependence. The method applies random smoothing, using an independent auxiliary sample and shrinking bandwidth, to a vector of regression and second-moment statistics. Under stationarity, ergodicity, and finite second moments, the estimator is asymptotically normal and yields Wald confidence regions and simultaneous confidence intervals without direct long-run variance estimation or a parametric dependence model. For implementation, we introduce a scaled estimator with data-driven bandwidth selection and a mild truncation that improves finite-sample stability. Simulations under ARMA, ARFIMA, copula-based Markov errors, and fractional Gaussian noise, with Gaussian and heavy-tailed margins, show near-nominal coverage and competitive region volumes relative to Newey-West HAC and MAC. A winter Beijing PM2.5 application illustrates the procedure. Keywords: Random smoothing, Joint inference, Confidence regions, Dependent errors, Long memory, Regression inference

2605.20633 2026-05-21 stat.ME stat.AP

Application of Propensity Score Models and Causal Estimators in Observational Studies under Model Misspecification

倾向分数模型和因果估计器在模型不规范下的观察性研究应用

Apu Chandra Das, Sakib Salam, Md Robiul Islam Talukder, Ashim Chandra Das, Antar Chandra Das, Rakhi Chowdhury

AI总结 本文研究了在模型不规范情况下,倾向分数模型和因果估计器在观察性研究中的性能,发现AIPW在大多数情况下提供了稳健且稳定的估计,而IPW对PS模型不规范非常敏感,RSM仅在结果模型正确规范时表现良好。

Comments 24 pages, 4 figures

详情
AI中文摘要

倾向分数(PS)方法被广泛应用于观察性研究中,以减少混杂因素并估计因果治疗效应。然而,PS基于的因果估计器的有效性严重依赖于正确的模型规范,模型不规范可能导致显著的偏倚和不稳定性。在本研究中,我们系统地评估了常用因果估计器在不同水平的PS和结果模型不规范下的性能,包括响应面建模(RSM)、逆概率加权(IPW)和增强逆概率加权(AIPW)。我们比较了逻辑回归与几种机器学习方法在PS估计中的表现,包括随机森林(RF)、支持向量机(SVM)和线性判别分析(LDA)。在多个由正确规范和不规范的PS和结果模型、不同样本量和不同协变量相关结构定义的场景下进行了广泛的模拟研究。通过偏倚、绝对偏倚、均方根误差、经验标准误差和置信区间宽度来评估估计器性能。结果表明,AIPW在大多数情况下由于其双重鲁棒性提供了稳健且稳定的估计,而IPW对PS不规范非常敏感,且由灵活的机器学习方法产生的不稳定PS估计会使其不稳。RSM仅在结果模型正确规范时表现良好。使用ACTG175临床试验和阿尔茨海默病神经影像化验计划(ADNI)数据集的现实应用进一步说明了估计器选择和PS建模策略的实际影响。总体而言,我们的发现强调了在双重鲁棒框架内整合灵活的机器学习方法以提高观察性研究中的因果效应估计的重要性。

英文摘要

Propensity score (PS) methods are widely used in observational studies to reduce confounding and estimate causal treatment effects. However, the validity of PS-based causal estimators depends heavily on correct model specification, and model misspecification may lead to substantial bias and instability. In this study, we systematically evaluate the performance of commonly used causal estimators, including response surface modeling (RSM), inverse probability weighting (IPW), and augmented inverse probability weighting (AIPW), under varying levels of PS and outcome model misspecification. We compare classical logistic regression with several machine learning approaches for PS estimation, including random forests (RF), support vector machines (SVM), and linear discriminant analysis (LDA). Extensive simulation studies were conducted under multiple scenarios defined by combinations of correctly specified and misspecified PS and outcome models, varying sample sizes, and different covariate correlation structures. Estimator performance was assessed using bias, absolute bias, root mean squared error, empirical standard error, and confidence interval width. Results demonstrate that AIPW consistently provides robust and stable estimates across most scenarios due to its doubly robust property, whereas IPW is highly sensitive to PS misspecification and unstable PS estimates produced by flexible machine learning methods. RSM performs well only when the outcome model is correctly specified. Real-world applications using the ACTG175 clinical trial and the Alzheimer's Disease Neuroimaging Initiative (ADNI) dataset further illustrate the practical implications of estimator choice and PS modeling strategy. Overall, our findings highlight the importance of integrating flexible machine learning approaches within doubly robust frameworks to improve causal effect estimation in observational studies.

2605.20632 2026-05-21 astro-ph.HE

Multi-wavelength Emission for a Post-merger Magnetar: The Magnetar-Driven Poynting Jet and Its Associated Pulsar Wind Nebula

双波长辐射用于并合后磁星:磁星驱动的庞蒂نج喷流及其关联的脉冲星风云

Yun-Peng Li, Da-Bin Lin, Ning-Yuan Zhang, En-Wei Liang

AI总结 研究探讨了并合后磁星驱动的庞蒂نج喷流及其关联的脉冲星风云的多波长辐射特性,揭示了喷流与风云相互作用的动力学过程,以及不同波段辐射特征的演化机制。

Comments Accepted by ApJ

详情
AI中文摘要

新生的快速旋转磁星可能在双中子星并合中形成,并驱动一个由庞蒂نج流主导的相对论喷流。随着喷流向外传播,形成前向激波(FS)和后向激波(RS),在两者之间膨胀出脉冲星风云(PWN)。我们对喷流和PWN的辐射进行了系统研究,其磁能受耗散影响。通过跟踪喷流-喷射物-PWN系统的动态,发现RS在大多数情况下寿命较长:它首先滞后于接触不连续面,最终与接触不连续面和FS重合。因此,辐射表现出特征性的时间演化。根据光学深度,辐射最初由光学厚喷射物的热辐射主导,随后在系统变得光学薄时由喷流驱动的X射线平台主导,最后由PWN FS的同步辐射和逆康普顿辐射主导。特别是,外部逆康普顿散射喷流光子由FS产生,自然产生晚期的GeV突起以及显著的TeV成分。我们的模型可以同时解释由并合驱动的伽马射线暴中的早期热辐射、X射线平台和晚期GeV过剩,还表明并合后磁星驱动的PWN可能是TeV光子源。

英文摘要

A newborn, rapidly rotating magnetar may form in a binary neutron star merger and drive a Poynting-flux-dominated relativistic jet. As the jet propagates outward, a forward shock (FS) and a reverse shock (RS) are formed, inflating a pulsar wind nebula (PWN) between them. We present a systematic study of the emission from both the PWN and the jet, whose magnetic energy is subject to dissipation. By following the dynamics of the jet-ejecta-PWN system, we find that, in most cases, the RS is long-lived: it first lags behind the contact discontinuity and eventually coincides with both the contact discontinuity and the FS after the jet breakout into the external medium. As a result, the emission exhibits a characteristic temporal evolution. Depending on the optical depth, the emission is initially dominated by thermal radiation from the optically thick ejecta, then by a jet-powered X-ray plateau once the system becomes optically thin, and finally by synchrotron and inverse-Compton radiation from the PWN FS at late times. In particular, external inverse-Compton scattering of jet photons by the FS naturally produces a late-time GeV bump together with a substantial TeV component. Our model can simultaneously account for early thermal emission, X-ray plateaus, and late-time GeV excesses in merger-driven gamma-ray bursts, and also indicates that post-merger magnetar-driven PWNs are potential TeV photon sources.

2605.20631 2026-05-21 physics.optics cond-mat.mes-hall cond-mat.mtrl-sci

Probing Lattice Dynamics in Real-Space and Real-Time

探测实空间和实时的晶格动力学

Navdeep Rana

AI总结 本文研究了高谐波光谱学在探测固体中相干晶格动力学对阿秒电子响应影响方面的应用,展示了HHS在表征声子模式能量、极化、相位差和手性方面的能力,并提出了一种用于实空间和实时探测晶格动力学的新方法。

Comments PhD thesis, IIT Bombay, 2023. 142 pages. Supervisor: Prof. Gopal Dixit

详情
AI中文摘要

相干晶格振动显著影响固体中的物理和化学过程,如热传导、位移相变和热导率。因此,探测实空间和实时的晶格动力学对于理解固体中的普遍现象至关重要。高谐波光谱学(HHS)已发展为研究固体静态和动态性质的首选技术,能够在超快时间尺度上进行研究。然而,尽管取得了这些成就,HHS用于探测相干晶格振动对电子响应影响的应用仍未被探索。本文通过HHS探讨了相干晶格动力学对固体中阿秒电子响应的影响。我们观察到,在石墨中激发平面声子模式会导致谐波光谱中出现边带,这些边带由激发声子模式的频率分开。此外,我们展示了HHS能够表征声子模式的能量、极化、相位差以及“手性”。本论文提供了一种以亚周期时间分辨率探测固体中声子驱动过程的途径。在后半部分,我们的关注点转向了实空间和实时探测相干晶格动力学。我们证明了非弹性散射技术结合理论分析,在泵浦-探测配置中能够得到与时间分辨衍射和成像测量相当的结果。我们的发现与时间分辨漫射X射线散射实验的结果高度一致。我们提出的方法为探测实空间和实时的晶格动力学提供了一种替代时间分辨衍射和成像方法,具有原子级的空间时间分辨率。

英文摘要

The coherent lattice vibrations significantly impact physical and chemical processes in solids, such as heat transfer, displacive phase transitions, and thermal conductivity. Thus, probing lattice dynamics in real-space and real-time is essential for understanding ubiquitous phenomena in solids. High-harmonic spectroscopy (HHS) has emerged as a preferred technique for investigating static and dynamic properties of solids on ultrafast timescales. Yet, despite these accomplishments, the applicability of HHS to probe the influence of coherent lattice vibrations on electronic responses has remained unexplored. In this thesis, we explore the impact of coherent lattice dynamics on attosecond electronic responses in solids using HHS. We observe that coherent excitation of the in-plane phonon mode in graphene results in sidebands in the harmonic spectrum, separated by the frequency of the excited phonon mode. Additionally, we demonstrate the capability of HHS to characterize energy, polarization, phase difference, and the "chirality" of phonon modes. This thesis offers an avenue to probe phonon-driven processes in solids with sub-cycle temporal resolution. In the later segment, our focus shifts toward probing coherent lattice dynamics in real-space and real-time. We demonstrate that inelastic scattering techniques, combined with theoretical analysis, yield comparable results to those from time-resolved diffraction and imaging measurements within pump-probe configurations. Our findings exhibit excellent agreement with results from a time-resolved diffuse x-ray scattering experiment. Our proposed method serves as an alternative to time-resolved diffraction and imaging methods for probing lattice dynamics in real-space and real-time with atomic-scale spatiotemporal resolution.

2605.20627 2026-05-21 math.NT

On discrepancy estimates for pseudorandom vectors constructed by the elliptic curve congruential generator

关于由椭圆曲线同余生成器构造的伪随机向量的偏差估计

Ziran Liu, Chung Pang Mok

AI总结 本文研究了由椭圆曲线同余生成器构造的伪随机向量的偏差估计问题,特别是在非平移情况下。研究得出了两个结果家族:首先,在由诱导一维线性同余生成器的相对最大周期条件(RMPC)特征的全余集 regime 中,证明了偏差 D、序列偏差 D_s 及在相应导出 RMPC 下的非重叠偏差 $\widetilde D_s$ 的上界为 $q^{1/2}/t$。其次,在一般子周期 regime 中,将 D、D_s 和 $\widetilde D_s$ 的上界减少到估计附着于一维线性同余生成器的可接受索引集的傅里叶 $\ell^1$ 质量,这隔离了进一步改进的算术瓶颈。

Comments 30 pages

详情
AI中文摘要

本文研究了由椭圆曲线同余生成器构造的伪随机向量的偏差估计问题,特别是在非平移情况下。研究得出了两个结果家族:首先,在由诱导一维线性同余生成器的相对最大周期条件(RMPC)特征的全余集 regime 中,证明了偏差 D、序列偏差 D_s 及在相应导出 RMPC 下的非重叠偏差 $\widetilde D_s$ 的上界为 $q^{1/2}/t$。其次,在一般子周期 regime 中,将 D、D_s 和 $\widettilde D_s$ 的上界减少到估计附着于一维线性同余生成器的可接受索引集的傅里叶 $\ell^1$ 质量,这隔离了进一步改进的算术瓶颈。

英文摘要

This paper studies the problem of discrepancy estimates for pseudorandom vectors constructed by the elliptic curve congruential generator, particularly in the non-translational case. Two families of results are obtained. First, in a full-coset regime characterized by a relative maximal period condition (RMPC) on an induced one-dimensional linear congruential generator, one proves bounds of type $q^{1/2}/t$ for the discrepancy $D$, the serial discrepancy $D_s$, and, under the corresponding derived RMPC, the non-overlapping discrepancy $\widetilde D_s$. Second, in the general sub-period regime, one reduces bounds for $D$, $D_s$, and $\widetilde D_s$ to estimation of Fourier $\ell^1$ masses of admissible index sets attached to one-dimensional linear congruential generators. This isolates the arithmetic bottleneck for further improvement.

2605.20622 2026-05-21 astro-ph.GA

Connecting CGM enrichment with Lyman alpha emitters at 2.9 < z < 6.7

将CGM富集与Lyman alpha发射体在2.9 < z < 6.7连接起来

A. M. Sebastian, E. Ryan-Weber, R. L. Davies, R. A. Meyer, V. D'Odorico

AI总结 该研究通过在VLT/MUSE的三个深档案z≈6类星体场中使用先进检测算法,寻找Lyman alpha发射体(LAEs),并探讨其与CGM中C IV和Mg II吸收体的关系,发现LAEs的金属富集情况以及低电离气体的覆盖分数较低。

Comments 24 pages, 15 figures, Accepted for publication in MNRAS

详情
AI中文摘要

我们使用最先进的检测算法,在三个深档案z≈6类星体场中进行了盲搜Lyman α发射体(LAEs)的研究。我们探讨了这些LAEs与E-XQR-30调查中CGM中的吸收体(特别是C IV和Mg II)之间的联系。我们检测到2.9 < z < 6.7范围内的156个LAEs,其亮度从log L[ergs^{-1}]=41.3到43.2不等。在3.4 < z < 5.8范围内,我们发现34个C IV吸收体和14个Mg II吸收体,其视向速度窗口为±1000 km^{-1},影响半径小于250 pkpc。这些系统相对于吸收体强度-影响半径关系表现出弱反相关性。没有Mg II系统被发现位于任何LAE的 virial 半径内,而四个C IV吸收体位于某个LAE的 virial 半径内,表明低电离气体的覆盖分数较低。LAEs在C IV和Mg II周围有轻微的过密度比分别为1.7和1.9。通过Keck/NIRC2成像估计的恒星质量上限为log M_* < 10.7 M_⊙,表明低质量、暗淡的星系向CGM输送金属。本文是即将进行的REQUIEM调查的先行分析,该调查是ESO大型项目,针对高红移深类星体场。

英文摘要

We present the results of a blind search for Lyman $α$ emitters (LAEs) in three deep archival $z\sim6$ quasar fields from VLT/MUSE using state-of-the-art detection algorithms. We explore their connection with absorbers-particularly C IV and Mg II-in the circumgalactic medium (CGM) from the E-XQR-30 survey. We detect 156 LAEs at $2.9<z<6.7$ with luminosities ranging from log $L[\text{ergs}^{-1}]=$ 41.3 to 43.2. We find 34 and 14 galaxy associations with C IV and Mg II absorption respectively at $3.4<z<5.8$ within a line of sight velocity window of $\pm1000~\text{km}^{-1}$ and impact parameter of $<250$ pkpc. These systems have a weak anti-correlation with respect to the absorber strength-impact parameter relation. No Mg II systems are found within the virial radii of any LAE while four C IV absorbers are located within the virial radii of an LAE suggesting that low ionisation gas has a lower covering fraction. The LAEs have mild overdensity ratios of 1.7 and 1.9 around C IV and Mg II respectively. The stellar mass upper limits of $\text{log}~M_*<10.7~\text{M}_\odot$ estimated using Keck/NIRC2 imaging indicate that a low-mass, faint population of galaxies pollutes the CGM with metals. This paper serves as a pilot analysis for the forthcoming REQUIEM survey, an ESO Large Program on high redshift deep quasar fields.

2605.20621 2026-05-21 stat.ME stat.AP stat.CO

Changepoint Detection in Categorical Time Series with Application to Daily Total Cloud Cover in Canada

在加拿大每日总云量中的类别时间序列中的突变点检测及其应用

Mo Li, QiQi Lu, XiaoLan Wang

AI总结 本文提出了一种边际过渡模型,用于检测周期性和序列相关类别时间序列中的单个突变点,通过马尔可夫链捕捉序列依赖性,并利用最大似然估计方法提高计算效率,以检测类别时间序列中的突然变化。

Comments 31 pages, 16 figures, 5 tables; includes supplementary material; R/Rcpp code available in the linked GitHub repository

详情
AI中文摘要

突变点对于同质化类别时间序列和分析其趋势和变化至关重要。加拿大原始总云量每小时记录在十分位(或八分位),表现出固有的季节性和序列相关性。Lu和Wang(2012)引入了扩展的累积logit模型来检测云量条件的年度频率变化。虽然年度汇总可以减轻季节性和序列相关性,但会缩短时间序列并可能导致过度分散。本文提出了一种边际过渡模型,用于检测周期性和序列相关的类别时间序列中的单个突变点。该模型利用一阶马尔可夫链捕捉序列依赖性,并允许类别特定的突变点指定。为了提高计算效率,我们开发了一种新的参数估计程序以获得最大似然估计。然后提出了一种最大化选择的似然比检验统计量来测试类别时间序列中的突然变化,并通过在加拿大不列颠哥伦比亚省弗雷德里克顿圣约翰机场9点和3点记录的每日总云量观测数据来说明该方法。

英文摘要

Changepoints are essential for homogenizing categorical time series and analyzing their trends and variations. The original total cloud cover in Canada was recorded hourly in tenths (or eighths), exhibiting inherent seasonality and serial correlation. Lu and Wang (2012) introduced an extended cumulative logit model to detect shifts in the annual frequencies of cloud cover conditions. While annual aggregation mitigates seasonality and serial correlation, it shortens the time series and may lead to overdispersion. This article introduces a marginalized transition model to detect a single changepoint in periodic and serially correlated categorical time series. The model captures serial dependence using a first-order Markov chain and enables category-specific changepoint specification. To enhance computational efficiency, we develop a new parameter estimation procedure for obtaining maximum likelihood estimates. A maximally selected likelihood ratio test statistic is then proposed to test for sudden changes in categorical time series, and the method is illustrated using daily total cloud cover observations recorded at 9 a.m. and 3 p.m. at Fort St. John Airport, British Columbia, Canada.

2605.20617 2026-05-21 math.DS

Complete realization of multifractal entropy spectra

多标度熵谱的完全实现

Xiaobo Hou, Xueting Tian

AI总结 本文研究了连续势函数在广泛动力系统上的多标度熵谱的完全实现问题,证明了对于任意H>0和在紧区间上连续凹函数,每个具有拓扑熵H的动力系统都存在一个连续势函数,其多标度熵谱恰好为该函数,并且该谱可以由任意多个非同调势函数实现。此外,文章还研究了熵谱在Hausdorff图度量下的势依赖性,证明了非平凡混合有限型移位系统的熵谱下半连续性和上半连续性的密集失败。最后,通过多标度熵谱与压力函数之间的Legendre变换对偶性,推导了压力函数在全体实数上定义的压力灵活性定理,从而回答了Kucherenko和Quas提出的问题。

Comments 42 pages

详情
AI中文摘要

我们证明了对于连续势函数在广泛动力系统上的多标度熵谱的完全实现定理。更准确地说,对于每一个H>0和在紧区间上连续凹函数,其最大值在唯一点处达到,每个此类系统中具有拓扑熵H的系统都存在一个连续势函数,其多标度熵谱恰好为该函数。此外,该谱还可以由任意多个非同调势函数实现。我们还研究了熵谱在Hausdorff图度量下的势依赖性,证明了非平凡混合有限型移位系统的熵谱的下半连续性和上半连续性的密集失败。最后,作为实现定理的应用,我们利用多标度熵谱与压力函数之间的Legendre变换对偶性,推导了在全体实数上定义的压力函数的压力灵活性定理,从而回答了Kucherenko和Quas提出的问题。

英文摘要

We prove a complete realization theorem for multifractal entropy spectra of continuous potentials on a broad class of dynamical systems. More precisely, for every $H>0$ and every continuous concave function on a compact interval with maximum value $H$ attained at a unique point, each system in this class with topological entropy $H$ admits a continuous potential whose multifractal entropy spectrum is exactly that function. The same spectrum can moreover be realized by arbitrarily many pairwise non-cohomologous potentials. We also study the potential dependence of entropy spectra in the Hausdorff graph metric, proving general lower semicontinuity and dense failure of upper semicontinuity for non-trivial mixing subshifts of finite type. Finally, as an application of the realization theorem, we use the Legendre transform duality between multifractal entropy spectra and pressure functions to derive a pressure flexibility theorem for pressure functions defined on the whole real line, thereby giving an affirmative answer to a question of Kucherenko and Quas~\cite{KQ2022}.

2605.20614 2026-05-21 astro-ph.SR astro-ph.GA

The \emph{R}-process Alliance: A Bright, Strongly \emph{R}-process-enhanced Extremely Metal-poor Star Observed with GHOST

R过程联盟:一颗明亮的、强烈增强的R过程极端金属贫乏星的观测

Mohammad K. Mardini, Anna Frebel, Vinicius M. Placco, Anirudh Chiti, Manolya Yatman, Timothy C. Beers, Rana Ezzeddine, Terese T. Hansen, Erika M. Holmbeck, Ian U. Roederer, Charli M. Sakari

AI总结 本文通过Gaia数据发现了四颗极端金属贫乏星,其中一颗是强R过程增强星,研究其化学丰度和运动学,并通过高分辨率光谱分析揭示其恒星形成和轨道历史,进一步支持R过程在不同天体物理环境中的普遍性。

Comments Accepted to ApJ

详情
AI中文摘要

我们基于Gaia BP/RP数据,对四颗极端金属贫乏(EMP;[Fe/H] ≤ -3.0)星进行了详细的化学丰度和运动学分析。这包括主要目标Gaia DR3 2563539603865382656(以下简称G256353),其具有[Eu/Fe] = +1.20和[Ba/Eu] = -0.64的强R过程增强特征。我们的结果基于Gemini-South的高分辨率、高信噪比GHOST光谱。对于完整样本,我们通过统计方法将轻元素丰度与Population III超新星模型预测的丰度进行匹配。最佳拟合模型表明其恒星质量为M* ~ 20-30 M☉。此外,我们确定了所有恒星的轨道历史。我们发现Gaia DR3 2887334237669844480似乎与Atari结构在运动学上相关,该星具有低的锶([Sr/Fe] = -1.09)和钡([Ba/Fe] = -0.37)丰度比,支持其为吸积起源。对于G256353,我们确定了15种中子捕获元素的化学丰度。我们比较了G256353的重元素模式与太阳、HD 222925和两个中子星合并模型的模式。G256353的R过程元素与HD 222925、缩放后的太阳模式(除第一个峰外)以及最近预测的中子星合并相关模式相一致。这种一致性加强了R过程在不同天体物理环境中的普遍性。

英文摘要

We present a detailed chemical-abundance and kinematic analysis of four extremely metal-poor (EMP; [Fe/H] $\leq -3.0$) stars identified from \textit{Gaia} BP/RP data in our ongoing search for the most primitive stars. This includes a primary target, \textit{Gaia}~DR3~2563539603865382656 (hereafter G256353), a strongly $r$-process-enhanced star with [Eu/Fe]~$= +1.20$ and [Ba/Eu]~$= -0.64$. Our results are based on high-resolution, high-signal-to-noise GHOST spectra from Gemini-South. For the full sample, we statistically match the light-element abundances with those predicted from Population\,III supernova models. The ``best-fit'' model suggests massive progenitors with stellar masses of M$_{\star}\sim$ 20-30\,M$_\odot$. In addition, we determine orbital histories for all of the stars. We find that Gaia~DR3~2887334237669844480 appears to be kinematically associated with Atari, an accreted structure in the Galactic disk. This star has low abundance ratios of strontium ([Sr/Fe] = $-$1.09) and barium ([Ba/Fe] = $-$0.37), which supports an accretion origin. For G256353, we determine chemical abundances for 15 neutron-capture elements. We compare the observed heavy-element pattern for G256353 with that of the Sun, HD~222925, and two neutron star merger models. The $r$-process elements in G256353 align reasonably well with HD~222925, the scaled-Solar pattern (except for the first peak), and a recent predicted pattern associated with neutron star mergers. This consistency reinforces the universality of the main $r$-process across diverse astrophysical environments.

2605.20611 2026-05-21 gr-qc

Gravitational entropy in Petrov Type I spacetimes

I型时空中的引力熵

Maharshi Sarma, Sebastián Nájera, Roberto A. Sussman

AI总结 本文研究了I型时空中的引力熵,通过分析Bel-Robinson张量的代数分解,探讨了有效能量动量张量的应用,并以Szekeres II类解作为测试案例。

Comments 17 pages

详情
AI中文摘要

Clifton、Ellis和Tavakol提出的引力熵方案基于由四阶Bel-Robinson张量的代数分解形成的有效能量动量张量。迄今为止,CET方案的应用仅限于Petrov类型D和N的时空,其中这种代数分解是唯一的。为解决这一限制,本文详细研究了Bel-Robinson张量在I型时空中的代数分解所产生有效能量动量张量。作为测试案例,将这些结果应用于II类的Szekeres解,这是一种Petrov类型I的解析解。

英文摘要

The gravitational entropy proposal of Clifton, Ellis and Tavakol (CET) is based on an effective energy momentum tensor formed by the algebraic decomposition of the 4th order Bel-Robinson tensor. So far the application of the CET proposal has been limited to spacetimes of Petrov types D and N for which this algebraic decomposition is unique. To address this limitation we examine in detail the effective energy momentum tensors that result from the algebraic decomposition of the Bel-Robinson tensor in Petrov type I spacetimes. As a test case we apply these results to the Szekeres models of class II, a Petrov type I analytic solution.