arXivDaily arXiv每日学术速递 周一至周五更新
重置
全部学科分类 2148
热门方向导航
2605.07017 2026-06-10 cs.LO 版本更新

Computing Short SAT Implicants via Ising/QUBO Encodings

通过 Ising/QUBO 编码计算短 SAT 蕴含项

Giuseppe Spallitta, Leonardo Duenas-Osorio, Moshe Y. Vardi

AI总结 针对 SAT 推理中需要短部分满足赋值的问题,提出一种将“无关”语义引入 Ising/QUBO 模型的编码框架,通过双极性表示实现短蕴含项的检索,并支持通过微调目标函数进行蕴含项收缩和投影。

Comments Accepted at CP 2026. Author version with minor clarifications

详情
AI中文摘要

许多推理任务需要短的部分满足赋值(蕴含项),有时关注一组重要变量。SAT-to-Ising-QUBO 公式被隐式设计为基态对应于全赋值,因为 Ising/QUBO 模型为每个自旋赋值,并且没有对未赋值变量的原生表示。我们引入了一个 Ising/QUBO 框架,通过双极性表示将“无关”语义纳入二次模型,从而能够检索短蕴含项。该编码通过微小的目标修改支持蕴含项收缩和投影。我们提供了参数范围,在此范围内基态对应于短的部分满足赋值,实现最小性,并且当二次惩罚函数允许时,实现最小基数。我们通过模拟退火在随机 3-SAT 枚举基准和非 CNF 公式上进行了实证评估,结果表明,在随机 3-SAT 公式上,它保留了可满足性,同时约三分之一的变量未赋值,并且连续的极性冻结轮次以高概率实现了最小性(和最小基数)。

英文摘要

Many reasoning tasks require short partial satisfying assignments (implicants), sometimes focusing on a set of important variables. SAT-to-Ising-QUBO formulations are implicitly designed so that ground states correspond to total assignments, since the Ising/QUBO model assigns a value to every spin and has no native representation of unassigned variables. We introduce an Ising/QUBO framework that incorporates "don't-care" semantics into the quadratic model via a dual-polarity representation, enabling the retrieval of short implicants. The encoding supports implicant shrinking and projection through minor objective modifications. We provide parameter regimes under which ground states correspond to short partial satisfying assignments, achieving minimality and, when the quadratic penalty function permits, minimum-cardinality. We empirically evaluate the encoding with simulated annealing on random 3-SAT enumeration benchmarks and non-CNF formulas, showing that it leaves about one-third of variables unassigned on random 3-SAT formulas while preserving satisfiability, and that consecutive polarity-freezing rounds achieve minimality (and minimum-cardinality) with high probability.

2605.06743 2026-06-10 math.SP math.PR 版本更新

On the Spectral Region of 4-Cycle Stochastic Matrices

关于4-循环随机矩阵的谱区域

Brando Vagenende, Brecht Verbeken, Andres Algaba, Marie-Anne Guerry

AI总结 本文研究了4-循环行随机矩阵的谱区域,推导了非实特征值的必要条件,并证明了内点区域中每一点都是某4-循环矩阵的特征值,从而精确确定了谱区域。

详情
AI中文摘要

我们研究了4-循环行随机矩阵的谱。对于实特征值,谱区域为[-1,1]。对于非实特征值a+ib,我们推导了关于实部和虚部的必要条件,包括不等式a+|b| ≤ 1和条件(b^2+a^2+a)^2+2a^2-b^2 ≥ 0。我们还反过来证明了相应内区域中的每一点都是某个4-循环矩阵的特征值。证明通过特征方程的重新表述、参数化论证、凸分析准则和显式边界构造来组织。因此,4-循环行随机矩阵的谱区域被精确且显式地确定。

英文摘要

We study the spectrum of 4-cycle row-stochastic matrices. For real eigenvalues the spectral region is [-1,1]. For nonreal eigenvalues a+ib we derive necessary conditions in terms of the real and imaginary parts, including the inequality a+|b| <= 1 and the condition (b^2+a^2+a)^2+2a^2-b^2 >= 0. We also prove conversely that every point in the corresponding interior region occurs as an eigenvalue of a 4-cycle matrix. The proof is organized through a reformulation of the characteristic equation, an argument parametrization, a convex-analytic criterion, and explicit boundary constructions. Hence, the spectral region for the 4-cycle row-stochastic matrices is exactly and explicitly determined.

2603.09290 2026-06-10 cs.SE cs.CE cs.MA 版本更新

ToolRosella: Translating Code Repositories into Standardized Tools for Scientific Agents

ToolRosella: 将代码仓库翻译为科学智能体的标准化工具

Shimin Di, Xujie Yuan, Hanghui Guo, Chaoqian Ouyang, Yongxu Liu, Ling Yue, Zhangze Chen, Libin Zheng, Jia Zhu, Shaowu Pan, Jian Yin, Yong Rui, Min-Ling Zhang

AI总结 提出ToolRosella框架,通过仓库分析、工具接口构建、执行测试和迭代修复,自动将异构科学代码仓库转化为标准化、可被智能体调用的工具,在122个仓库上达到61.5%的转换成功率,下游任务成功率为84.0%。

Comments 20 pages

详情
AI中文摘要

基于大型语言模型(LLM)的智能体系统越来越多地用于科学任务,但其实际能力受到可调用的手工策划工具范围狭窄的限制。许多科学计算功能已存在于开源代码仓库中,但这些资源难以标准化、操作化并可靠地供智能体使用。本文提出ToolRosella,一个自动将异构科学代码仓库转化为标准化、可被智能体调用的工具的框架。ToolRosella结合了仓库分析、工具接口构建、执行测试和迭代修复,以解决仓库到工具的标准化问题。在涵盖六个领域35个子学科的122个GitHub仓库上,ToolRosella在迭代修复后达到61.5%的仓库转换成功率,速度比人类工程师快4.4倍。生成的1,580个可调用工具支持84.0%的下游任务成功率,并在集成到其他智能体框架时提升性能,特别是在固定策划库存中缺少所需工具的任务上。

英文摘要

Large Language Model (LLM)-based agent systems are increasingly used for scientific tasks, yet their practical capability remains constrained by the narrow scope of manually curated tools they can invoke. Much scientific computational functionality already exists in open-source code repositories, but these resources remain difficult to standardize, operationalize, and invoke reliably for agent use. Here we present ToolRosella, a framework that automatically transforms heterogeneous scientific code repositories into standardized, agent-invocable tools. ToolRosella combines repository analysis, tool interface construction, execution testing, and iterative repair to address the problem of repository-to-tool standardization. Across 122 GitHub repositories spanning 35 subdisciplines in six domains, ToolRosella reaches a 61.5\% repository conversion success rate after iterative repair, with a 4.4 speedup over human engineers. The resulting 1,580 callable tools support a downstream task success rate of 84.0\% and improve performance when integrated into other agent frameworks, particularly on tasks whose required tools are absent from fixed, curated inventories.

2508.02941 2026-06-10 math.AG math.CO 版本更新

Tropical cluster varieties of type C

C型热带簇簇簇簇

Igor Makhlin

AI总结 本文显式描述了有限C型簇簇的热带化,将其实现为轴对称系统发育树空间,并发现所有坐标符号模式,证明每个符号热带化组合对偶于环面体或结合面体。

详情
AI中文摘要

我们显式描述了有限C型簇簇的热带化,将其实现为轴对称系统发育树的空间。我们还找到了簇簇和簇配置空间的所有坐标符号模式。我们证明了每个相应的符号热带化在组合上对偶于环面体或结合面体。作为附加结果,我们为两个簇的定义理想构造了Gröbner基和热带基,并对产生的环面退化进行了分类。

英文摘要

We explicitly describe the tropicalization of a cluster variety of finite type C, realizing it as the space of axially symmetric phylogenetic trees. We also find all occurring sign patterns of coordinates, for both the cluster variety and the cluster configuration space. We show that each of the corresponding signed tropicalizations is, combinatorially, dual to either a cyclohedron or an associahedron. As additional results, we construct Gröbner and tropical bases for the defining ideals of both varieties, and classify the arising toric degenerations.

2605.01469 2026-06-10 physics.optics physics.app-ph 版本更新

Real-space imaging reveals symmetry-selected nonlinear energy routing in a mechanical resonator

实空间成像揭示机械谐振器中对称性选择的非线性能量路由

Ya Zhang, Yuko Terasawa, Qian Liu, Shumpei Takenaka, Hua Li, Yutao Xu, Xueyong Wei, Kazuhiko Hirakawa

AI总结 通过锁相多谐波频闪干涉术直接成像微机电谐振器中的非线性模态能量路由,发现谐波由不同空间本征模态携带,且镜像奇偶性决定非线性模态相互作用的选律。

