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

科学与医疗

AI for Science

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

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

1. 蛋白质与生物分子 3 篇

2606.19377 2026-06-19 cs.LG cs.AI 新提交 95%

Emyx: Fast and efficient all-atom protein generation

Emyx: 快速高效的全原子蛋白质生成

Nicholas J. Williams, Ward Haddadin, Matteo P. Ferla, Constantin Schneider, Nicholas B. Woodall, Ruby Sedgwick, Christian D. Madsen, Andrew L. Hopkins, Edward O. Pyzer-Knapp

发表机构 * Xyme

专题命中 蛋白质与生物分子 :提出全原子蛋白质生成模型,用于酶设计。

AI总结 提出Emyx,一种140M参数的流匹配模型,通过轻量条件表示和稀疏连接降低复杂度,在酶设计基准上超越现有方法,训练仅需682 GPU小时。

详情
AI中文摘要

计算酶设计需要生成能够支撑催化残基和配体的蛋白质,这要求生成模型同时具备几何准确性和结构多样性。当前的全原子生成模型继承了结构预测中的昂贵架构,导致训练成本高、样本多样性有限。我们认为,对于生成模型而言,这种复杂性大多是不必要的,因为生成模型依赖于稀疏的几何约束而非丰富的共进化信号。Emyx是一个140M参数的条件流匹配模型,将能力集中在标准Transformer块中,用轻量条件表示和稀疏连接替代了厚重的嵌入堆叠。此外,我们推导了流匹配插值到EDM噪声水平框架的精确重参数化,将流匹配训练效率与为扩散模型设计的最先进采样方法桥接起来,无需重新训练。尽管是最小的模型,Emyx在AME酶设计基准上,在要求全局折叠恢复和催化几何准确性的严格评估下,在成功率、结构新颖性、骨架多样性和几何有效性方面均优于Proteína-Complexa和RFdiffusion3,而训练仅需682 GPU小时,约为RFdiffusion3的1/4。

英文摘要

Computational enzyme design requires generating proteins that scaffold catalytic residues and ligands, a task that demands both geometric accuracy and structural diversity from the underlying generative model. Current all-atom generators inherit expensive architectures from structure prediction, leading to high training costs and limited sample diversity. We argue that much of this complexity is unnecessary for generators, which condition on sparse geometric constraints rather than rich co-evolutionary signals. Emyx is a 140M-parameter conditional flow matching model that concentrates capacity within standard transformer blocks, replacing heavy embedding stacks with lightweight conditional representations and sparse connectivity. We additionally derive an exact reparametrisation of the flow matching interpolant into the EDM noise-level framework, bridging flow matching training efficiency with state-of-the-art sampling methods designed for diffusion models without retraining. Despite being the smallest model, Emyx outperforms both Proteína-Complexa and RFdiffusion3 against the AME enzyme design benchmark across success rate under strict evaluation requiring both global fold recovery and catalytic geometry accuracy, structural novelty, scaffold diversity, and geometric validity, while training in just $682$ GPU-hours, roughly $4\times$ less than RFdiffusion3.

2606.19374 2026-06-19 cs.LG cs.AI 新提交 95%

Protein Representation Learning with Secondary-Structure and Energy-Filtered Hydrogen-Bond Graphs

基于二级结构和能量过滤氢键图的蛋白质表示学习

Mohamed Mouhajir, Limei Wang, El Houcine Bergou, Hajar El Hammouti, Lamiae Azizi, Dongqi Fu

发表机构 * College of Computing, UM6P(穆罕默德六世理工大学计算机学院)

专题命中 蛋白质与生物分子 :提出二级结构感知图神经网络用于蛋白质表示。

AI总结 提出一种二级结构感知的图神经网络,通过增强残基节点表示并基于能量过滤的氢键构建边,以捕获局部结构上下文和长程耦合,在蛋白质基准上取得一致改进并增强生物学可解释性。

Journal ref The 25th International Workshop on Data Mining in Bioinformatics (BIOKDD 2026)

详情
AI中文摘要

基于图的表示被广泛用于蛋白质建模,然而许多现有方法主要依赖序列邻接或几何邻近,这仅部分反映了控制蛋白质折叠的原理。蛋白质实际上采用围绕二级结构元素(如α-螺旋和β-折叠)组织的复杂三维构象,这些元素编码了重复的局部基序和稳定的氢键相互作用。在这项工作中,我们引入了一种二级结构感知的图神经网络用于蛋白质表示学习。残基级别的节点表示通过二级结构分配得到增强,图边由经过能量强度过滤的氢键相互作用构建。这种设计使模型能够捕获对蛋白质稳定性和功能至关重要的局部结构上下文和长程耦合。我们在常用的蛋白质基准上评估了所提出的方法,并观察到相对于现有基于图的方法的一致改进。此外,生成的图表示提供了增强的生物学可解释性,因为学习到的连接性与已建立的结构基序一致。这些发现表明,融入二级结构和能量过滤的氢键拓扑为蛋白质表示学习提供了有效的归纳偏置。代码发布在 https://this URL。

英文摘要

Graph-based representations are widely used in protein modeling, yet many existing approaches rely primarily on sequence adjacency or geometric proximity, which only partially reflect the principles governing protein folding. Proteins instead adopt complex three-dimensional conformations organized around secondary structure elements, such as $α$-helices and $β$-sheets, which encode recurring local motifs and stabilizing hydrogen-bond interactions. In this work, we introduce a secondary-structure-aware graph neural network for protein representation learning. Residue-level node representations are augmented with secondary structure assignments, and graph edges are constructed from hydrogen-bond interactions filtered by their energetic strength. This design enables the model to capture both local structural context and long-range couplings that are central to protein stability and function. We evaluate the proposed approach on commonly used protein benchmarks and observe consistent improvements over existing graph-based methods. In addition, the resulting graph representations offer enhanced biological interpretability, as the learned connectivity aligns with established structural motifs. These findings suggest that incorporating secondary structure and energy-filtered hydrogen-bond topology provides an effective inductive bias for protein representation learning. The code is released at https://github.com/mohamedmohamed2021/SSProNet

2606.14510 2026-06-19 cs.LG q-bio.BM 新提交 90%

PepALD: Macrocyclic Peptide Generation via Autoregressive Latent Diffusion

PepALD: 通过自回归潜在扩散生成大环肽

Junming Zhang, Siyu Yi, Wei Ju, Zhonghui Gu

发表机构 * College of Computer Science, Sichuan University(四川大学计算机科学学院) School of Mathematics, Sichuan University(四川大学数学学院) School of Artificial Intelligence, Sichuan University(四川大学人工智能学院) Lingang Laboratory(临港实验室)

专题命中 蛋白质与生物分子 :大环肽生成,属于蛋白质设计

AI总结 提出PepALD模型,结合自回归潜在扩散与化学嵌入,实现从头设计大环肽,并利用偏好优化提升亲和力,在生成质量和奖励优化上优于基线。

Comments 18 pages, 5 figures, 3 tables

详情
AI中文摘要

大环肽是细胞内靶点的有前景的治疗候选物,但其设计需要同时控制非天然单体化学、环拓扑、膜通透性和靶点结合。现有的SMILES或HELM字符串生成模型要么在长原子级序列空间中操作,要么将单体视为具有有限化学基础符号化令牌。我们引入了PepALD,一个用于从头生成大环肽的自回归潜在扩散(ALD)基础模型。该模型使用结构化化学嵌入表示HELM单体,通过在化学信息潜在空间中的上下文条件扩散生成每个残基,在自回归生成过程中预测R基团感知的环闭合,并使用胜者保护的扩散自适应偏好优化将去噪器与亲和力奖励对齐。体外实验表明,PepALD在生成质量和奖励优化性能上优于代表性肽生成基线。

英文摘要

Macrocyclic peptides are promising therapeutic candidates for intracellular targets, but their design requires simultaneous control over non-natural monomer chemistry, ring topology, membrane permeability, and target binding. Existing SMILES- or HELM-string generative models either operate in long atom-level sequence spaces or treat monomers as symbolic tokens with limited chemical grounding. We introduce PepALD, an Autoregressive Latent Diffusion (ALD) foundation model for \textit{de novo} macrocyclic peptide generation. The model represents HELM monomers with structured chemical embeddings, generates each residue through context-conditioned diffusion in chemically informed latent space, predicts R-group-aware ring closures during autoregressive generation, and aligns the denoiser to affinity rewards using winner-protected diffusion-adapted preference optimization. In silico experiments demonstrate PepALD's generation quality and reward-optimization performance against representative peptide generation baselines.

2. 其他科学智能 2 篇

2606.20315 2026-06-19 q-bio.GN cs.CR 新提交 90%

bioETH-Beacon: A Confidential On-Chain Genomic Beacon with Encrypted Counts, Filters, and Bounded Noise over a Fully Homomorphic EVM

bioETH-Beacon: 基于全同态EVM的机密基因组信标,支持加密计数、过滤和有界噪声

Christos Galanopoulos, Kimon Antonios Provatas, Ilias Georgakopoulos-Soares

专题命中 其他科学智能 :基因组信标查询,隐私保护基因组学,属于科学智能

AI总结 提出基于全同态EVM的智能合约原型bioETH-Beacon,实现加密基因组信标查询,通过加密计数、有界噪声和访问控制抵御成员推理攻击,并优化查询成本。

Comments 11 pages, 6 figures, 8 tables. Research prototype for privacy-preserving genomics using Fully Homomorphic Encryption (FHE) on blockchain (fhEVM)

详情
AI中文摘要

全球基因组学与健康联盟(GA4GH)Beacon协议允许研究人员查询某个基因组变异是否在参与队列中被观察到,并返回聚合的变异级计数。随着Beacon网络的发展,两个隐私风险依然存在:宿主机构可以看到明文查询,而重复的罕见变异查询可能支持成员推理攻击。我们提出了bioETH-Beacon,一个智能合约原型,它在全同态以太坊虚拟机(fhEVM)上对加密数据执行Beacon“聚合计数”查询。医院上传加密的标记计数条目,授权研究人员提交加密的标记查询,合约返回加密答案,通过链下密钥管理服务仅释放给合约链上ACL中指定的请求者。该设计组织为一个3x4的层级-查询族网格,涵盖基因型、性别、年龄和表型查询,层级在更强的机密性和更低的查询成本之间进行权衡。对于基因型路径,原型可以添加链上有界噪声以减轻探测攻击。基于多基因评分(PGS)目录的合成面板实验显示了预期的扩展行为,并证明当公共标记存在是可接受的权衡时,预聚合可以显著降低查询gas成本。总体而言,bioETH-Beacon提供了一个无需可信计算评估者的机密Beacon式基因组查询研究原型。

英文摘要

The Global Alliance for Genomics and Health (GA4GH) Beacon protocol lets researchers ask whether a genomic variant has been observed in a participating cohort and receive aggregate variant-level counts. As Beacon networks grow, two privacy risks remain: host institutions can see plaintext queries, and repeated rare-variant queries can support membership-inference attacks. We present bioETH-Beacon, a smart-contract prototype that runs the Beacon "aggregate count" query over encrypted data on a fully homomorphic Ethereum Virtual Machine (fhEVM). Hospitals upload encrypted marker-count entries, authorized researchers submit encrypted marker queries, and the contract returns an encrypted answer that is released, via an off-chain key-management service, only to the requester named in the contract's on-chain ACL. The design is organized as a 3x4 tier-by-query-family grid spanning genotype, sex, age, and phenotype queries, with tiers that trade stronger confidentiality for lower query cost. For genotype paths, the prototype can add bounded on-chain noise to mitigate probing attacks. Experiments on synthetic panels derived from a Polygenic Score (PGS) catalog show the expected scaling behavior and demonstrate that pre-aggregation can substantially reduce query gas when public marker presence is an acceptable trade-off. Overall, bioETH-Beacon provides a research prototype for confidential Beacon-style genomic querying without a trusted compute evaluator.