Comments 21 pages, 5 figures

详情
AI中文摘要

振动模态之间的非线性能量交换是内共振、波混频和频率梳产生等现象的基础,但模态相互作用通常从光谱推断而非在空间中直接观测。本文利用锁相多谐波频闪干涉术对近镜像对称的微机电谐振器中的非线性模态能量路由进行成像。通过重构单个谐波的空间本征模态含量,我们展示了由驱动模态产生的谐波可由不同的空间本征模态携带,直接解析了非线性能量传递的空间路径。我们的测量进一步揭示,这种模态路由在远离整数频率匹配时仍然存在:在非共振区域,产生的谐波分量由与驱动模态具有相同镜像奇偶性的本征模态主导,而频谱上更接近的反奇偶性模态则被强烈抑制。基于几何非线性的非线性模态框架表明,相关的三次耦合系数可分解为依赖于对称性的模态重叠积分,从而将镜像奇偶性确定为非线性模态相互作用的选律。这项工作将空间对称性确定为非线性能量路由的设计参数,并为多模非线性波系统中能量流的对称性工程控制提供了途径。

英文摘要

Nonlinear energy exchange between vibrational modes underlies phenomena ranging from internal resonance and wave mixing to frequency-comb generation, yet modal interactions are typically inferred from spectra rather than directly observed in space. Here, we image nonlinear modal energy routing in a nearly mirror-symmetric microelectromechanical resonator using phase-locked multi-harmonic stroboscopic interferometry. By reconstructing the spatial eigenmode content of individual harmonics, we show that harmonics generated by a driven mode can be carried by distinct spatial eigenmodes, directly resolving spatial pathways of nonlinear energy transfer. Our measurements further reveal that this modal routing persists away from integer frequency matching: in the off-resonant regime, generated harmonic components are dominated by eigenmodes sharing the driven mode's mirror parity, whereas spectrally closer opposite-parity modes remain strongly suppressed. A nonlinear modal framework based on geometric nonlinearity shows that the relevant cubic coupling coefficients factorize into symmetry-dependent modal-overlap integrals, identifying mirror parity as the selection rule for nonlinear modal interaction. This work identifies spatial symmetry as a design parameter for nonlinear energy routing and provides a route to symmetry-engineered control of energy flow in multimode nonlinear wave systems.

2605.00290 2026-06-10 physics.app-ph cond-mat.mtrl-sci 版本更新

Programmable Integrated Magnonic Meshes

可编程集成磁子网格

Piero Florio, Matteo Vitali, Valerio Levati, Rasheed M. Ishola, Luca Ciaccarini Mavilla, Nora Lecis, Carsten Dubs, Riccardo Bertacco, Marco Madami, Silvia Tacchi, Daniela Petti, Edoardo Albisetti

AI总结 通过一步激光直写技术在钇铁石榴石中实现通用磁子电路的关键元件,并级联成多级可编程器件,实现片上射频信号路由,桥接磁子可扩展性差距。

Comments 20 pages, 10 figures

详情
AI中文摘要

集成电路是现代信息技术的基石,而基于模拟波的结构能够实现超越传统电荷电子的快速高效处理。在磁子学中,自旋波为片上微波信号传输和处理提供了高度可调、紧凑且节能的介质。然而,进展仅限于孤立元件或短器件,严重限制了整体功能复杂性和可扩展性。本文通过一步激光直写技术在钇铁石榴石中实现了通用磁子电路的关键元件,并将其单片级联成多级可编程器件和网络。利用磁光克尔效应显微镜,我们展示了波导结构中自旋波的高效传播和数百波长的相位相干性保持。在耦合波导中,我们观察到在多个耦合长度上的完全和周期性功率转移,而在移相器中,我们实现了任意可调的相位延迟。通过级联这些元件,我们实现了可编程分束器、频率解复用器和相位控制的2x2路由器,其中输出功率和相对相位可通过外部场按需编程。最后,我们实现了用于片上射频信号路由的可编程磁子干涉网格,具有多达六个磁子输入和输出以及七个级联级,无需中间放大。这些直写级联网络弥合了磁子可扩展性中长期存在的差距,为集成大规模架构(用于经典和量子处理)提供了可行途径。

英文摘要

Integrated circuits are a cornerstone of modern information technology, and analog wave-based architectures could enable fast and efficient processing beyond conventional charge electronics. In magnonics, spin waves provide a highly tunable, compact and energy-efficient medium for on-chip microwave signal transport and processing. However, progress has been limited to isolated elements or short devices, severely limiting the overall functional complexity and scalability. Here we realize the key elements of universal magnonic circuitry, using a single-step direct laser writing process in yttrium iron garnet, and monolithically cascade them in multi-stage programmable devices and networks. Using magneto-optical Kerr effect microscopy, we show efficient spin-wave propagation and preserved phase coherence in waveguide structures for hundreds of wavelengths. In coupled waveguides, we observe complete and periodic power transfer over several coupling lengths, and in phase shifters we achieve arbitrary, tunable phase delays. By cascading these elements, we realize programmable splitters, frequency demultiplexers, and phase-controlled 2x2 routers, where output power and relative phase can be programmed on demand via external fields. Finally, we realize programmable magnonic interferometric meshes for on-chip radio-frequency signal routing, with up to six magnonic inputs and outputs and seven cascaded stages, without the need for intermediate amplification. These direct-write cascaded networks bridge a long-standing gap in magnonic scalability, offering a viable pathway toward integrated, large-scale architectures for both classical and quantum processing.

2603.07718 2026-06-10 astro-ph.EP astro-ph.GA 版本更新

Post-perihelion Coma Composition of the Interstellar Comet 3I/ATLAS from Optical Spectroscopy

星际彗星3I/ATLAS过近日点后彗发成分的光谱研究

Ruining Zhao, Xiliang Zhang, Bin Yang, Xiangyu Fan, Shu Wang, Yang Huang, Jifeng Liu

AI总结 通过光学光谱测量星际彗星3I/ATLAS过近日点后的气体产生率,发现C2消耗减少、金属释放与CO相关,并揭示出氧原子发射的额外来源。

Comments 20 pages, 4 figures, 6 tables, accepted for publication in ApJL

详情
AI中文摘要

我们展示了星际彗星3I/ATLAS在2025年12月至2026年1月(日心距离1.8-3.3 au)期间的多历元光学光谱,获得了CN、C$_3$、C$_2$、CH和气态金属(Fe I和Ni I)的过近日点后产生率和混合比。我们的结果表明,彗发在过近日点后C$_2$的消耗比之前少,表明存在次表层激活或成分不均匀性。出气剖面显示出明显的近日点不对称性:CN和金属产生率在出向时比入向时下降得更缓慢,这与H$_2$O的报道行为一致,并暗示彗星活动模式在近日点附近发生了变化。尽管相对于其H$_2$O含量而言富含金属,3I遵循在不同起源彗星中观察到的金属-CO相关性,表明气态金属释放与含CO的挥发性储库的联系比与H$_2$O更紧密,可能以金属羰基化合物的形式存在。此外,[O I] λ6300发射在减去H$_2$O、CO$_2$和CO的预期贡献后显示出显著残余,这可能反映了这些分子光解离产率的系统不确定性或来自额外含氧母体的贡献。

英文摘要

We present multi-epoch optical spectroscopy of the interstellar comet 3I/ATLAS obtained between December 2025 and January 2026 (heliocentric distances 1.8-3.3 au), yielding post-perihelion production rates and mixing ratios for CN, C$_3$, C$_2$, CH, and gaseous metals (Fe I and Ni I). Our results show that the coma is less depleted in C$_2$ after perihelion than before, indicative of subsurface activation or compositional heterogeneity. The outgassing profiles reveal a pronounced perihelion asymmetry: CN and metal production rates decline more gradually outbound than inbound, consistent with the reported behavior of H$_2$O and implying a change in the comet's activity pattern across perihelion. Despite being metal-rich relative to its H$_2$O content, 3I follows the metal-CO correlation observed in comets of diverse origins, suggesting that gaseous metal release is more closely linked to a CO-bearing volatile reservoir than to H$_2$O, potentially in the form of metal carbonyls. In addition, the [O I] $\lambda6300$ emission shows a significant residual after subtracting the expected contributions from H$_2$O, CO$_2$, and CO, which may reflect systematic uncertainties in the photodissociation yields of those molecules or a contribution from additional oxygen-bearing parents.

2604.27170 2026-06-10 quant-ph math-ph math.FA math.MP 版本更新

Light-Cone Structure of Propagation of Entanglement

纠缠传播的光锥结构

Israel Michael Sigal

AI总结 针对具有局域耦合的双粒子系统,证明纠缠传播存在有效光锥,给出理想条件下纠缠传输或维持所需时间下界。

详情
AI中文摘要

对于一大类具有局域耦合的双粒子系统,我们建立了纠缠传播的有效光锥的存在性。这一结果给出了在理想条件下(无损耗、无退相干)将纠缠传输到远处位置(例如,图结构量子网络的一个节点)或在那里维持纠缠所需时间的严格下界。

英文摘要

For a wide class of bipartite systems with localized couplings, we establish existence of an effective light-cone for propagation of entanglement. This result yields a hard lower bound on the time it takes, under ideal conditions (no loss, no decoherence), to transport entanglement to a distant location (say, a node of a graph-structured quantum network), or to maintain it there.

2508.16530 2026-06-10 gr-qc 版本更新

Reconciling the ACT Preference in $f(T)$ Gravity: Inflation and Reheating Constraints

调和 $f(T)$ 引力中的 ACT 偏好:暴胀与再加热约束

Feng-Yi Zhang, Rongrong Zhai, Li-Yang Chen

AI总结 研究表明 $f(T)$ 引力通过压低张标比和调整谱指数,系统性地调和了 ACT 与 Planck 数据对暴胀模型的偏好差异,并利用 BBN 约束打破了暴胀 e 折数与再加热历史的简并。

Comments 28 pages, 6 figures, 1 table; journal reference and DOI added

详情
Journal ref
Chinese Phys. C 50, 065107 (2026)
AI中文摘要

与仅使用 Planck 数据的分析结果相比,Atacama 宇宙学望远镜(ACT)的最新测量表明对稍蓝的标量谱指数存在偏好,这使得广义相对论(GR)中的典型暴胀模型面临轻微压力。我们证明,$f(T)$ 引力通过压低单项式和山顶势中的张量-标量比,并将 E 模型的谱指数移向 ACT 偏好的区域,系统地适应了这些依赖于数据集的偏好。结合大爆炸核合成(BBN)约束,我们打破了暴胀 e 折数与暴胀后热历史之间的简并。直接的并排比较揭示,在 GR 中调和诸如 Starobinsky 势与 ACT 数据等模型严格需要非标准的、刚性的(动能主导的)再加热阶段。相反,$f(T)$ 引力中的扭转修正显著扩大了可行参数空间,放宽了这些严格的唯象要求,并建立了一个共同约束 CMB 可观测量和再加热动力学的连贯框架。

英文摘要

Compared with the results of Planck-only analyses, recent measurements from the Atacama Cosmology Telescope (ACT) indicate a preference for a slightly bluer scalar spectral index, placing canonical inflationary models in General Relativity (GR) under mild pressure. We demonstrate that $f(T)$ gravity systematically accommodates these dataset-dependent preferences by suppressing the tensor-to-scalar ratio in monomial and hilltop potentials, and by shifting the spectral index of E-models toward the ACT-favored region. Incorporating Big Bang Nucleosynthesis bounds, we break the degeneracy between the inflationary $e$-folding number and the post-inflationary thermal history. A direct side-by-side comparison reveals that reconciling models such as the Starobinsky potential with ACT data in GR strictly necessitates a non-standard, stiff (kinetic-dominated) reheating phase. In contrast, torsional corrections in $f(T)$ gravity significantly enlarge the viable parameter space, relaxing these stringent phenomenological requirements and establishing a coherent framework that jointly constrains CMB observables and reheating dynamics.

2604.26728 2026-06-10 math.CV 版本更新

$\mathcal H$-Harmonic Bergman-Besov Spaces on the Real Hyperbolic Ball

实双曲球上的$\mathcal H$-调和Bergman-Besov空间

A. Ersin Üreyen

AI总结 通过多种微分算子刻画,将实双曲球上$\mathcal H$-调和函数的Bergman空间族从$\alpha>-1$延拓到所有$\alpha\in\mathbb R$,并推广了投影、对偶、原子分解和包含关系等性质。

Comments 28 pages

详情
AI中文摘要

利用包括偏导数、法向导数和切向导数在内的各种微分算子的刻画,我们将实双曲球上$\mathcal H$-调和函数的Bergman空间族从范围$\alpha>-1$扩展到所有$\alpha\in\mathbb R$。然后,我们将Bergman空间的几个性质——投影、对偶、原子分解和包含关系——推广到这个扩展族。

英文摘要

Using characterizations in terms of various differential operators, including partial, normal, and tangential derivatives, we extend the family of Bergman spaces of $\mathcal H$-harmonic functions on the real hyperbolic ball from the range $α>-1$ to all $α\in\mathbb R$. We then generalize several properties of Bergman spaces; projection, duality, atomic decomposition, and inclusion relations, to this extended family.

2604.26528 2026-06-10 cond-mat.quant-gas 版本更新

Phases and dynamics of an impurity immersed in one-dimensional quantum droplets

一维量子液滴中杂质的相与动力学

Dimitrios Diplaris, Ilias A. Englezos, Friethjof Theel, Peter Schmelcher, Simeon I. Mistakidis

AI总结 通过从头算模拟,研究单杂质浸入一维量子液滴中的基态性质,发现调节杂质-液滴相互作用可重塑液滴密度分布和关联模式,吸引耦合导致杂质局域化,排斥耦合导致相分离。

Comments 17 pages, 9 figures

详情
Journal ref
Entropy 2026, 28(6), 626
AI中文摘要

我们探索了单杂质浸入由双组分玻色混合物形成的一维量子液滴介质中的基态性质。依靠从头算模拟,我们证明调节杂质-液滴相互作用可以可控地重塑液滴的密度分布和相关的关联模式。对于吸引的杂质-介质耦合,杂质在液滴内局域化,并在杂质附近出现密度凸起,而排斥相互作用则促进它们的相分离。将我们的多体结果与适当的扩展Gross-Pitaevskii描述进行比较,我们发现液滴密度分布具有足够的一致性,但有效场方法系统性地高估了杂质局域化。在释放外部陷阱后,我们发现杂质与液滴宿主之间相互作用的符号和大小决定了三组分系统的响应,除非存在强吸引的组分间耦合,否则系统会经历膨胀。这些结果证实了杂质-液滴混合物中关联的作用和存在,并激发了未来关于杂质物理探测液滴构型的研究。

英文摘要

We explore the ground-state properties of a single impurity immersed in a one-dimensional quantum droplet medium formed by a two-component Bose mixture. Relying on ab-initio simulations, we demonstrate that tuning the impurity-droplet interactions allows to controllably reshape the droplets density profiles and associated correlation patterns. For attractive impurity-medium couplings, the impurity becomes localized within the droplet which exhibits a density hump at the vicinity of the impurity, while repulsive interactions facilitate their phase-separation. Comparing our many-body results to the appropriate extended Gross-Pitaevskii description, we find adequate agreement for the droplet density profiles, with the effective field approach systematically overestimating impurity localization. Following a release of the external trap, we unveil that the sign and magnitude of the interactions between the impurity and the droplet hosts dictate the response of the three-component setting which experiences expansion unless strongly attractive intercomponent couplings are present. These results corroborate the role and presence of correlations in impurity-droplet mixtures and inspire future investigations on impurity physics for probing droplet configurations.

2604.25428 2026-06-10 cond-mat.mtrl-sci 版本更新

Determination of Burgers vectors of dislocations in monoclinic $β$-Ga$_2$O$_3$ crystals by large-angle convergent-beam electron diffraction

单斜β-Ga₂O₃晶体中位错伯格斯矢量的大角度会聚束电子衍射测定

Yoshihiro Sugawara, Yongzhao Yao, Yukari Ishikawa

AI总结 利用大角度会聚束电子衍射(LACBED)在非正交坐标系中通过实空间与倒易空间的对偶关系评估g·b内积,成功测定了纳米压痕引入的位错伯格斯矢量,结果与弱束暗场成像一致。

Comments 19 pages, 3 figures, 1 table

详情
AI中文摘要

我们展示了大角度会聚束电子衍射(LACBED)在单斜β-Ga₂O₃中测定伯格斯矢量的适用性。在这个非正交系统中,通过利用实空间和倒易空间基矢的对偶关系,可以在不使用度量张量的情况下评估内积g·b。基于这一框架,从LACBED节点计数中明确确定了纳米压痕引入的位错的伯格斯矢量。结果与弱束暗场成像一致,证实了LACBED在β-Ga₂O₃中的有效性。

英文摘要

We demonstrate the applicability of large-angle convergent-beam electron diffraction (LACBED) for Burgers vector determination in monoclinic $β$-Ga$_2$O$_3$. The inner product $g \cdot b$ in this non-orthogonal system can be evaluated without a metric tensor by using the dual relationship between real and reciprocal lattice bases. Based on this framework, Burgers vectors of dislocations introduced by nanoindentation were unambiguously determined from LACBED node counts. The results are consistent with weak-beam dark-field imaging, confirming the effectiveness of LACBED for $β$-Ga$_2$O$_3$.