2606.20000 2026-06-19 hep-ph physics.comp-ph 新提交 90%

Two Flavon Froggatt-Nielsen Models with Genetic Algorithms

双味标量Froggatt-Nielsen模型与遗传算法

Miguel Crispim Romão, Stephen F. King

专题命中 其他科学智能 :遗传算法扫描Froggatt-Nielsen模型

AI总结 利用遗传算法系统扫描双味标量Froggatt-Nielsen模型,发现其真空期望值相对相位提供CP破坏源,并找到超过10万个唯象可行模型。

Comments 37 pages, 7 figures

详情
AI中文摘要

我们首次系统全面地扫描了双味标量Froggatt-Nielsen (FN)模型,采用人工智能技术探索高维、混合离散-连续参数空间。将标准单味标量FN框架扩展到双味标量设置,其中不同的标量场独立耦合到上型和下型扇区,我们证明了它们的真空期望值之间的相对相位提供了单味标量模型所缺乏的CP破坏的自然且通用的来源。为了探索这个扩大的模型空间,我们将寻找唯象可行模型的问题转化为多目标优化问题,将每个实验约束作为一个独立目标,并采用非支配排序遗传算法III同时拟合所有18个FN电荷、45个Wilson系数和标量参数到夸克和轻子扇区。我们的方法不需要单独的训练阶段,并且比先前的强化学习方法快数个数量级地识别出唯象可行模型。施加对CKM和PMNS混合角及CP相位、带电费米子质量以及中微子质量平方差的实验约束,我们发现了超过10万个独特的可行模型,且重复率极低,表明有效的双味标量FN实现空间尚未被穷尽。正常和倒置中微子质量平方排序均被实现,标量真空期望值的相对层次对无中微子双贝塔衰变有效质量$m_{ee}$产生了性质不同的预测。我们进一步证明了存在最大标量指数小至3的最小FN实现,以及无需任何专门的连续参数优化就能在6%以内重现带电费米子质量的模型。

英文摘要

We present the first systematic and comprehensive scan of two-flavon Froggatt-Nielsen (FN) models, employing artificial intelligence techniques to explore the high-dimensional, mixed discrete-continuous parameter space. Extending the standard single-flavon FN framework to a two-flavon setup in which separate flavon fields couple independently to the up- and down-type sectors, we demonstrate that the relative phase between their vacuum expectation values (vevs) provides a natural and generic source of CP violation absent in single-flavon models. To explore this enlarged model space, we cast the search for phenomenologically viable models as a multi-objective optimisation problem, formulating each experimental constraint as a separate objective, and employ the Non-dominated Sorting Genetic Algorithm III to simultaneously fit all 18 FN charges, 45 Wilson coefficients, and flavon parameters to both the quark and lepton sectors. Our approach requires no separate training phase and identifies phenomenologically viable models orders of magnitude faster than prior reinforcement learning methods. Imposing experimental constraints on CKM and PMNS mixing angles and CP phases, charged fermion masses, and neutrino squared-mass differences, we discover over $100\,000$ unique viable models with a remarkably low duplication rate, indicating that the space of valid two-flavon FN realisations has not been exhausted. Both Normal and Inverted neutrino mass squared orderings are realised, with the relative hierarchy between the flavon vevs producing qualitatively distinct predictions for the effective neutrinoless double beta decay mass $m_{ee}$. We further demonstrate the existence of minimal FN realisations with maximal flavon exponent as small as three, and of models reproducing charged fermion masses to within $6\%$ without any dedicated continuous parameter optimisation.

3. 物理仿真 13 篇

2606.20156 2026-06-19 cs.AI 新提交 90%

Modularity-Free Conflict-Averse Training for Generalized PINNs

面向广义PINN的无模块化冲突规避训练

Heejo Kong, Beomchul Park, Sung-Jin Kim, Seong-Whan Lee

发表机构 * Department of Brain and Cognitive Engineering, Korea University(韩国大学脑与认知工程系) Department of Artificial Intelligence, Korea University(韩国大学人工智能系)

专题命中 物理仿真 :PINNs求解PDE,物理信息神经网络。

AI总结 针对过参数化PINN因功能模块化导致冲突规避优化失效的问题,提出ModSync框架,通过惩罚任务专属连接并保留交互路径,实现结构优化与冲突规避训练的融合,在多种PDE基准上达到最先进精度。

Comments Accepted by ICASSP 2026

详情
AI中文摘要

物理信息神经网络(PINN)通过将物理定律嵌入可微目标,已成为求解偏微分方程的强大框架。尽管取得了进展,训练PINN仍然脆弱:最近的冲突规避优化方案缓解了残差损失和边界损失之间的梯度干扰,但我们表明,随着模型容量的增加,其有效性会下降。在本文中,我们识别了一种容量诱导的失效模式,其中过参数化网络经历功能模块化,自我划分为任务专属模块,抑制跨目标交互并阻碍向帕累托驻点收敛。为解决此问题,我们提出了一种新颖框架——模块稀疏同步(ModSync),通过惩罚任务专属连接同时保留促进交互的路径,将结构优化整合到冲突规避训练中。跨多种PDE基准的大量实验表明,ModSync持续防止容量驱动的失败,维持稳健的跨目标耦合,并实现了最先进的精度。代码可在\url{this https URL}获取。

英文摘要