2604.11872 2026-06-10 quant-ph cond-mat.stat-mech 版本更新

Eigenstate thermalization

本征态热化

Rohit Patil, Marcos Rigol

AI总结 本文对量子孤立系统中本征态热化现象进行教学性介绍,利用随机矩阵理论解释热化机制,并讨论Haar随机态的体积律纠缠熵等互补结果。

Comments 23 pages, 9 figures; Chapter for the Quantum Chaos volume in 'Comprehensive Quantum Mechanics', to be published by Elsevier (Main editor: R.B. Mann; volume editors: S. Gnutzmann and K. Życzkowski)

详情
AI中文摘要

我们提供了本征态热化的教学性介绍。这一现象发生在一般量子系统中,使我们能够理解为什么在孤立系统中,在幺正动力学下会发生热化。我们利用随机矩阵理论激发本征态热化,并讨论了Haar随机态的体积律纠缠熵的最新互补结果。我们还讨论了突出量子多体系统中相应行为的数值结果。

英文摘要

We provide a pedagogical introduction to eigenstate thermalization. This phenomenon, which occurs in generic quantum systems, allows one to understand why thermalization takes place in isolated systems under unitary dynamics. We motivate eigenstate thermalization using random matrix theory and discuss recent complementary results for the volume-law entanglement entropy of Haar-random states. We discuss numerical results that highlight the corresponding behaviors in quantum many-body systems.

2604.23997 2026-06-10 math.AG 版本更新

The Birational Invariance Of Fundamental Group Schemes

基本群概形的双有理不变性

Lingguang Li, Hao Wang

AI总结 本文建立了Tannakian范畴间自然同态成为同构的统一准则,并证明在完美域上光滑射影簇的双有理映射下,多种基本群概形(如S、N、EN等)均自然同构。

Comments 8 pages, Comments welcome!

详情
AI中文摘要

设 $k$ 是一个域,$f \colon X \to Y$ 是 $k$ 上整连通真概形之间的双有理态射,且 $Y$ 正规,$x \in X(k)$ 位于 $y \in Y(k)$ 之上。对于 Tannakian 范畴 $\mathcal{C}_X \subset \mathfrak{Vect}(X)$ 和 $\mathcal{C}_Y \subset \mathfrak{Vect}(Y)$,记 $\pi(\mathcal{C}_X,x)$ 和 $\pi(\mathcal{C}_Y,y)$ 为相应的 Tannaka 群概形。我们建立了自然同态 $\pi(\mathcal{C}_X,x)\to \pi(\mathcal{C}_Y,y)$ 成为同构的统一 Tannakian 准则。作为应用,对于完美域 $k$ 上光滑射影簇之间的双有理映射 $X \dashrightarrow Y$,我们证明了对任意 $* \in \{S,N,EN,F,EF,Loc,ELoc,\acute{e}t, E\acute{e}t,uni\}$,存在自然同构 $\pi^{*}(X,x)\cong \pi^{*}(Y,y)$。特别地,我们证明了对任意双有理态射 $X \rightarrow Y$,诱导同态 $\pi^{str}(X,x)\to \pi^{str}(Y,y)$ 是同构。

英文摘要

Let $k$ be a field, $f \colon X \to Y$ a birational morphism of integral connected schemes proper over $k$ with $Y$ normal, $x \in X(k)$ lying over $y \in Y(k)$. For Tannakian categories $\mathcal{C}_X \subset \mathfrak{Vect}(X)$ and $\mathcal{C}_Y \subset \mathfrak{Vect}(Y)$, denote by $π(\mathcal{C}_X,x)$ and $π(\mathcal{C}_Y,y)$ the corresponding Tannaka group schemes. We establish a unified Tannakian criteria for the natural homomorphism $π(\mathcal{C}_X,x)\to π(\mathcal{C}_Y,y)$ to be an isomorphism. As applications, for a birational map $X \dashrightarrow Y$ between smooth projective varieties over a perfect field $k$, we prove that there exists a natural isomorphism $π^{*}(X,x)\cong π^{*}(Y,y)$ for any $* \in \{S,N,EN,F,EF,Loc,ELoc,\acute{e}t, E\acute{e}t,uni\}$. In particular, we prove that the induced homomorphism $π^{str}(X,x)\to π^{str}(Y,y)$ is an isomorphism for any birational morphism $ X \rightarrow Y$.

2604.19546 2026-06-10 math.AG 版本更新

The Lefschetz Type Theorem For Fundamental Group Schemes

基本群概形的Lefschetz型定理

Lingguang Li, Niantao Tian

AI总结 针对向量丛的Tannakian范畴,建立了自然同态忠实平坦、闭浸入或同构的判别准则,并在Langer型正性条件下证明完美域上多种基本群间的同构。

Comments 11 pages, Comments welcome!

详情
AI中文摘要

设$k$是一个域,$X$是$k$上连通的恰当概形,$D\subsetneq X$是一个丰沛的有效连通除子,$x\in D(k)$。对于由$X$和$D$上的向量丛构成的Tannakian范畴$\mathcal{C}_X$和$\mathcal{C}_D$,我们建立了自然同态$\pi(\mathcal{C}_D,x)\to \pi(\mathcal{C}_X,x)$是忠实平坦、闭浸入或同构的一般Tannakian判别准则。作为应用,在Langer型正性假设下,我们证明了在完美域上,对于$\ast\in\{S,N,EN,F,EF,Loc,ELoc,\acute{e}t,E\acute{e}t,uni\}$,有$\pi^{\ast}(D,x)\longrightarrow \pi^{\ast}(X,x)$是同构。

英文摘要

Let $k$ be a field, $X$ a connected scheme proper over $k$, $D\subsetneq X$ an ample effective connected divisor, $x\in D(k)$. For Tannakian categories $\mathcal{C}_X$ and $\mathcal{C}_D$ whose objects consist of vector bundles on $X$ and $D$ respectively, we establish general Tannakian criteria for the natural homomorphism \(π(\mathcal{C}_D,x)\to π(\mathcal{C}_X,x)\) to be faithfully flat, a closed immersion, or an isomorphism. As applications, under Langer type positivity assumptions, we prove that \(π^{\ast}(D,x)\longrightarrow π^{\ast}(X,x)\) is an isomorphism for $\ast\in\{S,N,EN,F, EF,Loc,ELoc,\acute{e}t,E\acute{e}t,uni\}$ over perfect fields.

2601.13983 2026-06-10 quant-ph 版本更新

Optimal Construction of Two-Qubit Gates using the Symmetries of B Gate Equivalence Class

利用B门等价类对称性优化构造两量子比特门

M. Karthick Selvan, S. Balakrishnan

AI总结 本文利用B门等价类的对称性,发现仅该等价类具有逆和镜像两种对称性,并找到一参数族可构造通用两比特量子电路,仅需两个非局部门。

Comments 11 pages, Research in Progress, Comments are welcome

详情
AI中文摘要

B门等价类中的两个门应用可以生成所有两量子比特门。该局部等价类在镜像(与SWAP门相乘)操作、逆(厄米共轭)操作以及逆和镜像组合操作下保持不变。后两种对称性与两量子比特门在两次应用中生成两量子比特局部门及SWAP门的能力相关。除B门等价类外,没有其他两量子比特门的局部等价类同时具有这两种对称性。只有描述镜像操作的Weyl腔的平面区域包含具有其中一种对称性的局部等价类。我们证明,在这些平面上存在一参数族的局部等价类(包含或不包含B门等价类),使得每个族都可以用于构建参数化的通用两量子比特量子电路,该电路仅涉及两个非局域两量子比特门。我们还讨论了在超导量子计算机上实现来自几个局部等价类族的门,以优化生成所有两量子比特门。我们给出了两个族生成任意$n$量子比特门所需两量子比特门数量的上界,每个族被推测在两次应用中生成所有两量子比特门。我们证明,对于两个局部等价类族,参数化两量子比特门的非局域部分特征值平方的凸包面积与两次应用中覆盖的Weyl腔体积分数之间存在正相关。

英文摘要

Two applications of gates from the B gate equivalence class can generate all two-qubit gates. This local equivalence class is invariant under the mirror (multiplication with the SWAP gate) operation, inverse (Hermitian conjugate) operation, and the combined inverse and mirror operations. The last two symmetries are associated with the ability of a two-qubit gate to generate the two-qubit local gates and the SWAP gate in two applications. No single local equivalence class of two-qubit gates, except the B gate equivalence class, has these two symmetries. Only the planar regions of the Weyl chamber, describing the mirror operation, contain the local equivalence classes with either one of the two symmetries. We show that there exist one-parameter families of local equivalence classes on these planes, with and without the B gate equivalence class, such that each of them can be used to construct a parameterized universal two-qubit quantum circuit that involves only two nonlocal two-qubit gates. We also discuss the implementation of the gates from a few families of local equivalence classes on superconducting quantum computers for optimal generation of all two-qubit gates. We provide upper bounds on the number of two-qubit gates required to generate an arbitrary $n$-qubit gate for two families, each of which is conjectured to generate all two-qubit gates in two applications. We show that there exists a positive correlation between the area of the convex hull of the squared eigenvalues of the nonlocal part of a parameterized two-qubit gate and the fractional volume of the Weyl chamber covered in two applications of the parameterized two-qubit gate for two families of local equivalence classes.

2601.19843 2026-06-10 cs.GR 版本更新

Graphical X Splatting (GraphiXS): A Graphical Model for 4D Gaussian Splatting under Uncertainty

图形化X溅射(GraphiXS):不确定性下的4D高斯溅射图形模型

Doğa Yılmaz, Jialin Zhu, Deshan Gong, He Wang

AI总结 提出GraphiXS概率框架,通过图形模型系统整合多种数据不确定性,扩展4D高斯溅射至概率设置,支持多种基元,在数据缺失或污染场景中优于现有方法。

Comments Accepted to SIGGRAPH 2026

详情
AI中文摘要

我们提出了一个新框架,用于系统地将数据不确定性纳入高斯溅射中。作为神经渲染的新范式,高斯溅射已在许多应用中得到研究,主要工作集中在扩展其表示、改进优化过程和加速其速度。然而,一个正交的、非常需要但尚未充分探索的领域是数据不确定性。在标准的4D高斯溅射中,数据不确定性可以表现为视图稀疏、帧缺失、相机异步等。到目前为止,很少有研究在单一框架下整体地整合各种类型的数据不确定性。为此,我们提出了图形化X溅射(GraphiXS),这是一个新的概率框架,考虑了多种类型的数据不确定性,旨在将当前的4D高斯溅射范式从根本上扩展到概率设置。GraphiXS是通用的,可以用一系列基元实例化,例如高斯分布、学生t分布。此外,GraphiXS可用于“升级”现有方法以适应数据不确定性。通过详尽的评估和比较,我们证明GraphiXS可以系统地建模数据中的各种不确定性,在数据在空间和时间上缺失或污染的许多设置中优于现有方法,因此是对当前4D高斯溅射研究的重要推广。

英文摘要

We propose a new framework to systematically incorporate data uncertainty in Gaussian Splatting. Being the new paradigm of neural rendering, Gaussian Splatting has been investigated in many applications, with the main effort in extending its representation, improving its optimization process, and accelerating its speed. However, one orthogonal, much needed, but under-explored area is data uncertainty. In standard 4D Gaussian Splatting, data uncertainty can manifest as view sparsity, missing frames, camera asynchronization, etc. So far, there has been little research to holistically incorporating various types of data uncertainty under a single framework. To this end, we propose Graphical X Splatting, or GraphiXS, a new probabilistic framework that considers multiple types of data uncertainty, aiming for a fundamental augmentation of the current 4D Gaussian Splatting paradigm into a probabilistic setting. GraphiXS is general and can be instantiated with a range of primitives, e.g. Gaussians, Student's-t. Furthermore, GraphiXS can be used to `upgrade' existing methods to accommodate data uncertainty. Through exhaustive evaluation and comparison, we demonstrate that GraphiXS can systematically model various uncertainties in data, outperform existing methods in many settings where data are missing or polluted in space and time, and therefore is a major generalization of the current 4D Gaussian Splatting research.

2604.22745 2026-06-10 hep-th gr-qc math-ph math.MP 版本更新

Carrollian quantum states and flat space holography

Carroll量子态与平坦空间全息原理

Stefan Fredenhagen, Stefan Prohazka, Robert Tiefenbacher

AI总结 从代数角度研究自由Carroll量子场论,构造Carroll Weyl代数并分析其态,发现红外自由度在边界理论中起关键作用。

Comments 45 pages + 6 pages appendix + references, 2 figures; Version 2: expanded section 5.2, minor improvements, added references

详情
AI中文摘要

我们从代数角度研究自由Carroll量子场论,并探讨它们对平坦空间全息原理的影响。作为显式例子,我们构造了从相对论标量场的Carroll极限得到的电型和磁型Carroll Weyl代数,并分析了它们的态,包括真空和热组态。对于有质量电型理论,我们找到了一个正则的Carroll不变真空态和一个正则的KMS态,从而得到一个一致的Carroll热力学系统。相比之下,无质量电型和磁型理论更为微妙:根据量子化的不同,它们要么没有正则的可区分真空,要么只有非正则的Carroll不变基态,但仍然支持非正则的热态。我们进一步分析了无质量电型理论中的其他态类,包括空间齐次拟自由纯态和Sorkin-Johnston态。受这些结果的启发,我们讨论了它们对平坦空间全息原理的影响。我们构造了一个与Carroll全息原理相关的良定义态,其Hilbert空间表示分解为一个标准Fock扇区和一个不可分的零模扇区,从而突出了红外自由度在边界理论中的作用。

英文摘要

We study free Carrollian quantum field theories from an algebraic perspective and explore their implications for flat space holography. As explicit examples, we construct the electric and magnetic Carrollian Weyl algebras obtained from Carroll limits of the relativistic scalar field and analyze their states, including vacuum and thermal configurations. For the massive electric theory, we find a regular Carroll-invariant vacuum state and a regular KMS state, yielding a consistent Carrollian thermodynamic system. By contrast, the massless electric and magnetic theories are more subtle: depending on the quantization, they admit either no regular distinguished vacuum or only nonregular Carroll-invariant ground states, while still supporting nonregular thermal states. We further analyze alternative classes of states in the massless electric theory, including spatially homogeneous quasifree pure states and Sorkin--Johnston states. Motivated by these results, we discuss consequences for flat space holography. We construct a well-defined state relevant for Carrollian holography whose Hilbert-space representation factorizes into a standard Fock sector and a nonseparable zero-mode sector, thereby highlighting the role of infrared degrees of freedom in the boundary theory.

2604.22342 2026-06-10 cond-mat.stat-mech 版本更新

The quantum harmonic oscillator in a dissipative bath of anyon pairs

任意子对耗散浴中的量子谐振子

Nils-Henrik Meyer, Axel Pelster, Michael Thorwart

AI总结 将开放量子系统形式推广到任意子浴,通过映射到玻色子浴计算谱密度,发现任意子特征在中等温度最显著。

详情
AI中文摘要

我们将开放量子系统的形式推广到引入任意子浴。特别地,我们构造了一个由独立的一维Grundberg-Hansson谐振束缚任意子对组成的耗散任意子浴,这些任意子由一个统计参数表征。通过将这些任意子映射到具有重新标度振荡器频率的玻色子浴,我们证明了原始的双线性系统-浴耦合呈现出一种特殊的非多项式形式。为了确定弛豫性质,我们使用了虚时路径积分形式以及Wick定理的推广形式(涂抹公式)。后者允许近似计算任意子浴谱密度,该谱密度获得了非平凡的温度依赖性。找到了耗散谐振子在任意子浴中相应的弛豫动力学。在低温和高温下都揭示了明确的极限。任意子特征在中等温度范围内最为显著。

英文摘要

We generalize the formalism of open quantum systems to introduce anyon baths. In particular, we work out a dissipative anyon bath composed of independent pairs of one-dimensional Grundberg-Hansson harmonically bound anyons, which are characterized by one statistical parameter. Using a mapping of these anyons to a bosonic bath with rescaled oscillator frequencies, we show that the original bilinear system-bath coupling assumes a particular non-polynomial form. To determine the relaxation properties, we use the imaginary-time path integral formalism together with a generalization of Wick's theorem in the form of a smearing formula. The latter allows to approximately calculate the anyon bath spectral density, which acquires a nontrivial temperature dependence. The corresponding relaxation dynamics of the dissipative harmonic oscillator in an anyon bath is found. Well defined limits are revealed for both low and high temperatures. Anyonic features turn out to be most pronounced in the regime of intermediate temperatures.

2604.21974 2026-06-10 astro-ph.HE 版本更新

The Effects of Complex Accretion Disk Geometry on Broadened Iron K$α$ Lines

复杂吸积盘几何对展宽铁Kα线的影响

William Surgent, Daniel R. Wilkins

AI总结 通过广义相对论射线追踪模拟,研究吸积盘几何(如厚度、翘曲)对铁Kα线的影响,发现使用薄盘模型会低估黑洞自旋、日冕高度和倾角。

详情
Journal ref
Astrophys. J. 1004 (2026) 68
AI中文摘要