Physics-informed neural networks (PINNs) have become a powerful framework for solving PDEs by embedding physical laws into differentiable objectives. Despite their advances, training PINNs remains fragile: recent conflict-averse optimization schemes alleviate gradient interference between residual and boundary losses, but we show that their effectiveness deteriorates as model capacity increases. In this paper, we identify a capacity-induced failure mode, where overparameterized networks undergo functional modularity, self-partitioning into task-exclusive modules that suppress cross-objective interaction and hinder convergence toward Pareto-stationary points. To address this issue, we propose a novel framework, Modular-Sparsity Synchronization (ModSync), which integrates structural optimization into conflict-averse training by penalizing task-exclusive connections while preserving interaction-promoting pathways. Extensive experiments across diverse PDE benchmarks demonstrate that ModSync consistently prevents capacity-driven failures, sustains robust cross-objective coupling, and achieves state-of-the-art accuracy. Codes are available at \url{https://github.com/heejokong/ModSync}.

2606.19754 2026-06-19 cs.LG cs.NA math.NA 新提交 90%

Learning universal approximations for partial differential equations with Physics-Informed Broad Learning System

基于物理信息广度学习系统的偏微分方程通用逼近学习

Zhiwen Yu, Derong Yang, Liujian Zhang, Kaixiang Yang, Peilin Zhan, Jianmin Lv, Jane You, C. L. Philip Chen

发表机构 * School of Computer Science and Engineering, South China University of Technology(华南理工大学计算机科学与工程学院) Peng Cheng Laboratory(鹏城实验室) School of Future Technology, South China University of Technology(华南理工大学未来技术学院) School of Computer Science and Technology, Guangdong University of Technology(广东工业大学计算机科学与技术学院) Department of Industrial and Systems Engineering, The Hong Kong Polytechnic University(香港理工大学工业及系统工程学系)

专题命中 物理仿真 :提出PIBLS求解偏微分方程,比PINN快1-3数量级

AI总结 提出物理信息广度学习系统(PIBLS),通过无反向传播的最小二乘优化高效求解线性和非线性偏微分方程,比传统PINN快1-3个数量级且精度更高。

详情
AI中文摘要

偏微分方程(PDE)在建模复杂的物理、生物和工程系统中起着核心作用。虽然传统的数值求解器很稳健,但由于网格依赖性,它们常常带来高昂的计算成本,而最近的物理信息神经网络(PINN)提供了一种无网格替代方案,但经常遭受收敛缓慢和优化不稳定的问题。为了弥合这一差距,本文提出了物理信息广度学习系统(PIBLS),一种新颖的无反向传播框架,将PDE求解重新表述为直接的最小二乘优化。我们改进了该框架内的一个算法以高效处理非线性PDE,并提供了严格的数学证明,确立了PIBLS对这些方程的通用逼近性质。在线性和非线性PDE上的实验表明,PIBLS比传统PINN快1到3个数量级,同时实现了显著更高的求解精度。该框架为科学机器学习提供了一种计算高效的范式,为实时仿真和设计优化任务提供了一种实用、高速的替代方案。

英文摘要

Partial differential equations (PDEs) play a central role in modeling complex physical, biological, and engineering systems. While traditional numerical solvers are robust, they often incur prohibitive computational costs due to mesh dependencies, whereas recent Physics-Informed Neural Networks (PINNs) offer a mesh-free alternative but frequently suffer from slow convergence and optimization instability. To bridge this gap, this article proposes the Physics-Informed Broad Learning System (PIBLS), a novel backpropagation-free framework that reformulates PDE solving as a direct least-squares optimization. We improved an algorithm within this framework to handle nonlinear PDEs efficiently and provide a rigorous mathematical proof establishing the universal approximation property of PIBLS for these equations. Experiments on linear and nonlinear PDEs demonstrate that PIBLS is one to three orders of magnitude faster than conventional PINNs while achieving significantly higher solution accuracy. This framework provides a computationally efficient paradigm for scientific machine learning, offering a practical, high-speed alternative for real-time simulation and design optimization tasks.

2606.20153 2026-06-19 quant-ph cond-mat.other physics.comp-ph 新提交 90%

Optimizing resource allocation for accuracy in noisy variational quantum algorithms

优化资源分配以提高含噪变分量子算法的精度

Harshit Verma, Thomas Ayral, Alexia Auffèves, Robert Whitney

专题命中 物理仿真 :优化含噪变分量子算法资源分配,属于量子物理

AI总结 针对含噪变分量子算法,提出一种基于噪声-度量-资源的方法,通过权衡电路大小与迭代次数,最小化达到指定精度所需的资源成本。

Comments 18 pages, 14 figures, and 2 tables

详情
AI中文摘要

为了使量子算法发挥其全部潜力,我们需要优化它们的方法,例如以最小的资源成本达到给定的输出精度。在这里,我们为含噪中等规模量子(NISQ)算法开发了这样一种方法。我们利用变分量子本征求解器(VQE)的模拟,提出了这类算法的现象学模型,该模型捕捉了算法精度、算法资源成本以及现实量子硬件中存在的噪声之间的复杂关系。为此,我们将算法资源成本定义为算法中量子门操作的总数;最小化此成本通常会使算法更快、更节能。我们考虑了量子电路大小(小电路过于不精确,但大电路噪声太大)与该量子电路在全算法中充分收敛所需的迭代次数之间的微妙权衡。使用噪声-度量-资源方法,我们确定了(电路大小与迭代次数的)最佳点,该点最小化达到所需算法精度的算法资源成本。它还给出了在固定资源成本下最大化算法精度的电路大小。我们的方法为在现实含噪硬件(包括使用误差缓解的硬件)上近期部署变分算法提供了实用指南。

英文摘要

For quantum algorithms to achieve their full potential, we need methodologies to optimize them, such as reaching a given output accuracy with minimal resource costs. Here, we develop such a methodology for a class of Noisy Intermediate-Scale Quantum (NISQ) algorithms. We leverage simulations of a Variational Quantum Eigensolver (VQE) to propose a phenomenological model of such algorithms that captures the complex relationship between algorithmic accuracy, algorithmic resource costs, and the noise that exists in realistic quantum hardware. For this, we take the algorithmic resource cost to be the total number of quantum gate-operations in the algorithm; minimizing this cost typically makes the algorithm faster and more energy-efficient. We consider the subtle trade-off between quantum circuit size (small circuits are too imprecise, but large ones are too noisy), and the number of iterations of that quantum circuit for the full algorithm to sufficiently converge. Using a noise-metric-resource methodology, we identify the sweet spot (of circuit size versus iterations) that minimizes the algorithmic resource costs for a desired algorithm accuracy. It also gives the circuit size that maximizes algorithm accuracy for a fixed resource cost. Our methodology provides a practical guideline for near-term deployment of variational algorithms on realistic noisy hardware, including hardware that uses error mitigation.

2606.19748 2026-06-19 physics.chem-ph cond-mat.mes-hall quant-ph 新提交 90%

Variational Polaron Theory for Ground States of Strongly Coupled Light-Matter and Electron-Phonon Systems

强耦合光-物质与电子-声子系统基态的变分极化子理论

Nguyen Thanh Phuc

专题命中 物理仿真 :变分极化子理论用于光-物质耦合系统

AI总结 提出基于态依赖极化子变换的非微扰变分基态框架,结合乘积态假设和二阶微扰修正,在弱、强及中间耦合区间均保持高精度,Dicke和Holstein模型能量误差低于0.5%。

Comments 9 pages, 5 figures

详情
AI中文摘要

强光-物质和电子-声子耦合会产生由虚玻色子激发修饰的基态,使得在超强耦合区间,裸态截断和微扰方法不可靠。我们引入一种基于态依赖极化子变换的非微扰变分基态框架,结合乘积态假设和针对残余物质-玻色子纠缠的二阶微扰修正。我们证明,优化后的变换框架在无穷耦合下渐近解耦,因为主导的线性耦合被抵消,而离对角物质跃迁被位移振子重叠抑制。该方法在弱耦合和强耦合极限下渐近正确,并在固定极化子变换最不可靠的中间区间保持准确。Dicke模型基准测试再现了基态能量、保真度和超辐射相变,二阶能量误差低于0.2%。Holstein模型基准测试误差低于0.5%,并阐明了平移对称性如何影响波函数质量。这个修饰基框架能够对强耦合光-物质和电子-声子系统进行非微扰建模。

英文摘要

Strong light-matter and electron-phonon coupling generate ground states dressed by virtual bosonic excitations, making bare-state truncations and perturbative treatments unreliable in the ultrastrong-coupling regime. We introduce a nonperturbative variational ground-state framework based on a state-dependent polaron transformation, combined with a product-state ansatz and a second-order perturbative correction for residual matter-boson entanglement. We show that the optimized transformed frame becomes asymptotically decoupled at infinite coupling, because the leading linear coupling is canceled while off-diagonal matter transitions are suppressed by displaced-oscillator overlaps. The approach is asymptotically correct in both weak- and strong-coupling limits and remains accurate in the intermediate regime, where fixed polaron transformations are least reliable. Dicke-model benchmarks reproduce ground-state energies, fidelities, and the superradiant transition, with second-order energy errors below 0.2%. Holstein-model benchmarks yield errors below 0.5% and clarify how translational symmetry affects wave-function quality. This dressed-basis framework enables nonperturbative modeling of strongly coupled light-matter and electron-phonon systems.

2606.19601 2026-06-19 quant-ph cond-mat.str-el hep-lat hep-th 新提交 90%

String dynamics of a (2+1)D U(1) quantum link model on a digital quantum computer

(2+1)D U(1)量子链接模型在数字量子计算机上的弦动力学

Anthony Gandon, Alessandro Mariani, Debasish Banerjee, Emilie Huffman, Gurtej Kanwar, Francesco Tacchino, Uwe-Jens Wiese, Ivano Tavernelli

专题命中 物理仿真 :量子计算机上模拟U(1)量子链接模型

AI总结 利用量子计算机实现最小U(1)量子链接模型,通过量子淬火探测弦的横向量子涨落,实验与张量网络计算及热平均一致,并展示了误差缓解方法在相变附近的准确性。

详情
AI中文摘要

(2+1)D U(1)纯规范理论始终存在于禁闭相中,非零弦张力的弦在静态电荷之间产生特征线性势。这使得它成为设计用于研究禁闭规范理论弦动力学的量子计算方法的有用试验场。在这里,我们在量子计算机上实现了一个最小U(1)量子链接模型,其中量子比特自由度代表模型的对偶高度变量。这促进了plaquette相互作用的高效实现,并能够有效计算传统量子蒙特卡洛无法访问的实时动力学。选择了一种特别定制的晶格几何形状,以匹配此处使用的IBM量子硬件的重六边形几何形状,从而最小化非相邻量子比特的相互作用。通过从简单初始弦态进行量子淬火,我们探测了弦在热化之前的横向量子涨落。我们在数字量子模拟中的实验结果(最多112个量子比特)与短时间内的参考张量网络计算以及长时间内的热平均值显示出良好的一致性。在相变附近,淬火动力学表现出初始弦的大幅涨落,这些涨落延伸到晶格的两个空间维度。尽管如此,我们来自量子硬件的误差缓解估计器在该区域也给出了准确的预测,其中局部规范对称性的噪声诱导破坏与有限键维张量网络结果相当。

英文摘要

The (2+1)D U(1) pure gauge theory always exists in the confining phase, with strings of non-zero string tension giving a characteristic linear potential between static charges. This makes it a useful testing ground for quantum computing methods designed to study string dynamics of confining gauge theories. Here we implement a minimal U(1) quantum link model on a quantum computer with qubit degrees of freedom representing the dual height variables of the model. This facilitates an efficient realization of plaquette interactions and enables effective calculations of real-time dynamics that are inaccessible to traditional quantum Monte Carlo. A specifically tailored lattice geometry is chosen to match the heavy-hexagonal geometry of the IBM quantum hardware used here, minimizing non-adjacent qubit interactions. By performing quantum quenches from a simple initial string state, we probe the transverse quantum fluctuations of the string before it thermalizes. Our experimental results from digital quantum simulations, with up to 112 qubits, show good agreement with reference tensor-network calculations at short times and with thermal averages at long times. Near the phase transition, the quench dynamics exhibit large fluctuations of the initial string that extend across both spatial dimensions of the lattice. Nonetheless, our error-mitigated estimators from the quantum hardware also give accurate predictions in that regime, with noise-induced violations of local gauge symmetries comparable to finite-bond-dimension tensor-network results.

2606.17729 2026-06-19 quant-ph math.OA 新提交 90%

Dimension-Free Approximate Tensorization of Quantum Hypercontractivity for Qudit Depolarizing Semigroups

量子超收缩性的无维近似张量化:针对Qudit去极化半群

Yangjing Dong, Li Gao, Fengning Ou, Penghui Yao, Haigang Zhou

专题命中 物理仿真 :研究量子马尔可夫半群的超收缩性张量化

AI总结 针对满足正非对角缩放性质的可逆量子马尔可夫半群,证明了超收缩性和对数Sobolev常数的几乎张量化,且常数与维数无关。

Comments Typos corrected, minor improvements to presentation

详情
AI中文摘要

我们证明了对于一类满足正非对角缩放(PODS)性质的可逆量子马尔可夫半群,其超收缩性和对数Sobolev常数具有几乎张量化性质。该类包括qubit例子和关于任意有限维满秩态的广义去极化半群。对于任何这样的半群$(\Phi_t)_{t\ge 0}$和任意张量幂$n$,我们证明乘积半群$\Phi_t^{\otimes n}$的对数Sobolev常数至少是单点半群$\Phi_t$的对数Sobolev常数的$2/(3\ln 2)$倍(约0.96倍),且与$n$和局部维度$d$无关。证明首先建立了整数$q$(特别是$q=3$)的$(q,2)$-超收缩性不等式的精确张量化,然后通过复插值将估计扩展到所有实数$q>2$;从超收缩性到对数Sobolev不等式的标准蕴含关系给出了所述的几乎张量化结果。作为同一方法的应用,我们还获得了qubit去极化信道的尖锐$(q,2)$-超收缩性估计。

英文摘要

We prove approximate tensorization for hypercontractivity and logarithmic-Sobolev constants for a class of reversible quantum Markov semigroups satisfying the positive off-diagonal scaling (PODS) condition. This class includes qubit examples and generalized depolarizing semigroups with respect to full-rank states in arbitrary finite dimensions. For any such semigroup \((Φ_t)_{t\ge 0}\) and every tensor power \(n\), we show that the log-Sobolev constant of the product semigroup \(Φ_t^{\otimes n}\) is at least \(2/(3\ln 2)\approx 0.96\) times the log-Sobolev constant of the single-site semigroup \(Φ_t\), independently of \(n\) and the local dimension \(d\). The proof first establishes an exact tensorization of the \((q,2)\)-hypercontractive inequality for integer \(q\), in particular \(q=3\), and then extends the estimate to all real \(q>2\) by complex interpolation; the standard implication from hypercontractivity to logarithmic-Sobolev inequalities yields the stated almost tensorization result. As an application of the same method, we also obtain sharp \((q,2)\)-hypercontractivity estimates for qubit depolarizing channels.

2606.14913 2026-06-19 math-ph math.MP 新提交 90%

Structure-Informed Neural Operators for Long-Time Prediction of Parametric Hamiltonian PDEs

结构信息神经算子用于参数化哈密顿偏微分方程的长时间预测

Victory C. Obieke, Christopher Chukwuemeka, Emmanuel E. Oguadimma

专题命中 物理仿真 :哈密顿PDE长时间预测的神经算子

AI总结 提出能量投影傅里叶神经算子(EP-FNO),结合残差FNO时间步进与不变量投影,实现参数化哈密顿PDE的长时间稳定预测,数值实验验证其在Zakharov-Kuznetsov等方程上优于标准FNO。

详情
AI中文摘要

哈密顿偏微分方程通常表现出由守恒量(如质量、动量和哈密顿能量)支配的长时间动力学。标准傅里叶神经算子提供了解算子的高效数据驱动近似,但在自回归展开过程中可能不保持这些不变量,并可能导致守恒量漂移、相位误差和定性精度损失。我们提出了一种能量投影傅里叶神经算子,这是一种结构信息算子学习架构,将残差FNO时间步进更新与不变量投影相结合,用于参数化哈密顿PDE的长时间预测。我们还提供了理论分析,表明EP-FNO能够高效逼近与PDE相关的算子,并提出了稳定性估计。我们在Zakharov-Kuznetsov、Kadomtsev-Petviashvili和sine-Gordon方程上评估了该方法。数值实验表明,与标准FNO基线相比,投影模型提高了长时间稳定性,并更准确地传播孤子和相干波结构。我们的结果表明,不变量投影提高了学习代理在长时间哈密顿PDE模拟中的可靠性。

英文摘要

Hamiltonian partial differential equations (PDEs) often exhibit long-time dynamics governed by conserved quantities such as mass, momentum, and Hamiltonian energy. Standard Fourier neural operators (FNOs) provide efficient data-driven approximations of solution operators, but may not preserve these invariants during autoregressive rollout, and can develop drift in conserved quantities, phase error, and loss of qualitative accuracy. We propose an energy-projection Fourier neural operator (EP-FNO), a structure-informed operator learning architecture that combines a residual FNO time-stepping update with an invariant projection for long-time prediction of parametric Hamiltonian PDEs. We also provide a theoretical analysis showing that EP-FNO can approximate operators associated with PDEs efficiently, we also suggest a stability estimate. We evaluate the approach on the Zakharov--Kuznetsov, Kadomtsev--Petviashvili, and sine--Gordon equations. Numerical experiments show that the projected model improves long-time stability, and gives more accurate propagation of soliton and coherent wave structures compared with a standard FNO baseline. Our results demonstrate that invariant projection improves the reliability of learned surrogates for long-time Hamiltonian PDE simulation.

2606.10686 2026-06-19 physics.comp-ph astro-ph.IM cs.LG 新提交 90%

An adaptive framework for the axisymmetric pulsar magnetosphere using physics-informed Kolmogorov-Arnold networks

基于物理信息Kolmogorov-Arnold网络的轴对称脉冲星磁层自适应框架

Spyros Rigas, Ioannis Contopoulos, Georgios Alexandridis, Antonios Nathanail

发表机构 * Department of Digital Industry Technologies, School of Science, National and Kapodistrian University of Athens(数字产业技术系,科学学院,国家与卡布利安大学) Research Center for Astronomy and Applied Mathematics, Academy of Athens(天文与应用数学研究所,雅典学院)

专题命中 物理仿真 :物理信息神经网络求解脉冲星磁层方程

AI总结 提出基于Kolmogorov-Arnold网络的自适应框架,结合自动化训练流程和物理收敛准则,在双精度下将PDE残差均方误差降至O(1e-6),收敛时间缩短至20分钟内,并可靠解析缩小80%的恒星半径。

Comments 25 pages, 10 figures

详情
AI中文摘要

脉冲星磁层直到最近才通过物理信息神经网络(PINNs)进行研究,采用区域分解方法并将分离线和赤道电流片视为无限薄的间断。然而,这一基线方法需要大量手动超参数调整,最终精度有限且需要数小时训练。我们通过引入基于Kolmogorov-Arnold网络的领域特定神经架构、自动化自适应训练流程以及基于物理的收敛准则来改进这一框架,消除了手动校准的需求。所提出的方法提供了自洽的轴对称磁层解,在双精度下PDE残差的均方误差达到O(1e-6)量级——比基线方法提高了两个数量级——同时在单精度下在20分钟内实现收敛。重要的是,该方法可靠地解析了相比基线缩小高达80%的恒星半径,克服了同样挑战传统求解器的严重空间尺度差异。此外,通过改变开放至无穷远的磁通量,我们提供了将其与赤道T点位置关联的方程的修正。完整框架已作为开源库PulsarX发布。

英文摘要

The pulsar magnetosphere has only recently been addressed using Physics-Informed Neural Networks (PINNs), by deploying a domain-decomposition approach and treating the separatrix and equatorial current sheet as infinitesimally thin discontinuities. However, this baseline requires extensive manual hyperparameter tuning, achieves limited final accuracy and demands several hours of training. We refine this framework by introducing domain-specific neural architectures based on Kolmogorov-Arnold networks, an automated adaptive training pipeline and a physics-based convergence criterion that eliminate the need for manual calibration. The proposed methodology delivers self-consistent axisymmetric magnetosphere solutions with mean squared errors of the PDE residuals at O(1e-6) in double precision - an improvement of two orders of magnitude over the baseline - while achieving convergence in under 20 minutes in single precision. Importantly, the method reliably resolves stellar radii reduced by up to 80% compared to the baseline, overcoming the severe spatial scale disparities that also challenge traditional solvers. Furthermore, by varying the flux that opens to infinity, we provide a correction to the equation that connects it to the equatorial T-point's position. The complete framework is released as the open-source library PulsarX.

2605.25539 2026-06-19 physics.flu-dyn 版本更新 90%

Finite-Time Relaxation of Inertial Particle Clustering in Non-Equilibrium Turbulence

非平衡湍流中惯性粒子聚团的有限时间弛豫

Taketo Tominaga, Ryo Onishi

专题命中 物理仿真 :非平衡湍流中惯性粒子聚团研究

AI总结 通过直接数值模拟研究非平衡湍流中惯性粒子聚团的时间响应,发现瞬时平衡近似在强迫周期大于大涡翻转时间时失效,并构建了有限时间线性弛豫模型,将最大相对误差从49%降至10%。

详情
AI中文摘要

湍流中的惯性粒子会形成聚团,这强烈影响粒子碰撞和输运特性。基于统计稳态湍流的聚团模型在应用于时变非平衡湍流时,隐含地假设了瞬时平衡近似。然而,该近似的有效性尚不清楚。本研究通过非稳态强迫均匀各向同性湍流的直接数值模拟,研究了非平衡湍流中惯性粒子聚团的时间响应。通过改变强迫周期评估了流动和聚团强度的周期性响应。流动在所有强迫周期下均表现出非平衡标度。当强迫周期超过几个大涡翻转时间时,瞬时能量耗散率与聚团强度之间的关系显示出超过统计稳态波动的滞后现象。对于惯性最大的粒子,聚团强度在相同瞬时能量耗散率下取值为参考值的0.80倍和1.56倍。这表明在此条件下瞬时平衡近似不适用。基于瞬态响应构建了线性弛豫模型,其中聚团强度以有限弛豫时间趋近瞬时平衡值。弛豫时间标度确定为$τ_g = 1.0 T_\mathrm{e}(t)\,\mathrm{St}(t)^{0.40}$,其中$T_\mathrm{e}(t)$和$\mathrm{St}(t)$分别为瞬时大涡翻转时间和斯托克斯数。该模型将惯性最大粒子的最大相对误差从49%降至10%,并在独立验证案例中从76%降至22%。这些结果表明,有限时间弛豫提高了非平衡湍流中聚团强度的预测精度。

英文摘要

Inertial particles in turbulence form clusters, which strongly affect particle collisions and transport properties. Clustering models based on statistically stationary turbulence implicitly assume the instantaneous-equilibrium approximation when applied to time-varying non-equilibrium turbulence. However, the validity of this approximation remains unclear. In this study, the temporal response of inertial particle clustering in non-equilibrium turbulence was investigated using direct numerical simulation of homogeneous isotropic turbulence with unsteady forcing. Periodic responses of the flow and clustering intensity were evaluated by varying the forcing period. The flow showed non-equilibrium scaling for all forcing periods. The relationship between instantaneous energy dissipation rate and clustering intensity showed hysteresis exceeding statistically stationary fluctuations when the forcing period exceeded several large-eddy turnover times. For the particles with the largest inertia, clustering intensity took values of 0.80 and 1.56 times the reference value at the same instantaneous energy dissipation rate. This shows that the instantaneous-equilibrium approximation is not appropriate under such conditions. A linear relaxation model was constructed from transient responses, in which clustering intensity approaches the instantaneous-equilibrium value with a finite relaxation time. The relaxation time scaling was identified as $τ_g = 1.0 T_\mathrm{e}(t)\,\mathrm{St}(t)^{0.40}$, where $T_\mathrm{e}(t)$ and $\mathrm{St}(t)$ are the instantaneous large-eddy turnover time and Stokes number. The model reduced the maximum relative error from 49% to 10% for the particles with the largest inertia and from 76% to 22% in an independent validation case. These results demonstrate that finite-time relaxation improves prediction accuracy for clustering intensity in non-equilibrium turbulence.

2511.22486 2026-06-19 physics.plasm-ph cs.LG 版本更新 90%

The Machine Learning Approach to Moment Closure Relations for Plasma: A Review

等离子体矩闭包关系的机器学习方法:综述

Samuel Burles, Enrico Camporeale

发表机构 * School of Physical and Chemical Sciences, Queen Mary University of London(伦敦大学女王学院物理与化学科学学院) Space Weather TREC, University of Colorado(科罗拉多大学空间天气TREC)

专题命中 物理仿真 :机器学习改进等离子体流体模型闭包

AI总结 本文综述了机器学习方法在等离子体流体模型中发展改进闭包模型的研究,涵盖神经网络代理和方程发现两类方法,并讨论了离线测试与在线模拟的挑战及未来方向。

Comments 58 pages, 6 figures

详情
AI中文摘要

大规模等离子体全局模拟的需求是空间和实验室等离子体物理学中持续存在的挑战。任何基于流体模型的模拟都固有地需要高阶等离子体矩的闭包关系。本综述汇编并分析了近期涌现的机器学习方法,这些方法旨在开发改进的等离子体闭包模型,能够在等离子体流体模型中捕捉动力学现象。我们调查了两类方法:神经网络代理(从多层感知器到傅里叶神经算子,后者最近在流体求解器内在线复现了线性和非线性朗道阻尼)和方程发现方法(如稀疏回归);并根据这些研究是离线对照参考数据测试还是在线在时间演化求解器内测试进行组织。我们概述了与机器学习闭包相关的挑战,包括非对角压力张量精度、超出训练分布的泛化能力以及稳定集成到大尺度模拟中,并指出了未来研究可能解决这些问题的方向。

英文摘要

The requirement for large-scale global simulations of plasma is an ongoing challenge in both space and laboratory plasma physics. Any simulation based on a fluid model inherently requires a closure relation for the high order plasma moments. This review compiles and analyses the recent surge of machine learning approaches developing improved plasma closure models capable of capturing kinetic phenomena within plasma fluid models. We survey two methodological families: neural-network surrogates (from multilayer perceptrons to Fourier neural operators, the latter recently reproducing both linear and non-linear Landau damping online within a fluid solver) and equation-discovery methods such as sparse regression; and organise the studies by whether they are tested offline against reference data or online within a time-evolving solver. We outline the challenges associated with machine-learning closures, including off-diagonal pressure-tensor accuracy, generalisation beyond the training distribution, and stable integration into large-scale simulations, and the directions future research might take to address them.

2512.00266 2026-06-19 math.NA cs.NA 90%

Neural Multiscale Decomposition for Solving The Nonlinear Klein-Gordon Equation with Time Oscillation

神经多尺度分解法用于求解带有时间振荡的非线性克莱因-戈登方程

Zhangyong Liang, Huanhuan Gao*

专题命中 物理仿真 :提出神经多尺度分解法求解非线性波动方程。

AI总结 本文提出神经多尺度分解法(NeuralMD)用于求解带有无量纲参数ε∈(0,1]的非线性克莱因-戈登方程,通过多尺度时间积分器吸收时间振荡,将方程分解为非线性薛定谔方程与余项方程,有效缓解谱偏倚和传播失败问题。

Comments 65 pages, 24 figures

详情
AI中文摘要

在本文中,我们提出了一种神经多尺度分解方法(NeuralMD),用于求解带有无量纲参数ε∈(0,1]的非线性克莱因-戈登方程(NKGE)。该方程的解在空间和时间上分别传播波长为O(1)和O(ε²)的波,这导致了时间振荡。现有的基于插值的方法在求解此方程时导致谱偏倚和传播失败。为了缓解高频率时间振荡引起的谱偏倚,我们采用多尺度时间积分器(MTI)将时间振荡吸收进相位中,从而将NKGE分解为具有良好准备初始数据的非线性薛定谔方程(NLSW)和具有小初始数据的余项方程。当ε→0时,NKGE以O(ε²)的速率收敛到NLSW,而余项方程的贡献变得可以忽略不计。此外,为了缓解中频时间振荡引起的传播失败,我们提出了一种门控梯度相关校正策略,以在基于插值的方法中强制时间一致性。结果表明,余项项的近似不再受传播失败的影响。与现有基于插值的方法的比较实验显示,我们的方法在解决具有各种初始数据正则性的NKGE在整个范围内表现出优越的性能。

英文摘要

In this paper, we propose a neural multiscale decomposition method (NeuralMD) for solving the nonlinear Klein-Gordon equation (NKGE) with a dimensionless parameter $\varepsilon\in(0,1]$ from the relativistic regime to the nonrelativistic limit regime. The solution of the NKGE propagates waves with wavelength at $O(1)$ and $O(\varepsilon^2)$ in space and time, respectively, which brings the oscillation in time. Existing collocation-based methods for solving this equation lead to spectral bias and propagation failure. To mitigate the spectral bias induced by high-frequency time oscillation, we employ a multiscale time integrator (MTI) to absorb the time oscillation into the phase. This decomposes the NKGE into a nonlinear Schrödinger equation with wave operator (NLSW) with well-prepared initial data and a remainder equation with small initial data. As $\varepsilon \to 0$, the NKGE converges to the NLSW at rate $O(\varepsilon^{2})$, and the contribution of the remainder equation becomes negligible. Furthermore, to alleviate propagation failure caused by medium-frequency time oscillation, we propose a gated gradient correlation correction strategy to enforce temporal coherence in collocation-based methods. As a result, the approximation of the remainder term is no longer affected by propagation failure. Comparative experiments with existing collocation-based methods demonstrate the superior performance of our method for solving the NKGE with various regularities of initial data over the whole regime.

2504.10380 2026-06-19 math.DG gr-qc math-ph math.MG math.MP 版本更新 90%

Lorentzian Gromov-Hausdorff convergence and pre-compactness

洛伦兹Gromov-Hausdorff收敛与预紧性

Andrea Mondino, Clemens Sämann

专题命中 物理仿真 :引入洛伦兹空间的Gromov-Hausdorff收敛,应用于全局双曲时空和曲率驱动预紧性。

AI总结 本文引入洛伦兹空间的Gromov-Hausdorff收敛概念,基于因果钻石的ε-网和时间分离函数,证明了洛伦兹版本的Gromov预紧定理,并应用于全局双曲时空和曲率驱动的预紧性。

Comments 71 pages; v5: minor improvements, to appear in J. Reine Angew. Math

详情
AI中文摘要

本文的目标是为洛伦兹空间引入一种类似Gromov-Hausdorff的收敛概念,该概念建立在由因果钻石组成的$\epsilon$-网上,并仅依赖于时间分离函数。这产生了一种几何收敛概念,可应用于合成洛伦兹空间(洛伦兹前长度空间)或光滑时空。主要结果中,我们证明了著名的度量空间Gromov预紧定理的洛伦兹对应物,其中由球体控制覆盖被钻石控制覆盖所取代。这为满足柯西超曲面上一致加倍性质和因果性适当控制的全局双曲时空类,以及曲率驱动的预紧性,产生了几何预紧结果。论文最后部分建立了若干应用:我们展示了Chruściel-Grant近似是此处引入的洛伦兹Gromov-Hausdorff收敛的一个实例,证明了类时截面曲率界限在此收敛下是稳定的,引入了类时爆破切线,并讨论了与因果集理论主要猜想的联系。

英文摘要

The goal of the paper is to introduce a convergence à la Gromov-Hausdorff for Lorentzian spaces, building on $ε$-nets consisting of causal diamonds and relying only on the time separation function. This yields a geometric notion of convergence, which can be applied to synthetic Lorentzian spaces (Lorentzian pre-length spaces) or smooth spacetimes. Among the main results, we prove a Lorentzian counterpart of the celebrated Gromov's pre-compactness theorem for metric spaces, where controlled covers by balls are replaced by controlled covers by diamonds. This yields a geometric pre-compactness result for classes of globally hyperbolic spacetimes, satisfying a uniform doubling property on Cauchy hypersurfaces and a suitable control on the causality, and a curvature-driven pre-compactness result. The final part of the paper establishes several applications: we show that Chruściel-Grant approximations are an instance of the Lorentzian Gromov-Hausdorff convergence here introduced, we prove that timelike sectional curvature bounds are stable under such a convergence, we introduce timelike blow-up tangents and discuss connections with the main conjecture of causal set theory.

2512.03876 2026-06-19 nucl-th hep-th physics.plasm-ph 90%

Generalized Beth--Uhlenbeck entropy formula from the $Φ-$derivable approach

从Φ-可导方法导出广义贝斯-乌尔伦贝克熵公式

David Blaschke, Gerd Röpke, Gordon Baym

专题命中 物理仿真 :推导稠密费米系统熵的广义Beth-Uhlenbeck公式,应用于夸克和核物质。

AI总结 本文基于Φ-可导方法推导出稠密费米系统熵的广义贝斯-乌尔伦贝克公式,探讨了强两体相关作用下的散射态和束缚态,并讨论了其在夸克物质和核物质中的应用。

Comments 10 pages, 3 figures, contribution to the special issue of "Contributions to Plasma Physics" on the occasion of the 65th birthday of Michael Bonitz

Journal ref Contributions to Plasma Physics 0, e70145 (2026)

详情
AI中文摘要

我们推导出稠密费米系统强两体相关作用下熵的广义贝斯-乌尔伦贝克公式。我们基于热力学势的Φ-可导方法进行推导。该公式形式为统计分布函数的能量-动量积分乘以唯一的谱密度。在近质量壳极限下,谱密度不趋向洛伦兹ian,而是趋向平方洛伦兹ian形状。贝斯-乌尔伦贝克公式与Φ-可导方法在Φ的二次环级别上关系精确。我们发展的形式学,扩展了贝斯-乌尔伦贝克方法超越低密度极限,包括莫特解离束缚态,符合莱文森定理,并包含费米传播中相关性的自洽反作用。我们讨论了其在进一步系统中的应用,如夸克物质和核物质。

英文摘要

We derive a generalized Beth-Uhlenbeck formula for the entropy of a dense fermion system with strong two-particle correlations, including scattering states and bound states. We work within the $Φ-$derivable approach to the thermodynamic potential. The formula takes the form of an energy-momentum integral over a statistical distribution function times a unique spectral density. In the near mass-shell limit, the spectral density reduces, contrary to naïve expectations, not to a Lorentzian but rather to a "squared Lorentzian" shape. The relation of the Beth-Uhlenbeck formula to the $Φ$-derivable approach is exact at the two-loop level for $Φ$. The formalism we develop, which extends the Beth-Uhlenbeck approach beyond the low-density limit, includes Mott dissociation of bound states, in accordance with Levinson's theorem, and the self-consistent back reaction of correlations in the fermion propagation. We discuss applications to further systems, such as quark matter and nuclear matter.

4. 气象气候 2 篇

2606.19825 2026-06-19 cs.LG 新提交 90%

Enhancing Graph Neural Networks Using Proximity Graphs for Dust Source Emission Forecasting

利用邻近图增强图神经网络用于沙尘源排放预测

Maryam Sanisales, Zahed Rahmati, Ali Darvishi Boloorani, Ali Vefghi

发表机构 * Amirkabir University of Technology(阿米尔卡比尔理工大学) University of Tehran(德黑兰大学)

专题命中 气象气候 :利用图神经网络预测沙尘源排放,属于气象应用。

AI总结 提出使用Delaunay三角剖分等邻近图作为图神经网络输入,通过消息传递捕捉沙尘源排放的时空动态,相比随机图和LSTM模型显著提升预测精度。

详情
AI中文摘要

准确预测沙尘源排放对于减轻沙尘暴带来的重大环境和健康危害至关重要。传统预测方法通常难以捕捉这些现象的复杂时空动态。在本文中,我们证明邻近图使图神经网络(GNN)能够有效建模数据点之间复杂的空间和时间关系。具体来说,我们使用邻近图——如Delaunay三角剖分、Gabriel图、k-最近邻图和Yao图——作为GNN(包括GraphSAGE、图卷积网络和图注意力网络)的输入来执行消息传递。我们的方法强调了将邻近图与GNN集成用于稳健准确的沙尘源预测的有效性。为了强调邻近图表示的重要性,我们将我们的方法与使用随机图进行消息传递的GNN进行了比较。结果表明,使用邻近图的GNN显著优于使用随机图的GNN,并且在沙尘源排放预测中也远优于长短期记忆(LSTM)模型。

英文摘要

Accurate prediction of dust source emissions is critical for mitigating the significant environmental and health hazards posed by dust storms. Traditional forecasting methods often struggle to capture the complex spatiotemporal dynamics of these phenomena. In this paper, we demonstrate that proximity graphs enable Graph Neural Networks (GNNs) to effectively model the intricate spatial and temporal relationships between data points. Specifically, we use proximity graphs--such as Delaunay triangulation, Gabriel graph, k-Nearest Neighbor graph, and Yao graph--as the input for GNNs (including GraphSAGE, Graph Convolutional Networks, and Graph Attention Networks) to perform message passing. Our approach highlights the effectiveness of integrating proximity graphs with GNNs for robust and accurate dust source forecasting. To emphasize the importance of proximity graph representations, we compare our method against GNNs using random graphs for message passing. The results show that GNNs with proximity graphs significantly outperform those with random graphs and are also far superior to Long Short-Term Memory (LSTM) model in dust source emission forecasting.

2606.19642 2026-06-19 physics.ao-ph stat.AP stat.ML 新提交 90%

Rigorous uncertainty quantification of probabilistic AI weather forecasts with conformal prediction

基于保形预测的概率AI天气预报的严格不确定性量化

Anna Asch, Raphael Rossellini, Pedram Hassanzadeh, Rebecca Willett

专题命中 气象气候 :AI天气预报不确定性量化,属于气象科学智能

AI总结 针对AI概率天气预报校准不足(尤其是极端事件),提出使用保形预测方法,无需分布假设即可数学保证覆盖,应用于三个全球模型(GenCast、NeuralGCM、AIFS-ENS)的温度和降水预报,实现校准不确定性而不牺牲其他概率指标。

详情
AI中文摘要

概率天气预报正随着人工智能(AI)经历快速变革。在传统数值天气预报中,计算能力可能限制集合预报对未知未来状态统计分布的近似程度。AI模型便于生成更大的集合,并经过概率考量训练,理论上能带来更好的不确定性量化。这些最先进模型的预报通常被认为是良好校准的。然而,我们在此表明,此类模型的统计覆盖(校准的最终度量)可能存在问题,尤其是在极端事件上。为解决这一缺陷,我们采用保形预测,这是一类统计方法,与以往的后处理技术不同,它在无分布假设下数学上保证覆盖。我们将在线保形预测应用于三个领先全球天气模型(GenCast、NeuralGCM和AIFS-ENS)的温度和降水预报(包括极端情况),确保校准不确定性而不牺牲其他概率指标。这种后处理方法可应用于任何预报模型。

英文摘要

Probabilistic weather forecasting is undergoing rapid transformation with artificial intelligence (AI). In traditional numerical weather prediction, computing power can limit how well ensemble forecasts approximate the unknown statistical distribution of future states. AI models facilitate larger ensembles and are trained with probabilistic considerations, ideally leading to better uncertainty quantification. Forecasts from these state-of-the-art models are often considered well-calibrated. However, here we show that the statistical coverage of such models, the ultimate measure of calibration, can struggle, especially on extreme events. To address this shortcoming, we employ conformal prediction, a class of statistical methods that mathematically guarantees coverage under no distributional assumptions, unlike previous post-processing techniques. We apply online conformal prediction to temperature and precipitation forecasts (including extremes) of three leading global weather models, GenCast, NeuralGCM, and AIFS-ENS, ensuring calibrated uncertainty at no expense to other probabilistic metrics. This post-processing method can be applied to any forecasting model.

5. 材料化学 10 篇

2606.20497 2026-06-19 cs.CE cond-mat.mtrl-sci 新提交 90%

Interpretable Meta-Learning for Multi-Objective Chemical Search

可解释的元学习用于多目标化学搜索

Antonio Varagnolo, Yulia Pimonova, Michael G. Taylor, Raphaël Pestourie, Nicholas E. Lubbers

专题命中 材料化学 :元学习用于多目标分子搜索

AI总结 提出结合可解释线性元学习与自适应置信度不确定性的模块化流水线,在多目标分子发现中首次应用线性元学习,在自旋交叉金属有机配合物搜索中Pareto性能提升78%。

Comments LA-UR-26-24964

详情
AI中文摘要

导航合成可访问分子的广阔空间需要能够同时处理多个竞争目标的、可解释的代理模型。在量子级化学的计算约束下,深度学习方法难以满足这些要求。这里,我们引入了一个模块化流水线,将可解释的线性元学习模型和自适应置信度不确定性量化结合到高效全局优化(EGO)框架中,用于多目标分子发现。首次在多目标化学搜索环境中部署线性元学习:通过跨化学目标和廉价辅助属性进行训练,元学习代理获得了可迁移的化学知识,能够从有限数据中快速适应新目标。在真实的大规模自旋交叉金属有机配合物搜索中进行的实证评估显示,基线在Pareto意义上比元学习替代方案差78%。我们还解决了主动搜索固有的校准挑战。由于最优候选通常位于分布尾部,标准不确定性估计失效。我们引入了一种自适应置信度调优算法,该算法随着分子搜索的进行动态重新校准探索-利用权衡。实证表明,动态置信度调优进一步主导了超过50%的静态校准前沿。

英文摘要

Navigating the vast space of synthetically accessible molecules demands surrogate models that are interpretable and capable of handling multiple competing objectives at the same time. Deep learning approaches struggle to satisfy them under the computational constraints of quantum-level chemistry. Here, we introduce a modular pipeline that combines interpretable linear meta-learning models and adaptive-confidence uncertainty quantification into an Efficient Global Optimization (EGO) framework for multi-objective molecular discovery. For the first time, linear meta-learning is deployed in a multi-objective chemical search setting: by training across chemical objectives and cheap auxiliary properties, the meta-learned surrogates acquire transferable chemical knowledge that adapts rapidly to new objectives from limited data. Evaluated empirically on a real large scale search for spin-crossover metal-organic complexes, the baseline performs 78% worse in Pareto sense than the meta-learning alternative. We also address the calibration challenges inherent to active search. Since optimal candidates typically lie precisely in the distributional tails, standard uncertainty estimates fail. We introduce an adaptive confidence-tuning algorithm that dynamically recalibrates the exploration-exploitation trade-off as the molecular search evolves. Empirically, dynamic confidence tuning further dominates over 50% of the statically calibrated front.

2606.19378 2026-06-19 cs.LG cond-mat.mtrl-sci 新提交 90%

A Hybrid GNN-FEM Framework for Phase-Field Fracture Simulation. Physics-Preserving Hybridization for Generalizable Surrogate Modeling

一种用于相场断裂模拟的混合GNN-FEM框架:面向通用代理模型的物理保持混合方法

Hyeonbin Moon, Yongjin Choi, Seunghwa Ryu

发表机构 * KAIST(韩国科学技术院)

专题命中 材料化学 :混合GNN-FEM框架用于断裂模拟

AI总结 提出混合GNN-FEM框架,用图神经网络替代相场更新步骤,保留FEM位移求解器,通过无量纲特征设计和物理信息损失实现跨几何、载荷、材料和离散化的通用断裂模拟,降低计算成本并保持精度。

Comments 46 pages

详情
AI中文摘要

科学机器学习(SciML)已成为加速复杂物理系统模拟的一种有前景的方法,但对于非线性、历史依赖问题实现物理一致且可泛化的预测仍然是一个核心挑战。在本研究中,我们提出了一种混合GNN-FEM框架,用于高效且可泛化的相场断裂建模。虽然相场方法为模拟复杂裂纹演化提供了稳健的变分框架,但其高计算成本限制了实际应用,因为需要在增量有限元过程中求解耦合、非线性和历史依赖的系统。为应对这一挑战,我们将图神经网络代理集成到传统的交错方案中,在每个载荷增量下替代相场更新,同时保留基于FEM的位移求解器以强制执行力学平衡和边界条件。通过保留增量求解结构,该框架与历史依赖的断裂演化保持一致,而无需代理近似整个解轨迹。这种选择性代理策略强调识别物理上有意义且增量结构化的学习目标,而非依赖暴力数据生成来学习整个断裂过程。所提出的框架通过无量纲特征设计、基于网格域的图公式以及源自控制相场方程的物理信息损失,实现了跨不同几何、载荷条件、材料属性和离散化的强泛化能力。数值实验表明,与传统FEM相比,该混合方法在保持精度的同时降低了计算成本,并在多种问题设置下展现出稳健的预测性能。

英文摘要

Scientific machine learning (SciML) has emerged as a promising approach for accelerating simulations of complex physical systems, yet achieving physically consistent and generalizable predictions for nonlinear, history-dependent problems remains a central challenge. In this study, we propose a hybrid GNN--FEM framework for efficient and generalizable phase-field fracture modeling. While phase-field approaches provide a robust variational framework for simulating complex crack evolution, their high computational cost limits practical applications because they require solving coupled, nonlinear, and history-dependent systems within an incremental finite element procedure. To address this challenge, a graph neural network surrogate is integrated into the conventional staggered scheme, replacing the phase-field update at each load increment while retaining the FEM-based displacement solver to enforce mechanical equilibrium and boundary conditions. By preserving the incremental solution structure, the framework remains consistent with history-dependent fracture evolution without requiring the surrogate to approximate the full solution trajectory. This selective surrogate strategy emphasizes the identification of a physically meaningful and incrementally structured learning target, rather than relying on brute-force data generation to learn the full fracture process. The proposed framework achieves strong generalization across varying geometries, loading conditions, material properties, and discretizations through dimensionless feature design, a graph-based formulation on mesh-based domains, and a physics-informed loss derived from the governing phase-field equation. Numerical experiments demonstrate that the hybrid approach reduces computational cost while maintaining accuracy compared with conventional FEM, and exhibits robust predictive performance across diverse problem settings.

2606.19375 2026-06-19 cs.LG cond-mat.mtrl-sci 新提交 90%

Physics-Informed Discovery of Yield Functions in Plasticity via Convex Neural Representations

基于凸神经表示的塑性屈服函数物理信息发现

Hyeonbin Moon, Donghyuk Cho, Jecheon Yu, Jeong Whan Yoon, Seunghwa Ryu

发表机构 * KAIST(韩国科学技术院)

专题命中 材料化学 :物理信息发现塑性屈服函数

AI总结 提出一种物理信息框架,从全场位移和反力数据中自动发现各向异性屈服函数,无需应力观测或预设参数形式,采用凸神经网络表示并嵌入弹塑性应力积分中训练。

Comments 39 pages

详情
AI中文摘要

识别各向异性屈服函数仍然具有挑战性,因为屈服在全场力学测量中无法直接观测,方向标定可能需要多个加载方向,且选择合适的解析形式并非易事。本研究提出一种物理信息框架,用于从全场位移数据和反力数据中发现屈服函数,无需应力观测、塑性应变测量、直接屈服面数据或预设的参数化屈服函数。该框架将屈服函数识别为弹塑性应力积分中受力学约束的本构组成部分,而非通过直接的应力空间监督。屈服函数由凸神经网络表示,该网络强制执行凸性和一次正齐次性,同时施加假定的拉压对称性,并通过可微应力更新和跨多个加载工况的物理信息力平衡损失来训练该神经屈服函数。使用von Mises、Hill 1948和Yld2000-2d屈服函数的有限元基准研究验证了所提框架,评估了屈服轮廓一致性、位移噪声敏感性、通过塑性活跃应力状态的可识别性、认知不确定性和多项式代理部署。本研究提供了一条受力学约束的路径,用于从位移和力数据中发现各向异性屈服函数,同时将识别出的组件保留在弹塑性应力积分的结构内。

英文摘要

Identifying anisotropic yield functions remains challenging since yielding is not directly observed in full-field mechanical measurements, directional calibration can require many loading directions, and selecting an appropriate analytical form is nontrivial. This study proposes a physics-informed framework for discovering yield functions from full-field displacement data and reaction force data, without stress observations, plastic strain measurements, direct yield surface data, or a prescribed parametric yield function. The framework identifies the yield function as a mechanically constrained constitutive component inside elastoplastic stress integration, rather than through direct stress-space supervision. The yield function is represented by a convex neural network that enforces convexity and positive homogeneity of degree one while imposing the assumed tension-compression symmetry, and this neural yield function is trained with a differentiable stress update and a physics-informed force equilibrium loss across multiple loading cases. The proposed framework is validated using finite element (FE) benchmark studies with von Mises, Hill 1948, and Yld2000-2d yield functions, assessing yield contour agreement, displacement-noise sensitivity, identifiability through plastically active stress states, epistemic uncertainty, and polynomial-surrogate deployment. This study provides a mechanics-constrained pathway for discovering anisotropic yield functions from displacement and force data while keeping the identified component within the structure of elastoplastic stress integration.

2606.19798 2026-06-19 cond-mat.mtrl-sci 新提交 90%

MinSurf: resolving the atomic-scale stability landscape of mineral surfaces

MinSurf:解析矿物表面的原子尺度稳定性景观

Fengzijun Pan, Zhoulin Liu, Pingyang Zhang, Jiaqiu Xu, Zepeng Fan, Dawei Wang, Jianzhong Pei

专题命中 材料化学 :高通量框架预测矿物表面稳定性,材料计算

AI总结 提出高通量框架MinSurf,结合表面枚举、DFT标记、机器学习势和Wulff构造,预测矿物表面稳定终止、能量景观和平衡形态,加速比达1.14×10^4。

详情
AI中文摘要

矿物表面控制着碳矿化、地热能储存、污染物固定、多相催化和电化学界面工程中的界面反应性。然而,原子模拟通常依赖于常用晶面或晶面级稳定性标准,而同一晶体取向的不同原子终止很少被系统解析,因为实验表征和密度泛函理论(DFT)计算在大表面空间上仍然成本高昂。这里我们提出MinSurf,一个高通量框架,将矿物表面选择解析为表面能和形态问题。MinSurf集成了表面枚举、DFT标记、机器学习原子间势和Wulff构造,以预测稳定终止、表面能景观和平衡晶体形态。应用于十种代表性矿物,MinSurfSet包含764个表面板,并构建了90个相应的取向单胞作为表面能评估的体相参考。得到的MinNEP模型预测DFT表面能的平均绝对误差为0.0119 eV/Ų,相对于DFT实现了1.14×10^4的整体加速。MinNEP保留了DFT衍生的形态决定表面能层次,并再现了主要的Wulff暴露晶面,而X射线衍射为α-石英基准提供了独立的晶体学一致性检查。通过连接原子终止、表面能和平衡形态,MinSurf为能源、环境和先进无机材料领域的矿物界面高通量模拟提供了可重复且物理代表性的表面模型。

英文摘要

Mineral surfaces govern interfacial reactivity in carbon mineralization, geo-energy storage, contaminant immobilization, heterogeneous catalysis and electrochemical interface engineering. Yet atomistic simulations often rely on commonly used facets or facet-level stability criteria, while distinct atomic terminations of the same crystallographic orientation are rarely resolved systematically because experimental characterization and density functional theory (DFT) calculations remain costly across large surface spaces. Here we present MinSurf, a high-throughput framework that resolves mineral surface selection as a surface-energy and morphology problem. MinSurf integrates surface enumeration, DFT labelling, machine-learning interatomic potentials and Wulff construction to predict stable terminations, surface-energy landscapes and equilibrium crystal morphologies. Applied to ten representative minerals, MinSurfSet comprises 764 surface slabs, with 90 corresponding oriented unit cells constructed as bulk references for surface-energy evaluation. The resulting MinNEP model predicts DFT surface energies with a mean absolute error of 0.0119 eV per Angstrom squared and achieves an overall acceleration of 1.14 x 10^4 relative to DFT. MinNEP preserves the DFT-derived morphology-determining surface-energy hierarchy and reproduces the dominant Wulff-exposed facets, while X-ray diffraction provides an independent crystallographic consistency check for alpha-quartz benchmark. By linking atomic terminations, surface energies and equilibrium morphologies, MinSurf provides reproducible and physically representative surface models for high-throughput simulations of mineral interfaces across energy, environmental and advanced inorganic materials.

2606.19661 2026-06-19 cond-mat.mtrl-sci 新提交 90%

HEACalculator: An Open-Source Python Tool for Thermodynamic Property Calculation and Solid Solution Prediction in High-Entropy Alloys

HEACalculator:用于高熵合金热力学性质计算和固溶体预测的开源Python工具

Doğuhan Sarıtürk, Yunus Eren Kalay, Raymundo Arróyave

专题命中 材料化学 :高熵合金热力学计算与固溶体预测工具

AI总结 本文介绍HEACalculator,一个开源Python包,可计算16种常用热力学和结构描述符,并评估8种固溶体形成规则,支持CLI、GUI和API三种使用模式。

Comments 7 pages, 1 figure

详情
AI中文摘要

高熵合金(HEAs)自Cantor等人和Yeh等人提出以来一直引起持续关注,因为多主元成分可以表现出强度、热稳定性和功能性能的异常组合。HEA设计中的一个反复出现的问题是确定候选成分是可能形成单相固溶体,还是分离成多相或金属间化合物。这个问题位于合金设计工作流程的早期,因为它决定了哪些成分需要进一步的热力学分析、合成和实验验证。HEACalculator是一个开源Python包,用于计算HEA研究中使用的热力学和结构描述符,并在一个地方评估已发表的固溶体形成规则。它计算16种常用量,包括混合焓、构型熵、价电子浓度、Hume-Rothery电子-原子比、原子尺寸失配、电负性失配以及衍生的稳定性参数如Omega、Lambda和Phi,并评估8个已发表的预测准则。该包结合了一个精选的元素和二元相互作用数据集,并提供三种访问模式:命令行界面(CLI)、桌面图形用户界面(GUI)以及用于笔记本和筛选工作流程中编程使用的Python应用程序编程接口(API)。

英文摘要

High-entropy alloys (HEAs) have attracted sustained interest since their introduction by Cantor et al. and Yeh et al. because multi-principal-element compositions can exhibit unusual combinations of strength, thermal stability, and functional performance. A recurring problem in HEA design is determining whether a candidate composition is likely to form a single-phase solid solution or instead separate into multiple phases or intermetallic compounds. That question sits early in the alloy-design workflow because it shapes which compositions require further thermodynamic analysis, synthesis, and experimental validation. HEACalculator is an open-source Python package for calculating thermodynamic and structural descriptors used in HEA research and for evaluating published solid-solution formation rules in a single place. It computes sixteen commonly used quantities, including mixing enthalpy, configurational entropy, valence electron concentration, Hume-Rothery electron-to-atom ratio, atomic size mismatch, electronegativity mismatch, and derived stability parameters such as Omega, Lambda, and Phi, and it evaluates eight published prediction criteria. The package combines a curated elemental and binary-interaction dataset with three access modes: a command-line interface (CLI), a desktop graphical user interface (GUI), and a Python application programming interface (API) for programmatic use in notebooks and screening workflows.

2606.19653 2026-06-19 cond-mat.mtrl-sci 新提交 90%

Coordination-Sensitive Nanoscale Analysis of Defect-Driven Phase Transformation in Si-Doped (AlXGa1-X)2O3

Si掺杂(AlXGa1-X)2O3中缺陷驱动相变的配位敏感纳米尺度分析

Shaon Das, Jith Sarker, Christopher Chae, Lingyu Meng, Joel B. Varley, Hongping Zhao, Jinwoo Hwang, Baishakhi Mazumder

专题命中 材料化学 :Si掺杂氧化镓相变纳米尺度分析

AI总结 通过配位敏感原子探针层析技术,定量解析了Si掺杂β-(AlxGa1-x)2O3中局部阳离子配位减少与缺陷驱动相变(γ相形成)的直接关联,揭示了Al含量和Si掺杂协同诱导配位崩塌的机制。

详情
AI中文摘要

缺陷驱动的相不稳定性严重影响了超宽禁带氧化物的结构可靠性,但将局部化学与结构转变直接联系起来的纳米尺度指标仍然有限。本文提出了一种配位敏感的原子探针层析框架,能够定量解析局部阳离子配位的减少,并将其直接与缺陷驱动的相变联系起来。利用具有可控Al组分(6-17%)和掺杂水平(10^17-10^20 cm^-3)的Si掺杂β-(AlxGa1-x)2O3异质结构,我们发现γ相夹杂物仅在Al含量升高和重Si掺杂的共同条件下出现。二维成分图显示这些区域存在明显的横向Al/Ga不均匀性,而最近邻和径向分布分析定量解析了第一壳层Ga配位的显著降低,与局部阳离子缺失一致。关联扫描透射电子显微镜证实,这些配位减少的区域在空间上与γ相夹杂物重合。密度泛函理论进一步支持了这一机制,表明Al掺入降低了单斜晶格稳定性,并与施主诱导的空位形成一起,促进了空位介导的阳离子重排和配位崩塌。总之,这些结果确立了配位损失作为直接与缺陷驱动相不稳定性相关的可测量纳米尺度特征。该框架为探测掺杂和合金化超宽禁带半导体中的缺陷驱动相不稳定性提供了一种可推广的方法。

英文摘要

Defect-driven phase instability critically influences the structural reliability of ultrawide bandgap oxides, yet direct nanoscale metrics linking local chemistry to structural transformation remain limited. Here, we introduce a coordination-sensitive atom probe tomography framework that quantitatively resolves reductions in local cation coordination and links them directly to defect-driven phase transformation. Using Si-doped beta-(AlxGa1-x)2O3 heterostructures with controlled Al composition (6-17%) and doping levels (10^17-10^20 cm^-3), we show that gamma-phase inclusions emerge exclusively under the combined conditions of elevated Al content and heavy Si doping. Two-dimensional compositional mapping reveals pronounced lateral Al/Ga inhomogeneity in these regions, while nearest-neighbor and radial distribution analyses quantitatively resolve a significant reduction in first-shell Ga coordination, consistent with local cation deficiency. Correlative scanning transmission electron microscopy confirms that these coordination-depleted regions coincide spatially with gamma-phase inclusions. Density functional theory further supports this mechanism, demonstrating that Al incorporation reduces monoclinic lattice stability and, in conjunction with donor-induced vacancy formation, facilitates vacancy-mediated cation rearrangement and coordination collapse. Together, these results establish coordination loss as a measurable nanoscale signature directly linked to defect-driven phase instability. This framework provides a generalizable approach for probing defect-driven phase instability in doped and alloyed ultrawide bandgap semiconductors.

2606.06980 2026-06-19 cond-mat.mtrl-sci 新提交 90%

Electric-field induced trends of exchange interactions in transition-metal trilayers

过渡金属三层膜中交换相互作用的电场诱导趋势

Moinak Ghosh, Stefan Heinze, Souvik Paul

专题命中 材料化学 :密度泛函理论研究电场下交换相互作用

AI总结 利用密度泛函理论,系统研究了外加电场下无支撑过渡金属三层膜中的海森堡对交换相互作用和超越海森堡的多自旋高阶交换相互作用,发现交换常数在低电场下呈线性变化,且高阶交换常数变化可达百分之十。

详情
AI中文摘要

利用密度泛函理论,我们在外加电场存在下,对无支撑过渡金属三层膜中的海森堡对交换相互作用和超越海森堡的多自旋高阶交换相互作用进行了系统研究。体系由夹在4$d$(Ru、Rh、Pd)和5$d$(Ir)过渡金属层之间的六方原子Fe层组成。考虑了4$d$覆盖层的fcc和hcp堆叠。为了扫描大部分磁相空间,我们计算了无电场和施加高达$\pm 1.0$ V/Å电场时自旋螺旋的能量色散。我们发现,施加电场后能量色散在定性上保持不变,磁基态不变。通过拟合能量色散得到的交换常数在电场高达约$\pm 0.6$ V/Å时表现出线性依赖。计算得到的对交换和高阶交换常数的符号在电场下保持不变,但其场致变化对4$d$覆盖层敏感。最近邻交换常数的变化在百分之几的量级,而次近邻交换常数的变化高达百分之几十。基于多$Q$态(如$uudd$态和3$Q$态)的总能计算了高阶交换常数。与对交换常数类似,我们发现高阶常数在低电场下几乎呈线性依赖,变化高达百分之十。我们研究了三个三层膜中电场的自旋相关屏蔽,并将对交换和高阶交换相互作用的变化与电场诱导的Fe局域态密度及其在费米能级处的变化联系起来。

英文摘要

Using density functional theory, we have performed a systematic study of the Heisenberg pairwise exchange interaction and the beyond Heisenberg multi-spin higher-order exchange interactions in unsupported transition-metal trilayers in the presence of external electric fields. The systems consist of a hexagonal atomic Fe layer sandwiched between 4$d$ (Ru, Rh, and Pd) and 5$d$ (Ir) transition-metal layers. Both fcc and hcp stackings of the 4$d$ overlayer have been taken into account. To scan a large part of the magnetic phase space, we have calculated the energy dispersion of spin spirals without and with applied electric fields up to $\pm 1.0$ V/Å. We find that the energy dispersion remains qualitatively the same upon applying the electric fields and the magnetic ground state remains unchanged. The exchange constants obtained by fitting the energy dispersions exhibit a linear dependence on the electric field up to values of about $\pm 0.5$ V/Å. The sign of the calculated pairwise and higher-order exchange constants remain unchanged with electric field, however, their values and field induced variation are sensitive to the 4$d$ overlayer. The changes are on the order of a few percent for the nearest-neighbor exchange constant and up to a few ten percent for beyond nearest-neighbor constants. The higher-order exchange constants are calculated based on the total energies of multi-$Q$ states, such as the $uudd$ and the 3$Q$ state. Similar to the pairwise exchange constants, we find a nearly linear field dependence of the higher order constants at small electric fields and variations of up to ten percent. We study the spin-dependent screening of the electric field for the three trilayers based on the spin- and orbital-decomposed electronic states.

2512.04458 2026-06-19 cond-mat.mtrl-sci 90%

General spin models from noncollinear spin density functional theory and spin-cluster expansion

来自非共线自旋密度泛函理论和自旋团簇展开的一般自旋模型

Tomonori Tanaka, Yoshihiro Gohda

专题命中 材料化学 :自旋模型构建,用于磁性材料研究

AI总结 提出结合自旋团簇展开与非共线自旋密度泛函理论的数据高效框架,通过拟合磁转矩而非总能来构建经典自旋哈密顿量,显著减少DFT计算量,并成功应用于B20型手性磁体,预测螺旋周期与成分趋势。

详情
AI中文摘要

我们提出了一种数据高效的框架,通过将自旋团簇展开(SCE)与完全自洽的非共线自旋密度泛函理论(DFT)相结合,构建一般的经典自旋哈密顿量。关键思想是将SCE模型拟合到磁转矩而非总能。由于转矩是位点分辨的矢量,每个自旋构型提供了许多信息丰富的回归目标,改善了条件并大幅减少了所需的DFT计算次数,特别是对于大超胞。应用于B20型手性磁体${\rm Mn}_{1-x}{\rm Fe}_{x}{\rm Ge}$和${\rm Fe}_{1-y}{\rm Co}_{y}{\rm Ge}$,所得的SCE模型确定了完整的成对交换张量——包括各向同性交换、对称各向异性交换和Dzyaloshinskii-Moriya相互作用——并通过微磁映射预测了螺旋自旋周期。成分趋势以及手性符号变化点处的周期发散得到了很好的再现,与实验一致。此外,SCE的系统性使得能够可控地评估相互作用阶数:随着训练自旋构型变得更加无序,最低阶模型失去转矩精度,而包含高阶相互作用则恢复了预测能力。这些进展使得以适中的计算成本获得接近DFT精度的自旋模型,用于有限温度磁性和复杂自旋纹理,为定量第一性原理参数化和预测性材料设计提供了可扩展的途径。一个开源实现以Julia包 extit{Magesty.jl}的形式提供。

英文摘要

We present a data-efficient framework for constructing general classical spin Hamiltonians by combining the spin-cluster expansion (SCE) with fully self-consistent noncollinear spin density functional theory (DFT). The key idea is to fit the SCE model to magnetic torques rather than to total energies. Because torques are site-resolved vectors, each spin configuration provides many informative regression targets, improving conditioning and substantially reducing the number of required DFT calculations, especially for large supercells. Applied to the B20-type chiral magnets ${\rm Mn}_{1-x}{\rm Fe}_{x}{\rm Ge}$ and ${\rm Fe}_{1-y}{\rm Co}_{y}{\rm Ge}$, the resulting SCE models determine full pairwise exchange tensors -- including isotropic exchange, symmetric anisotropic exchange, and the Dzyaloshinskii--Moriya interaction -- and predict the helical spin period via a micromagnetic mapping. The composition trends and the divergence of the period at the chirality sign-change point are well reproduced, in agreement with experiment. Moreover, the systematic nature of SCE enables controlled assessment of interaction order: as the training spin configurations become more disordered, the lowest-order model loses torque accuracy, whereas including higher-order interactions restores predictive power. These advances enable near-DFT-accurate spin models for finite-temperature magnetism and complex spin textures at modest computational cost, providing an extensible route to quantitative first-principles parameterization and predictive materials design. An open-source implementation is available as a Julia package, \textit{Magesty.jl}.

2602.03649 2026-06-19 cond-mat.mtrl-sci 版本更新 90%

Ab initio Phase Diagram of Ta2O5

Ta2O5 的从头算相图

Yan Gong, Huimin Tang, Yong Yang, Yoshiyuki Kawazoe

专题命中 材料化学 :第一性原理计算Ta2O5相图,材料科学

AI总结 通过第一性原理计算,建立了 Ta2O5 的压力-温度相图,发现零点和热声子贡献对相稳定性有显著影响,并预测了 Gamma 与 B-Ta2O5 之间的重入相变。

Comments 35 pages, 12 figures, 3 tables

详情
AI中文摘要

五氧化二钽 (Ta2O5) 是一种多晶型宽带隙半导体,具有优异的介电性能,广泛应用于光学和电子技术中。其丰富的结构多样性源于不同合成条件下可获得的多种多晶型,使得 Ta2O5 长期以来一直是研究热点。然而,对其多晶型在压力-温度 (P-T) 空间中的热力学稳定性和相变的统一理解仍然难以捉摸。在这里,我们利用第一性原理计算,绘制了 Ta2O5 的热力学景观,并建立了一个全面的 P-T 相图以及相稳定性层次。我们发现 Gamma-Ta2O5 和 B-Ta2O5 在广泛的 P-T 条件下主导相图:Gamma-Ta2O5 在低压下稳定,而 B-Ta2O5 在高达约 60 GPa 的压力下成为热力学有利相,超过该压力后,Y-Ta2O5 成为最稳定相。至关重要的是,零点能 (ZPE) 作为核量子效应 (NQEs) 的一个方面,在决定相对相稳定性中起着重要作用,对吉布斯自由能有显著贡献并改变了相边界。预测在约 2 GPa 附近存在 Gamma 和 B-Ta2O5 之间的重入相变,揭示了该氧化物相行为中意想不到的复杂性。更一般地,我们确定了一个特征温度 (T_0),在该温度下,自由能的零点和热声子贡献相当,并表明 T_0 约为德拜温度的三分之一。这一关系为评估 NQEs 在相稳定性中的重要性提供了一个简单、物理透明的判据,其意义超越 Ta2O5,适用于一大类复杂氧化物。

英文摘要

Tantalum pentoxide (Ta2O5) is a polymorphic wide-bandgap semiconductor with outstanding dielectric properties and widespread use in optical and electronic technologies. Its rich structural diversity, arising from multiple polymorphs accessible under different synthesis conditions, has made Ta2O5 a long-standing subject of interest. However, a unified understanding of the thermodynamic stability and phase transitions of its polymorphs across pressure-temperature (P-T) space has remained elusive. Here, using first-principles calculations, we map the thermodynamic landscape of Ta2O5 and establish a comprehensive P-T phase diagram together with a phase-stability hierarchy. We find that Gamma-Ta2O5 and B-Ta2O5 dominate the phase diagram over a broad range of P-T conditions: Gamma-Ta2O5 is stabilized at low pressures, while B-Ta2O5 becomes thermodynamically favored at higher pressures up to ~ 60 GPa, beyond which Y-Ta2O5 emerges as the most stable phase. Crucially, the zero-point energy (ZPE), one aspect of nuclear quantum effects (NQEs), plays a significant role in determining relative phase stability, contributing substantially to the Gibbs free energy and altering phase boundaries. A re-entrant phase transition between Gamma and B-Ta2O5 is predicted near ~ 2 GPa, revealing unexpected complexity in the phase behavior of this oxide. More generally, we identify a characteristic temperature (T_0), at which zero-point and thermal phonon contributions to the free energy become comparable, and show that T_0 is approximately one-third of the Debye temperature. This relationship provides a simple, physically transparent criterion for assessing the importance of NQEs in phase stability, with implications extending beyond Ta2O5 to a broad class of complex oxides.

2601.17137 2026-06-19 cond-mat.mtrl-sci 版本更新 90%

On-the-Fly Machine-Learned Force Fields for High-Fidelity Polymer Glass Transition Simulations

用于高保真聚合物玻璃化转变模拟的即时机器学习力场

Ashutosh Srivastava, Sakshi Agarwal, Shivank Shukla, Harikrishna Sahu, Rampi Ramprasad

专题命中 材料化学 :机器学习力场用于聚合物玻璃化转变模拟,属于材料科学。

AI总结 提出混合AIMD与即时机器学习力场构建的方法,实现量子力学精度下聚合物玻璃化转变温度的预测,计算成本降低约六个数量级。

详情
AI中文摘要

长期以来,以第一性原理精度预测聚合物玻璃化转变温度(Tg)一直遥不可及,因为在宽温度范围内以可接受的速率冷却包含数千个原子的系统超出了从头算分子动力学(AIMD)的计算极限。这里,我们采用一种混合方案,将AIMD与加速的即时(OTF)机器学习力场(MLFF)构建相结合,使得以近经典计算成本实现量子力学精度的Tg预测成为可能。构建MLFF的OTF协议自适应地触发第一性原理计算,仅当新遇到的构型超出当前模型的置信域时,从而仅需每个聚合物1000个AIMD采样构型即可构建鲁棒、无参数的MLFF。然后利用这些MLFF对包含数千个原子的非晶超胞进行长时间冷却模拟。该方法应用于涵盖芳香族、脂肪族、杂原子和支链化学的十二种聚合物,预测结果与实验高度一致,同时相对于AIMD将计算成本降低了约六个数量级。这项工作为预测性聚合物建模建立了新范式,表明OTF-MLFF为以近量子力学保真度模拟复杂无序材料的热物理行为提供了一条可推广、准确且可扩展的途径。

英文摘要

Predicting polymer glass transition temperatures (Tg) with first-principles fidelity has long remained out of reach, as cooling multi-thousand-atom systems over a broad temperature range at acceptable rates exceeds the computational limits of ab initio molecular dynamics (AIMD). Here we employ a hybrid scheme that merges AIMD with accelerated on-the-fly (OTF) machine-learned force-field (MLFF) construction, enabling Tg prediction at quantum-mechanical accuracy with near-classical computational cost. The OTF protocol to construct MLFFs adaptively triggers first-principles calculations only when newly encountered configurations lie outside the current model's domain of confidence, allowing robust, parameter-free MLFFs to be built from merely 1000 AIMD-sampled configurations per polymer. These MLFFs are then utilized to perform long-time cooling simulations on amorphous supercells containing several thousand atoms. Applied across twelve polymers spanning aromatic, aliphatic, heteroatomic, and branched chemistries, the method yields predictions in excellent accord with experiment while reducing computational cost by approximately six orders of magnitude relative to AIMD. This work establishes a new paradigm for predictive polymer modeling, demonstrating that OTF-MLFFs provide a generalizable, accurate, and scalable route to simulating the thermophysical behavior of complex disordered materials at near quantum-mechanical fidelity.