X射线从吸积盘轨道物质上方的日冕发射,要么直接到达我们,要么照亮吸积盘。这种对内盘的照射由于引力光弯曲而增强,它将光线聚焦向黑洞,因此聚焦向吸积盘的内半径。击中内半径的这些光线被反射回我们,我们在X射线反射谱中观测到它们。在这项工作中,我们创建了新颖的广义相对论射线追踪模拟,以研究改变黑洞吸积盘几何对反射谱中最主要部分——铁Kα线的影响。已有工作展示了盘几何对铁线的影响,但许多先前分析假设了一个简化的系统,包括点源日冕和无限薄的平坦吸积盘。我们将这些模型扩展到更真实的吸积盘近似。这些包括恒定厚度比盘、辐射压主导的Shakura-Sunyaev盘、由于辐射压在内区具有不可忽略标高膨胀的内盘,以及各种翘曲盘构型。使用XRISM的测量不确定性,我们发现如果使用平坦盘模型拟合,吸积盘不可忽略的厚度会低估黑洞自旋、日冕高度和倾角。翘曲盘模型无法用平坦盘近似拟合。

英文摘要

X-rays are emitted from the corona above the orbiting matter of the accretion disk and travel either directly to us or illuminate the disk. This illumination of the inner disk is enhanced by gravitational light bending, which focuses the rays towards the black hole and therefore towards the inner radii of the disk. These rays that hit the inner radii are reflected back to us, and we observe them in the X-ray reflection spectrum. In this work, we create novel general-relativistic ray-tracing simulations to investigate the effects of altering the geometry of the accretion disks of black holes on the most dominant part of the reflection spectrum, the iron K$α$ line. Work demonstrating the effect of disk geometry on the iron line has been performed, though many previous analyses have assumed a simplistic system, consisting of a point-source corona with a flat and infinitesimally thin accretion disk. We extend these models to more realistic accretion disk approximations. These include a constant-aspect-ratio disk, a radiation-pressure-dominated Shakura-Sunyaev disk, an expanded inner disk that has a nonnegligible scale height in its inner regions due to radiation pressure, as well as various warped-disk configurations. Using measurement uncertainties from XRISM, we find that nonnegligible thickness in accretion disks underestimates the black hole spin, coronal height, and inclination angle if fitted with a flat-disk model. The warped-disk model could not be fit with the flat-disk approximation.

2604.21946 2026-06-10 math.GM 版本更新

The $S$-$E$ route to the Chebyshev bounds for the prime-counting function

素数计数函数的Chebyshev界的$S$-$E$路径

Kai Hubbard

AI总结 本文通过新方法证明素数计数函数的Chebyshev界$π(x) \asymp x/\ln x$,核心是利用Mertens估计和差值分析建立$π(x) \asymp (\sum_{p \le x} \sqrt{\ln p/p})^{2} \asymp x/\ln x$。

Comments 6 pages. Minor revision: notation for the difference function written as E(x) for consistency with the title

详情
AI中文摘要

素数计数函数的Chebyshev界,即$π(x) \asymp x/\ln x$,以一种新方式建立。这一新方法遵循路径$π(x) \asymp \bigl(\sum_{p \le x} \sqrt{\ln p / p}\bigr)^{2} \asymp x/\ln x$。其中,第二个$\asymp$来自Mertens的经典估计,即$\sum_{p \le x} (\ln p)/p = \ln x + O(1)$;而第一个$\asymp$通过考虑差值$\bigl(\sum_{p \le x} \sqrt{\ln p/p}\bigr)^{2} - \sum_{p \le x} (\ln p)/p$证明,该差值被证明与$π(x)$同阶。

英文摘要

The Chebyshev bounds for the prime-counting function, i.e., $π(x) \asymp x/\ln x$, is established in a new way. This new approach follows the outline $π(x) \asymp \bigl(\sum_{p \le x} \sqrt{\ln p / p}\bigr)^{2} \asymp x/\ln x$. Here, the second $\asymp$ is derived from the classical estimate by Mertens, i.e., $\sum_{p \le x} (\ln p)/p = \ln x + O(1)$; while the first $\asymp$ is proved by considering the difference $\bigl(\sum_{p \le x} \sqrt{\ln p/p}\bigr)^{2} - \sum_{p \le x} (\ln p)/p$, which is shown as having the same order as $π(x)$.

2604.21050 2026-06-10 gr-qc hep-th 版本更新

Spontaneous Symmetry Breaking and the Vacuum Displacement Principle: From Galactic Scales to Cosmic Fine-Tuning

自发对称性破缺与真空位移原理:从星系尺度到宇宙微调

Rodrigo Maier

AI总结 提出基于真空位移原理的修正引力框架,通过Higgs型标量场的自发对称性破缺,引入有效标量-张量耦合,解释星系旋转曲线平坦和宇宙常数微调问题。

详情
AI中文摘要

我们提出一个基于真空位移原理的修正引力框架,其中真空被建模为一个经历自发对称性破缺的Higgs型标量场$\chi$。这种真空位移原理的宏观表现通过低能有效标量-张量耦合现象学地引入,使得重子物质作为真空基底中的杂质。这种相互作用导致一种恢复性浮力,修正了测地线方程并违反了弱等效原理。我们证明,该机制在真空极限下自然恢复史瓦西度规,同时在存在物质时提供Yukawa修正的牛顿势。该修正为平坦的星系旋转曲线提供了动力学解释,并为宇宙常数提供了一种跟踪机制,可能在不需暗物质和暗能量的情况下解决巧合和微调问题。

英文摘要

We present a modified gravity framework based on a principle of vacuum displacement, where the vacuum is modeled as a Higgs-type scalar field $χ$ undergoing spontaneous symmetry breaking. The macroscopic manifestation of such vacuum displacement principle is phenomenologically introduced via a low-energy effective scalar tensor coupling so that baryonic matter acts as an impurity in the vacuum substrate. This interaction leads to a restorative buoyancy force that modifies the geodesic equation and violates the Weak Equivalence Principle. We show that this mechanism naturally recovers the Schwarzschild metric in the vacuum limit while providing a Yukawa-corrected Newtonian potential in the presence of matter. This correction offers a dynamical explanation for flat galactic rotation curves and a tracking mechanism for the cosmological constant, potentially resolving the coincidence and fine-tuning problems without the need of dark sectors.

2602.09105 2026-06-10 hep-th cond-mat.str-el hep-ph 版本更新

Generalized Families of QFTs

QFTs的广义族

T. Daniel Brennan, Kenneth Intriligator

AI总结 将族反常推广到破缺的广义/范畴对称性(包括高群和不可逆对称性),利用SymTFT研究RG流和红外相约束,并应用于4d类QCD理论。

Comments 55 pages, 1 figure, plus 1 appendix

详情
AI中文摘要

QFTs的RG流和红外相可以通过广义对称性及其反常来约束。破缺的对称性作用于理论族耦合常数空间,并且也可能具有约束红外相的族反常。我们将族反常考虑推广到破缺的广义/范畴对称性情况,包括高群和不可逆对称性。我们考虑了这种广义QFTs族的反常流入和SymTFTs,以及它们对RG流和红外相约束的影响。作为例子,我们将族反常应用于研究由无关多费米子相互作用变形的$4d$类QCD理论的红外相。

英文摘要

RG flows and IR phases of QFTs can be constrained by generalized symmetries and their anomalies. Broken symmetries act on the space of coupling constants of families of theories, and can also have IR-constraining family anomalies. We generalize family anomaly considerations to cases of broken generalized/categorical symmetries, including higher-group and non-invertible symmetries. We consider the anomaly inflow and SymTFTs of such generalized families of QFTs, and their implications for RG flows and constraints on the IR phases. As examples, we apply family anomalies to study the IR phases of $4d$ QCD-like theories deformed by irrelevant, multi-fermion interactions.

2604.21586 2026-06-10 physics.chem-ph cond-mat.stat-mech math-ph math.MP physics.bio-ph 版本更新

Birth, Death, and Replication at Surfaces: Universal Laws of Autocatalytic Dynamics

表面上的诞生、死亡与复制:自催化动力学的普适定律

Denis S. Grebenkov

AI总结 本文提出一个通用理论框架,通过非线性积分方程和Fokker-Planck方程描述表面介导的自催化过程,揭示损失与复制竞争导致的种群动态、普适标度律及灭绝或爆发条件。

详情
AI中文摘要

自催化过程是多种系统中复制在界面触发的核心机制,包括固体基底上的多相催化、膜上的酶活性、病毒感染、生物膜生长以及空间结构生态系统。在典型场景中,粒子在体相介质中运动并与表面区域相互作用,在那里它们可能通过分支、分裂或裂变消失或繁殖。在此,我们发展了一个通用理论框架来理解这种表面介导的自催化过程。我们表明,表面上的损失与复制之间的相互作用产生了丰富的种群动态。为此,我们推导了一个更新型非线性积分方程,用于种群大小的生成函数,从而能够访问其完整的概率分布和统计矩。我们进一步建立了等价描述,即具有非线性Robin型边界条件(编码表面反应)的Fokker-Planck方程。我们的结果识别了不同的动力学区域和普适标度律,并提供了一个统一框架来预测表面活性何时促进灭绝或爆炸性增长。这些发现为空间异质环境中的催化效率、代谢调节和种群持久性提供了定量见解。

英文摘要

Autocatalytic processes underlie diverse systems in which replication is triggered at interfaces, including heterogeneous catalysis on solid substrates, enzyme activity at membranes, viral infections, biofilm growth, and spatially structured ecosystems. In a typical scenario, particles move in a bulk medium and interact with surface regions, where they may either disappear or reproduce through branching, splitting or fission. Here, we develop a general theoretical framework to understand such surface-mediated autocatalytic processes. We show that the interplay between loss and replication at surfaces gives rise to rich population dynamics. For this purpose, we derive a renewal-type nonlinear integral equation for the generating function of the population size, providing access to its full probability distribution and statistical moments. We further establish an equivalent description in terms of a Fokker-Planck equation with nonlinear Robin-type boundary conditions that encode surface reactions. Our results identify distinct dynamical regimes and universal scaling laws, and provide a unified framework to predict when surface activity promotes extinction or explosive growth. These findings offer quantitative insight into catalytic efficiency, metabolic regulation, and population persistence in spatially heterogeneous environments.

2604.17662 2026-06-10 cs.SE 版本更新

Beyond the YAML File: Understanding Real-World GitHub Actions Workflow Adoption

超越YAML文件:理解真实世界的GitHub Actions工作流采用

Ali Khatami, Carolin Brandt, Andy Zaidman

AI总结 通过分析952个仓库的258,300条工作流运行记录,识别出三种失败响应模式,发现高使用强度与低失败率相关,并揭示了配置-使用差距。

详情
AI中文摘要

持续集成和持续部署(CI/CD)已成为现代软件开发的基础,GitHub Actions(GHA)作为主导自动化平台兴起。在本研究中,我们分析了GHA的真实世界执行记录,考察开发者如何应对工作流失败、这些工作流如何被项目使用,以及这些方面与项目特征的关系。我们定量分析了来自952个仓库的258,300条工作流运行记录,并对21个经过筛选的多样化GitHub仓库进行了深入的定性分析,以理解维护者和贡献者如何与工作流结果交互。我们识别出三种不同的失败响应模式,观察到GHA工作流的更高使用强度与更低失败率相关,并揭示了一个配置-使用差距,即配置文件的存在掩盖了禁用或未使用的工作流。此外,我们对项目特征与使用模式之间关系的定性分析得出了五个有待未来验证的假设。

英文摘要

Continuous Integration and Continuous Deployment (CI/CD) have become fundamental to modern software development, with GitHub Actions (GHA) emerging as a dominant automation platform. In this study, we analyze real-world execution records of GHA, examining how developers react to workflow failures, how these workflows are utilized by projects, and how these aspects relate to project characteristics. We quantitatively analyze 258,300 workflow run records from 952 repositories and perform an in-depth qualitative analysis of 21 selected, diverse GitHub repositories to understand how maintainers and contributors interact with workflow results. We identify three distinct failure response patterns, observe that higher usage intensity of GHA workflows correlates with lower failure rates, and uncover a configuration-usage gap where the presence of configuration files masks disabled or unused workflows. Moreover, our qualitative analysis of relationships between project characteristics and utilization patterns yields five hypotheses for future validation.

2604.17554 2026-06-10 astro-ph.IM astro-ph.EP 版本更新

Characterizing Earth analogs may require a moderate or high-resolution spectrograph

表征地球类似行星可能需要中等或高分辨率光谱仪

Jean-Baptiste Ruffio, Sarah Steiger, Corey Spohn, Bruce Macintosh, Dimitri Mawet, Laurent Pueyo, Bertrand Mennesson, Beck Dacus, Nicole Wolff, Tyler D. Robinson, Renyu Hu, Kielan Hoch, Quinn M. Konopacky, Marshall D. Perrin, Dmitry Savransky, Michael W. McElwain, Shelley A. Wright, Ji Wang, Pin Chen

AI总结 本文通过模拟观测,评估了不同光谱分辨率对宜居世界天文台探测地球类似行星生物特征分子的影响,发现中等或高分辨率(R>1000)比低分辨率(R~140)更有效,且相关散斑噪声可能完全抑制低分辨率下的探测能力。

Comments Accepted to Journal of Astronomical Telescopes, Instruments, and Systems

详情
AI中文摘要

宜居世界天文台(HWO)的一个主要目标是探测和测量地球类似行星大气中生物特征分子(如水H2O和氧气O2)的丰度。这预计需要每颗行星数百小时的深度光谱观测。在此背景下,优化光谱仪的光谱分辨率至关重要,既要最大化任务期间可研究的行星数量,也要降低误检风险。本文旨在提供一个框架,探索HWO的光谱分辨率设计权衡空间。该框架必须适用于从低分辨率(R<100)到高分辨率(R>10,000)的所有光谱分辨率,并考虑残余星光的光谱相关性(即散斑噪声色度)。利用“模板匹配”概念,我们基于Python包EXOSIMS开发了一个模拟工具包,用于计算行星和分子的探测显著性。然后,我们使用代表性任务参数模拟了164颗恒星周围地球类似行星的观测,以探索探测器噪声和相关散斑噪声基底的影响。我们的发现表明,与低分辨率光谱模式(例如R~140)相比,中等或高分辨率光谱仪(R>1,000)将对关键分子提供更高的灵敏度。相关散斑噪声还可能完全抑制我们在低光谱分辨率下探测生物特征的能力。我们得出结论,需要结合其稳定性的详细模型以及其他相关噪声源进行更全面的研究,以充分探索光谱分辨率和关键物种可探测性的权衡空间。

英文摘要

A primary goal of the Habitable Worlds Observatory (HWO) is to detect and measure the abundance of biosignature molecules, such as water (H2O) and oxygen (O2), in the atmosphere of Earth analogs. This is expected to require deep spectroscopic observations lasting hundreds of hours per planet. In this context, it is essential to optimize the spectral resolution of the spectrograph to both maximize the number of planets that can be studied over the lifetime of the mission, and also to reduce the risks of false detections. The purpose of this work is to provide a framework to explore the spectral resolution design trade-space for HWO. This framework must be valid and comparable across all spectral resolutions from low (R<100) to high resolutions (R>10,000), and account for the spectral correlation of the residual starlight (i.e., speckle noise chromaticity). Leveraging the concept of "template matching", we develop a simulation toolkit based on the Python package EXOSIMS to compute the detection significance of planets and molecules. We then simulate observations of Earth analogs around 164 stars using representative mission parameters to explore the effects of the detector noise and the correlated speckle noise floor. Our findings suggest that a moderate or high resolution spectrograph (R>1,000) will provide higher sensitivity to critical molecules compared to a low resolution spectroscopy mode (e.g., R~140). The correlated speckle noise may also entirely suppress our ability to detect bio-signatures at low spectral resolutions. We conclude that a more comprehensive study combined with detailed models of its stability, and other sources of correlated noise, is necessary to fully explore the trade space of spectral resolution and detectability of key species.

2602.18343 2026-06-10 physics.optics 版本更新

Super-Resolution Structured-Illumination X-Ray Microscopy based on Fourier Decomposition

基于傅里叶分解的超分辨结构照明X射线显微镜

Stefan Schwaiger, Lennart Forster, Martin Dierolf, Franz Pfeiffer, Benedikt Günther

AI总结 提出一种超分辨X射线显微镜方法,通过结构照明编码高频信息,利用傅里叶分解解码,实现2.2倍分辨率提升,并扩展至显微断层成像,同时获取相位衬度和暗场图像。

详情
AI中文摘要

X射线显微镜已成为无损检测(如电池研究)的重要工具。然而,以所需的(亚)微米分辨率对厘米级电池单元成像一直具有挑战性。具有合适视场的先进X射线显微镜技术可提供(亚)$10\\,\mu m$分辨率,但通常受限于探测器点扩散函数和(有效)探测器像素尺寸。本工作提出一种超分辨X射线显微镜方法,克服了这两个限制。它需要结构化的X射线照明,以编码在已分辨支持区域内原本无法分辨的高频样本信息。开发了一个数学框架,用于解码该信息,并从多次不同相移的结构化X射线照明采集中生成超分辨图像。首先通过实验证明了这种编码高频信息的存在,然后使用分辨率测试图进行量化和验证,显示分辨率提高了2.2倍。最后,我们将所提出的超分辨技术扩展到X射线显微断层成像。由于图像采集方案本质上是多模态的,还可以额外计算相位衬度和暗场X射线图像。这些结果展示了所提技术在无损检测和生物医学成像中的直接影响,减轻了探测器像素尺寸限制和样本尺寸限制。

英文摘要

X-ray microscopy has become an important tool for non-destructive testing, e.g., in battery research. However, imaging a cm-scale battery cell at the desired (sub-)micrometer resolution has been challenging. State-of-the-art X-ray microscopy techniques with a suited field-of-view provide (sub-) $10\,μm$ resolution, typically limited by the detector point-spread function and the (effective) detector pixel size. This work presents a super-resolution X-ray microscopy approach overcoming both limitations. It requires a structured X-ray illumination to encode high-frequency sample information that is natively unresolved within the resolved region of support. A mathematical framework is developed that decodes this information and generates a super-resolved image from multiple acquisitions with different phase shifts of the structured X-ray illumination. The presence of this encoded high-frequency information is first experimentally demonstrated, followed by quantification and validation using a resolution test chart. A resolution improvement by a factor of 2.2 is shown. Finally, we extend the proposed super-resolution technique to X-ray microtomography. Since the image acquisition scheme is inherently multimodal, phase-contrast and dark-field X-ray images can be computed additionally. These results showcase the direct impact of the proposed technique across both non-destructive testing and biomedical imaging, alleviating pixel-size limitations in detectors and sample-size restrictions.

2601.20640 2026-06-10 math.AP math.DG 版本更新

Existence results for Leibenson's equation on Riemannian manifolds

黎曼流形上Leibenson方程的存在性结果

Philipp Sürig

AI总结 研究任意黎曼流形上Leibenson方程(双重非线性发展方程)的柯西问题,证明当p>1且q>0时,对任意初值u0∈L¹∩L∞,存在唯一弱解。

Comments 32 pages, uniqueness result is added, restriction on $p$ and $q$ is improved

详情
AI中文摘要

我们在任意黎曼流形$M$上考虑\textit{Leibenson方程}$\partial _{t}u=\Delta _{p}u^{q}$,也称为\textit{双重非线性发展方程}。我们证明如果$p>1$且$q>0$,则柯西问题\begin{equation*} \left\{ \begin{array}{ll} \partial _{t}u=\Delta _{p}u^{q} &\text{in}~M\times (0, \infty), \u(x, 0)=u_{0}(x)& \text{in}~M, \end{array}% \right. \end{equation*} 对任意$u_{0}\in L^{1}(M)\cap L^{\infty}(M)$存在唯一弱解。

英文摘要

We consider on an arbitrary Riemannian manifold $M$ the \textit{Leibenson equation} $\partial _{t}u=Δ_{p}u^{q}$, that is also known as a \textit{doubly nonlinear evolution equation}. We prove that if $p>1$ and $q>0$ then the Cauchy-problem \begin{equation*} \left\{ \begin{array}{ll} \partial _{t}u=Δ_{p}u^{q} &\text{in}~M\times (0, \infty), \\u(x, 0)=u_{0}(x)& \text{in}~M, \end{array}% \right. \end{equation*} has a unique weak solution for any $u_{0}\in L^{1}(M)\cap L^{\infty}(M)$.

2601.06688 2026-06-10 cs.IT math.IT math.ST stat.TH 版本更新

The Sample Complexity of Lossless Data Compression

无损数据压缩的样本复杂度

Terence Viaud, Ioannis Kontoyiannis

AI总结 提出非渐近框架研究无损压缩的基本极限,定义样本复杂度为在给定速率和超概率约束下所需的最小块长,证明无记忆源的样本复杂度由1/2阶Rényi熵决定,并推广至马尔可夫源和通用压缩。

Comments Several minor revisions and reviewer comments taken into account, additional content on the "actual compression rate" and asymmetric formulation for general target rates

详情
AI中文摘要

引入了一个新框架来检验和评估无损数据压缩的基本极限,该框架强调真正的非渐近结果。给定源的{\em 样本复杂度}定义为在特定约束速率和指定超概率范围内压缩该源所需的最小块长。这一表述与统计学和计算机科学中的相应发展相平行,并便于利用各种假设检验问题的样本复杂度的现有结果。对于任意源,一般变长压缩机的样本复杂度被证明与前缀码和定长码的样本复杂度紧密耦合。对于无记忆源,样本复杂度不是由源熵决定,而是由它的1/2阶Rényi熵决定。获得了样本复杂度的非渐近界,并带有显式常数。推广到马尔可夫源,表明样本复杂度由源的1/2阶Rényi熵率决定。最后,针对无记忆源族,发展了通用数据压缩的样本复杂度界。在那里,样本复杂度由族中元素与均匀分布之间的1/2阶Rényi散度的最小值决定。探讨并讨论了该问题与身份检验及相应分离率之间的联系。

英文摘要

A new framework is introduced for examining and evaluating the fundamental limits of lossless data compression, that emphasizes genuinely non-asymptotic results. The {\em sample complexity} of compressing a given source is defined as the smallest blocklength at which it is possible to compress that source at a specifically constrained rate and to within a specified excess-rate probability. This formulation parallels corresponding developments in statistics and computer science, and it facilitates the use of existing results on the sample complexity of various hypothesis testing problems. For arbitrary sources, the sample complexity of general variable-length compressors is shown to be tightly coupled with the sample complexity of prefix-free codes and fixed-length codes. For memoryless sources, it is shown that the sample complexity is characterized not by the source entropy, but by its Rényi entropy of order~$1/2$. Nonasymptotic bounds on the sample complexity are obtained, with explicit constants. Generalizations to Markov sources are established, showing that the sample complexity is determined by the source's Rényi entropy rate of order~$1/2$. Finally, bounds on the sample complexity of universal data compression are developed for families of memoryless sources. There, the sample complexity is characterized by the minimum Rényi divergence of order~$1/2$ between elements of the family and the uniform distribution. The connection of this problem with identity testing and with the associated separation rates is explored and discussed.

2604.12687 2026-06-10 hep-ph astro-ph.CO 版本更新

Graviton Production from Inflaton Condensate: Boltzmann vs Bogoliubov

来自暴胀子凝聚的引力子产生:玻尔兹曼与博戈留波夫

Chenhuan Wang, Yong Xu, Wenbin Zhao

AI总结 通过比较玻尔兹曼和博戈留波夫方法,研究再加热期间振荡暴胀子凝聚产生的引力子,发现对于陡峭势,非绝热跃迁贡献显著,博戈留波夫形式更适用。

Comments 29 pages, 7 figures; minor change, version accepted for publication in JHEP

详情
AI中文摘要

我们通过系统比较玻尔兹曼和博戈留波夫描述,研究了再加热期间从振荡暴胀子凝聚产生引力子的过程,其中暴胀子势在最小值附近形如 $V(\phi)\propto\phi^n$。博戈留波夫框架提供了引力子产生的统一描述,捕获了短波长和长波长下的微扰和非微扰效应,而玻尔兹曼方法仅限于短波长下的微扰产生。对于二次情形($n=2$),我们发现两种方法在短波长下给出相同的引力子谱,表明玻尔兹曼处理完全捕获了该区域的微扰引力产生。然而,对于更陡的势($n>2$),我们识别出由暴胀到再加热的非绝热跃迁产生的可观贡献。这一成分自然包含在博戈留波夫形式中,但在玻尔兹曼描述中缺失,我们证明它在广泛的动量范围内都很重要。我们在两个框架内推导了解析近似,阐明了谱的物理起源和标度行为。我们的结果划定了玻尔兹曼方法的有效范围,并表明对于更陡的暴胀子势,引力子产生由非绝热跃迁动力学主导,博戈留波夫形式提供了最合适的描述。

英文摘要

We study graviton production from an oscillating inflaton condensate during reheating by systematically comparing Boltzmann and Bogoliubov descriptions for inflaton potentials of the form $V(ϕ)\proptoϕ^n$ around the minimum. The Bogoliubov framework provides a unified description of graviton production, capturing both perturbative and non-perturbative effects across short and long wavelengths, whereas the Boltzmann approach is restricted to perturbative production at short wavelengths. For the quadratic case ($n=2$), we find that the two approaches yield identical graviton spectra at short wavelengths, indicating that the Boltzmann treatments fully captures perturbative gravitational production in this regime. For steeper potentials ($n>2$), however, we identify a sizable contribution arising from the non-adiabatic transition between inflation and reheating. This component is naturally incorporated in the Bogoliubov formalism but absent in the Boltzmann description, and we show that it is important over a broad range of momenta. We derive analytic approximations within both frameworks that clarify the physical origin and scaling behavior of the spectrum. Our results delineate the regime of validity of Boltzmann approaches and show that, for steeper inflaton potentials, graviton production is governed by non-adiabatic transition dynamics for which the Bogoliubov formalism provides the most appropriate description.