arXivDaily arXiv每日学术速递 周一至周五更新
重置
PHYSICS物理797
2606.11076 2026-06-10 cs.AR quant-ph 新提交

Coset Ensemble Decoder for Quantum Error Correction with Algorithm-Hardware Co-Design

面向量子纠错的陪集集成解码器与算法-硬件协同设计

Shuang Liang, Jubo Xu, Giulio Bassanino, Qianzhou Wang, Yidong Zhou, Yuncheng Lu, Zhiwen Mo, Paul H. J. Kelly, Bo Yuan, Wayne Luk, Hongxiang Fan

AI总结 提出陪集集成解码算法,通过显式利用逻辑等价陪集改进Union-Find解码,结合硬件架构优化,在电路级退极化噪声下实现比MWPM和UF解码器更好的精度-延迟权衡,并显著降低FPGA资源消耗。

详情
Comments
15 pages, 19 figures, 1 table. Accepted to appear in the 53rd Annual International Symposium on Computer Architecture (ISCA 2026)
AI中文摘要

可靠的大规模量子计算依赖于容错架构,其中量子纠错(QEC)实时连续提取和解码错误综合征。QEC中的一个关键组件是解码器,这是一个经典子系统,必须同时提供高逻辑精度和超低延迟。本文提出了一种新颖的算法-硬件协同设计,改善了与现有方法(如最小权重完美匹配(MWPM)和Union-Find(UF)解码器)的精度-延迟权衡。在算法层面,我们引入了陪集集成解码,通过显式利用逻辑等价陪集改进了UF解码。我们的方法执行集成森林探索以生成多个陪集一致候选,并聚合它们以近似陪集级最大似然解码。我们通过逆序消除和无损图压缩进一步降低了计算和内存复杂度,而不牺牲精度。在硬件层面,我们设计了一种领域特定架构,在时间上重用资源,避免了先前空间架构中与码距成比例的资源增长。提出了多项优化,如多bank内存哈希和分层ID映射,以缓解高度并发访问模式下的流水线停顿和内存冲突。在电路级退极化噪声模型下,我们的协同设计方法实现了比先前基于MWPM和UF的解码器更好的精度-延迟权衡,同时与已报道的基于UF的解码器资源相比,FPGA LUT消耗减少了高达8.2倍。可调候选数进一步暴露了一个灵活的设计旋钮,使用户能够根据不同的容错工作负载定制解码性能。我们的实现可在https://this URL公开获取。

英文摘要

Reliable large-scale quantum computation relies on fault-tolerant architectures, where quantum error correction (QEC) continuously extracts and decodes error syndromes in real time. A critical component in QEC is the decoder, a classical subsystem that must simultaneously deliver high logical accuracy and ultra-low latency. This paper presents a novel algorithm-hardware co-design that improves the accuracy-latency trade-off over existing approaches such as vanilla Minimum-Weight Perfect Matching (MWPM) and Union-Find (UF) decoders. At the algorithmic level, we introduce coset ensemble decoding, which improves UF decoding by explicitly exploiting logically equivalent cosets. Our method performs ensemble forest exploration to generate multiple coset-consistent candidates and aggregates them to approximate coset-level maximum-likelihood decoding. We further reduce computational and memory complexity via reverse-order elimination and lossless graph compression, without sacrificing accuracy. At the hardware level, we design a domain-specific architecture that temporally reuses resources, avoiding the code-distance-proportional resource growth in prior spatial architectures. Several optimizations, such as multi-bank memory hashing and hierarchical ID mapping, are proposed to mitigate pipeline stalls and memory conflicts under highly concurrent access patterns. Under a circuit-level depolarizing noise model, our co-design approach achieves a better accuracy-latency trade-off than prior MWPM- and UF-based decoders, while reducing FPGA LUT consumption by up to 8.2 times compared with reported UF-based decoder resources. The tunable candidate number further exposes a flexible design knob, enabling users to tailor decoding performance to the requirements of different fault-tolerant workloads. Our implementation is publicly available at https://github.com/IMSeonL/coset-ensemble-decoder.

2606.10874 2026-06-10 cs.CV math.QA quant-ph 新提交

Schmidt Decomposition-Based Methods for Efficient Quantum Image Encoding

基于Schmidt分解的高效量子图像编码方法

Ana-Maria Pangeva, Yassine Ferhi, Alexander Geng, Andreas Weinmann, Desislava Ivanova, Ali Moghiseh

AI总结 针对量子图像编码在NISQ设备上电路复杂度过高的问题,提出基于Schmidt分解的低秩近似方法,在保持图像质量的同时显著降低电路深度和门数量,FRQI模型实现97%的深度缩减且MSE仅约0.27。

详情
AI中文摘要

在量子图像处理中,一个基本步骤是将经典图像数据编码为量子态。这可以通过诸如量子图像的灵活表示(FRQI)、量子概率图像编码(QPIE)和新颖增强量子表示(NEQR)等方法实现。然而,在真实量子硬件上,这些编码会迅速导致电路具有大量门、大电路深度和高量子比特使用量,这对于嘈杂中等规模量子(NISQ)设备来说是一个问题。在这项工作中,我们研究了通过Schmidt分解公式化的低秩状态近似是否有助于降低这种复杂性。该方法仅保留量子态纠缠结构中最显著的部分,使状态准备更高效,同时保留大部分图像信息。我们比较了三种编码技术在其原始形式和低秩近似下的性能,评估了电路深度、CNOT计数、MSE和重建图像的视觉质量等指标。结果揭示了准确性与资源效率之间有意义的权衡,其中FRQI模型实现了97%的电路深度缩减,同时保持了近乎完美的重建(MSE约为0.27)。这证明了低秩技术在近期硬件上推进实用量子图像处理的潜力。

英文摘要

In quantum image processing, a fundamental step is encoding classical image data into quantum states. This can be achieved using methods such as Flexible Representation of Quantum Images (FRQI), Quantum Probability Image Encoding (QPIE), and Novel Enhanced Quantum Representation (NEQR). However, on real quantum hardware, these encodings can quickly lead to circuits with many gates, large circuit depth, and high qubit usage, which is a problem for Noisy Intermediate-Scale Quantum (NISQ) devices. In this work, we investigate whether low-rank state approximation, formulated via Schmidt decomposition, can help reduce this complexity. The method keeps only the most significant parts of a quantum state's entanglement structure, making state preparation more efficient while preserving most of the image information. We compare the three encoding techniques in their original form and with low-rank approximation, evaluating metrics such as circuit depth, CNOT count, MSE, and visual quality of reconstructed images. The results reveal meaningful trade-offs between accuracy and resource efficiency, with the FRQI model achieving a 97 percent reduction in circuit depth while maintaining a near-perfect reconstruction (MSE of about 0.27). This demonstrates the potential of low-rank techniques for advancing practical quantum image processing on near-term hardware.

2606.10098 2026-06-10 cs.CE quant-ph 新提交

VQA for Dynamic Portfolio Optimization: Sampling Strategies, Optimizer Scheduling, and Hardware-Aware Ansatz Design

用于动态投资组合优化的VQA:采样策略、优化器调度和硬件感知的拟设设计

Mohammad Kashfi Haghighi

AI总结 研究变分量子算法在动态投资组合优化中的性能,提出自适应CVaR调度、两阶段优化器和两种硬件感知拟设布局,在150量子比特实例和ibm_quebec QPU上验证了采样策略、优化器调度和布局设计对性能的显著影响。

详情
AI中文摘要

变分量子算法越来越多地被用于探索与近期量子设备规模相关的优化问题。它们的实际性能强烈依赖于设计选择,例如采样目标、经典优化器和硬件转译前后的拟设布局。我们针对动态投资组合优化(一个多周期金融问题,平衡收益、风险、交易成本、现金利息效应和约束)研究了这些因素。使用基于采样的VQA框架,在150量子比特的动态投资组合实例上,我们评估了优化工作流的几个组成部分。我们提出了一种特定的自适应CVaR调度,逐步收紧用于优化的采样尾部,并结合两阶段优化器,将全局探索(粒子群优化)与局部细化(Nakanishi-Fujii-Todo优化器)相结合。我们还研究了拟设深度和顺序增长策略。最后,我们引入了两种硬件感知的拟设布局修改:一种数据引导的彩色布局,将相关变量分配给由纠缠门连接的量子比特;以及一种重六边形原生深链布局,旨在增加原生两量子比特交互深度,而无需在转译后增加额外的路由开销。模拟器研究选择了CVaR、优化器和深度配置,而拟设比较在ibm_quebec QPU上进行。结果表明,采样策略、优化器调度和硬件感知布局设计对性能有实质性影响。在报告的QPU布局比较中,所提出的重六边形原生深链布局在测试布局中实现了最佳最终目标值和CVaR尾部性能。尽管我们没有观察到相对于最先进精确经典求解器的量子优势,但我们的结果为在近期硬件上提高VQA性能提供了实用指导。

英文摘要

Variational quantum algorithms are increasingly explored for optimization problems at scales relevant to near-term quantum devices. Their practical performance depends strongly on design choices such as the sampling objective, classical optimizer, and ansatz layout before and after hardware transpilation. We study these factors for dynamic portfolio optimization, a multi-period financial problem balancing return, risk, transaction costs, cash-interest effects, and constraints. Using a sampling-based VQA framework on a 150-qubit dynamic portfolio instance, we evaluate several components of the optimization workflow. We propose a specific adaptive CVaR schedule that gradually tightens the sampled tail used for optimization, together with a two-stage optimizer combining global exploration with Particle Swarm Optimization and local refinement with the Nakanishi-Fujii-Todo optimizer. We also study ansatz depth and sequential growth strategies. Finally, we introduce two hardware-aware ansatz-layout modifications: a data-guided colored layout that assigns correlated variables to qubits connected by entangling gates, and a heavy-hex-native deep-chain layout designed to increase native two-qubit interaction depth without additional routing overhead after transpilation. Simulator studies select CVaR, optimizer, and depth configurations, while the ansatz comparison is performed on the ibm_quebec QPU. The results show that sampling strategy, optimizer scheduling, and hardware-aware layout design materially affect performance. In the reported QPU layout comparison, the proposed heavy-hex-native deep-chain layout achieves the best final objective value and CVaR-tail performance among the tested layouts. Although we do not observe quantum advantage over a state-of-the-art exact classical solver, our results provide practical guidance for improving VQA performance on near-term hardware.

2606.11010 2026-06-10 quant-ph 新提交

Bosonic Cyclic Codes: Trading Stabilizers for Gaussian Non-Clifford Phase Gates

玻色子循环码:用稳定子交换高斯非克利福德相位门

Owen C. Wetherbee, Yijia Xu, Victor V. Albert, Baptiste Royer, Valla Fatemi

AI总结 提出玻色子循环码,通过牺牲单光子丢失的可检测性来换取容错逻辑相位门,实现误差保护与可控性的权衡,并推广了猫码和二项式码。

详情
Comments
11+8 pages, 4+2 figures
AI中文摘要

玻色子码提供了硬件高效的量子纠错方法,其中最好的编码能有效保护空闲量子信息免受丢失和退相干的影响——特别是旋转对称码,包括猫码和二项式码族。然而,旋转对称码仅自然具备一个逻辑泡利门,而其他逻辑门需要使用非线性操作,阻碍了这些码在实现量子算法中的效用。在这里,我们通过引入玻色子循环码来平衡误差保护与可控性:这是旋转对称码的一种推广,能够实现误差保护性质与容错逻辑相位门之间的可测量权衡。通过我们的通用构造,我们发现相对于旋转对称码,牺牲单光子丢失的可检测性可以产生与原始码的旋转对称阶数相当的逻辑相位门数量,所有这些都可以通过无源高斯旋转实现。给出相应的猫码和二项式码的推广——我们分别称之为循环猫码和范德蒙码——我们进一步发现这些码的许多理想性质转移到了玻色子循环码设置中。我们接着讨论了这些码更大的$SU(2)$对称性和旋转门,它们产生了额外的稳定子和逻辑泡利门,以及针对最小的“ kitten”二项式码的新非克利福德门,并提供了一种新的错误检测协议。最后,我们引入了一种通用范式,用于将高阶稳定子转换为逻辑门,正如我们在旋转对称码的推广中所做的那样,并将其应用于多种多模玻色子码。

英文摘要

Bosonic codes offer hardware-efficient approaches to quantum error correction, with the best encodings offering effective protection of idle quantum information against loss and dephasing - particularly rotation-symmetric codes, which include the cat and binomial code families. However, rotation-symmetric codes are only naturally endowed with a single logical Pauli gate, while other logical gates require the use of non-linear operations, obstructing the utility of these codes for realizing quantum algorithms. Here, we balance error protection with controllability by introducing bosonic cyclic codes: a generalization of rotation-symmetric codes that enable the measured tradeoff of error protection properties for fault-tolerant logical phase gates. Through our general construction, we find that sacrificing the detectability of a single photon loss relative to a rotation-symmetric code can yield a number of logical phase gates commensurate with the original rotation symmetry order of the code, all achievable via passive Gaussian rotations. Giving the corresponding generalizations of cat and binomial codes - which we dub cyclic cat and Vandermonde codes, respectively - we further find that many of the desirable properties of these codes transfer to the bosonic cyclic code setting. We go on to discuss the larger $SU(2)$ symmetry and rotation gates of the codes, which yield additional stabilizers and logical Pauli gates, as well as new non-Clifford gates for the smallest `kitten' binomial code, and provide a new error detection protocol. Finally, we introduce a general paradigm for converting higher-order stabilizers to logical gates, as in our generalization of rotation-symmetric codes, and apply it to several multimode bosonic codes.

2606.11000 2026-06-10 quant-ph 新提交

Analog Quantum Asynchronous Event-Based Graph Neural Network

模拟量子异步事件驱动图神经网络

Kristian Sotirov, Shaheen Acheche, Antonio A. Gentile, Osvaldo Simeone

AI总结 提出模拟量子异步事件驱动图神经网络(QA-AEGNN),利用中性原子量子处理器映射事件数据为原子阵列,通过Rydberg哈密顿量模拟消息传递,实现高效事件图计算。

详情
Comments
31 pages, 8 figures, initial version
AI中文摘要

异步、事件驱动的图神经网络(AEGNN)最近成为一种处理事件相机稀疏高时间分辨率数据的有效范式。本文提出量子模拟AEGNN(QA-AEGNN),一种在中性原子量子计算机上实现AEGNN的新框架。中性原子量子处理器基于可控的Rydberg原子相互作用,提供可编程的模拟量子计算平台。为此,我们将流式事件数据映射到被困中性原子阵列,每个原子代表一个图节点(事件),其位置使得几何邻近性反映事件的时空邻域。量子处理器的原生Rydberg哈密顿量被编程以镜像AEGNN的消息传递计算,原子量子比特状态作为节点特征嵌入,原子间相互作用实现图边。此外,我们提出一种混合量子-经典训练方案,其中模拟哈密顿量参数(如激光脉冲幅度和失谐)通过经典反馈优化,以从数据中学习量子AEGNN模型。我们的方法利用中性原子量子系统的连续哈密顿量动力学和大规模并行性,以潜在精度改进原生执行事件图计算。

英文摘要

Asynchronous, event-based graph neural networks (AEGNNs) have recently emerged as an efficient paradigm for processing the sparse and high-temporal-resolution data from event cameras. In this paper, we propose quantum analog AEGNNs (QA-AEGNNs), a novel framework to implement an AEGNN on a neutral-atom quantum computer. Neutral-atom quantum processors offer a programmable analog quantum computing platform based on controllable Rydberg-atom interactions. To this end, we map the streaming event data to an array of trapped neutral atoms, where each atom represents a graph node (event) and is positioned such that geometric proximity reflects the spatio-temporal neighborhood of events. The native Rydberg Hamiltonian of the quantum processor is programmed to mirror the message-passing computations of the AEGNN, with atomic qubit states serving as node feature embeddings and inter-atom interactions realizing graph edges. Furthermore, we propose a hybrid quantum-classical training scheme in which the analog Hamiltonian parameters (e.g., laser pulse amplitudes and detunings) are optimized using classical feedback to learn the quantum AEGNN model from data. Our approach leverages the continuous Hamiltonian dynamics and massive parallelism of neutral-atom quantum systems to natively execute event-based graph computations with potential accuracy improvements

2606.10994 2026-06-10 quant-ph 新提交

Adaptive identification of low-degree polynomials in quantum singular value transformation: application to nonlinear quantum properties estimation

量子奇异值变换中低次多项式的自适应识别:应用于非线性量子性质估计

Jumpei Kato, Akira Tanji, Hiroyuki Harada, Kaito Wada, Kosuke Ito, Naoki Yamamoto

AI总结 提出一种谱截断方法,通过自适应确定多项式次数来估计量子态的非线性性质(如冯·诺依曼熵和Rényi熵),显著降低估计成本。

详情
AI中文摘要

通过量子奇异值变换(QSVT)估计未知量子态的性质通常需要高次多项式来处理密度矩阵的小特征值。具体而言,现有方法依赖于基于密度矩阵的最小非零特征值或秩的过度保守最坏情况界来确定多项式次数。在这项工作中,我们提出了一种谱截断方法,根据任务、目标精度和状态截断可忽略的特征值尾部,从而能够使用显著更低次的多项式。为实现这一点,我们开发了一种两阶段算法来估计非线性性质,特别是冯·诺依曼熵和Rényi熵。在第一阶段,我们执行搜索算法直接从未知量子态中识别谱截断。在第二阶段,我们利用QSVT估计非线性性质,多项式次数由截断自适应确定。与已知界相比,这种两阶段算法显著提高了整体估计成本,即使不知道最小特征值或秩也是如此。

英文摘要

Estimating properties of unknown quantum states via quantum singular value transformation (QSVT) often requires high-degree polynomials to handle small eigenvalues of density matrices. Specifically, the existing approaches determine the polynomial degree by relying on overly conservative worst-case bounds based on the minimum non-zero eigenvalue or the rank of the density matrices. In this work, we propose a spectral cutoff method that truncates the negligible eigenvalue tail depending on the task, the target accuracy, and the state, which enables the use of significantly lower-degree polynomials. To implement this, we develop a two-stage algorithm to estimate nonlinear properties, particularly von Neumann entropy and R{é}nyi entropy. In the first stage, we execute a search algorithm to identify the spectral cutoff directly from the unknown quantum state. In the second stage, we estimate the nonlinear properties utilizing QSVT with the degree of polynomial adaptively determined by the cutoff. This two-stage algorithm significantly improves the overall estimation cost compared to known bounds, even without knowing the minimum eigenvalue or the rank.

2606.10984 2026-06-10 quant-ph 新提交

Nonreciprocal quantum rotation sensing via virtual-excitation enhancement in a spinning cavity

基于旋转腔中虚激发增强的非互易量子旋转传感

Lu-Qi Yang, Yu-Meng Ren, Peng-Bo Li

AI总结 提出一种在旋转环形腔与二能级系统及辅助玻色模耦合的混合平台上,利用Sagnac效应和超强耦合虚激发增强量子Fisher信息,实现非互易角速度估计的方案。

详情
Comments
11 pages, 6 figures
AI中文摘要

高精度和高灵敏度的量子传感在量子技术和量子信息处理中扮演着重要角色。这里,我们提出了一种非互易量子计量方案,用于在混合光-物质平台上估计旋转角速度,该装置由一个旋转环形腔耦合到一个二能级系统和一个辅助玻色模组成。通过Sagnac效应,角速度被转换为方向依赖的失谐,从而改变混合系统的有效光-物质修饰。结果,角速度不仅被编码到重整化的混合模谱中,还被编码到由超强耦合产生的虚激发中。这些虚激发改变了极化激元对旋转的频率响应,并增强了与角速度估计相关的量子Fisher信息(QFI),而无需直接提取虚激发。此外,由于Sagnac-Fizeau位移进入虚跃迁能量分母,计量响应对于相反驱动方向变得本质上不同,导致可调的非互易灵敏度对比。我们还讨论了一种读出方案,并表明束发射符合计数可以作为辅助的方向依赖读出通道。我们的结果为利用非互易光-物质修饰和虚激发作为量子旋转传感的资源提供了一条途径。

英文摘要

Quantum sensing with high precision and sensitivity plays an important role in quantum technologies and quantum information processing. Here, we propose a nonreciprocal quantum metrological scheme for estimating rotational angular velocity in a hybrid light-matter platform, where the setup consists of a spinning ring cavity coupled to a two-level system and an auxiliary bosonic mode. Through the Sagnac effect, the angular velocity is converted into a direction-dependent detuning, which modifies the effective light-matter dressing of the hybrid system. As a result, the angular velocity is encoded not only into the renormalized hybrid-mode spectrum, but also into the virtual excitations generated by ultrastrong coupling. These virtual excitations modify the polaritonic frequency response to rotation and enhance the quantum Fisher information (QFI) associated with angular velocity estimation, without requiring direct extraction of virtual excitations. Moreover, since the Sagnac-Fizeau shift enters the virtual-transition energy denominators, the metrological response becomes intrinsically different for opposite driving directions, leading to a tunable nonreciprocal sensitivity contrast. In addition, we also discuss a readout scheme and show that bundle emission coincidence counting can serve as an auxiliary direction-dependent readout channel. Our results provide a route toward exploiting nonreciprocal light-matter dressing and virtual excitations as resources for quantum rotation sensing.

2606.10983 2026-06-10 quant-ph 新提交

Robust self-testing based on Gisin's arbitrary-input Bell inequality

基于Gisin任意输入Bell不等式的鲁棒自检验

Rajdeep Paul, Alok Kumar Pan

AI总结 提出基于Gisin Bell不等式的自检验方案,利用和平方方法推导最优量子违背,并从优化条件直接导出状态与测量关系,给出鲁棒自检验策略。

详情
Comments
arXiv admin note: substantial text overlap with arXiv:2505.19917
AI中文摘要

自检验是指最强大的设备无关(DI)认证方法,仅基于观测到的统计量来验证量子系统和器件的性质。我们展示了基于Gisin Bell不等式(GBI)的状态和测量的自检验,该不等式允许双方任意输入。我们引入了一种系统且优雅的和平方(SOS)方法,能够独立于维度地推导GBI的最优量子违背。我们从优化条件直接推导出状态和局部可观测量之间的相互关系。由于实际实验场景涉及不可避免的噪声和不完美,我们提出了一个全面的鲁棒自检验策略。

英文摘要

Self-testing refers to the strongest device-independent (DI) certification method that validates the nature of a quantum system and devices solely based on the observed statistics. We demonstrate the self-testing of state and measurements based on the Gisin Bell inequality (GBI) featuring arbitrary inputs for both parties. We introduce a systematic and elegant sum-of-squares (SOS) approach that enables the dimension-independent derivation of the optimal quantum violation of GBI. We derive the state and the interrelation between the local observables directly from the optimization condition. Since the practical experimental scenario involves inevitable noise and imperfection, we present a comprehensive strategy for robust self-testing.

2606.10936 2026-06-10 quant-ph 新提交

Genuine Multipartite Nonlocality for Arbitrary Input: Maximal Randomness Generation and Robust Self-Testing

任意输入下的真正多体非局域性:最大随机性生成与鲁棒自检验

Rajdeep Paul, Ranendu Adhikary, Alok Kumar Pan

AI总结 提出一种适用于任意奇数测量设置的真正多体非局域性贝尔不等式,通过平方和分解获得最优量子违背,实现自检验和最大全局设备无关随机性(m比特),并随测量设置增加噪声鲁棒性增强。

详情
AI中文摘要

贝尔非局域性为量子设备的设备无关(DI)认证提供了基础。我们引入一种贝尔不等式,能够在任意m方场景下,每方进行任意奇数次测量时识别真正多体非局域性(GMNL)。由于该不等式的多设置特性排除了Jordan引理的使用,我们构建了分析性的平方和(SOS)分解,在不假设希尔伯特空间维数的情况下获得最优量子违背。这进而能够自检验共享纠缠态和相应的测量可观测量(模局部等距),我们通过基于交换的认证方案确认其存在。此外,我们证明该框架能够在最优量子违背下提取最大全局DI随机性(m比特),从而超越了GMNL机制中先前的限制。最后,我们证明随着测量设置数量的增加,不等式的结构提高了对噪声的鲁棒性,确保了实验可行性。

英文摘要

Bell nonlocality provides the foundation for device-independent (DI) certification of quantum devices. We introduce a Bell inequality capable of identifying genuine multipartite nonlocality (GMNL) in an arbitrary m-partite scenario with an arbitrary odd number of measurements per party. Since the multi-setting nature of this inequality precludes the use of Jordan's Lemma, we construct an analytical sum-of-squares (SOS) decomposition to obtain the optimal quantum violation without assuming any bound on the Hilbert space dimension. This, in turn, enables self-testing of the shared entangled state and the corresponding measurement observables, up to local isometries, whose existence we confirm using a swap-based certification scheme. In addition, we show that our framework enables the extraction of maximal global DI randomness (m bits) at the optimal quantum violation, thereby exceeding previous limitations in the GMNL regime. Finally, we demonstrate that the architecture of our inequality yields improved robustness to noise as the number of measurement settings grows, ensuring experimental feasibility.

2606.10872 2026-06-10 quant-ph 新提交

Quantum Colorings of Spheres

球面的量子着色

Olivier Lalonde

AI总结 研究球面量子着色问题,通过表示论证明实球面S^{n-1}可量子n-着色当且仅当n=2或n是4的倍数(假设Hadamard猜想成立),并解决Zeng-Zhang猜想。

详情
AI中文摘要

Cameron, Montanaro, Newman, Severini 和 Winter 给出一个构造,表明对于 $n \in \{2,4,8\}$,任何承认实 $n$ 维正交表示的图 $G$ 都是量子 $n$-可着色的。这个结果可以重新表述为:对于这些 $n$ 值,实球面 $S^{n-1}$ 是量子 $n$-可着色的。我们研究他们构造的可能推广。我们首先证明,他们关于正交表示是实值的要求是必要的,因为对于复球面没有类似的结果,除了二维情况外,所有复球面的量子色数都严格大于维数。我们还提供了这一点的有限证据,并首次证明实正交秩和复正交秩是不同的。对于实情况,我们证明如果 $S^{n-1}$ 是量子 $n$-可着色的,那么要么 $n=2$,要么 $n$ 是 4 的倍数,并且证明当存在 $n$ 阶 Hadamard 矩阵时逆命题成立。因此,假设 Hadamard 猜想成立,这完全分类了 CMNSW 构造可以推广到的维数。我们的证明方法涉及证明此类构造的存在性与在给定干净辅助比特时 Clifford 代数错误的极大码空间的存在性之间的等价性,并且我们相信我们用于处理后一问题的表示论技术可能具有独立的意义。从这个等价性还可以推出,$S^{n-1}$ 允许秩一量子 $n$-着色当且仅当 $n \in \{2,4,8\}$,从而解决了 Zeng 和 Zhang 的一个猜想,同样地,对于所有 $m \geq 1$,存在一个催化零误差远程态制备协议,用于实 $m$ 量子比特态,通信量为 $m$ 比特,并消耗 $m$ 个 ebits。

英文摘要

Cameron, Montanaro, Newman, Severini and Winter gave a construction which shows that, for $n \in \{2,4,8\}$, any graph $G$ which admits a real $n$-dimensional orthogonal representation is quantumly $n$-colorable. This result can be recast as the statement that the real sphere $S^{n-1}$ is quantumly $n$-colorable for these values of $n$. We investigate possible extensions of their construction. We first show that their hypothesis that the orthogonal representation be real-valued is required by proving that there is no analogue of this for the complex spheres, which all have quantum chromatic number strictly bigger than the dimension except in two dimensions. We also provide candidate finitary witnesses of this and show for the first time that the real and complex orthogonal ranks are distinct as a byproduct. For the real case, we show that if $S^{n-1}$ is quantumly $n$-colorable, then either $n=2$ or $n$ is a multiple of 4, and show that the converse holds whenever a Hadamard matrix of order $n$ exists. Hence, assuming the Hadamard conjecture, this completely classifies the dimensions to which the CMNSW construction can be extended. Our method of proof involves showing the equivalence between the existence of such a construction and the existence of a maximal code space for Clifford-algebraic errors given a clean ancilla, and we believe that the representation-theoretic techniques we use for tackling the latter problem could be of independent interest. It also follows from this equivalence that $S^{n-1}$ admits a rank-one quantum $n$-coloring if and only if $n \in \{2,4,8\}$, thereby settling a conjecture of Zeng and Zhang, as does the fact that for all $m \geq 1$, there exists a catalytic zero-error remote state preparation protocol for real $m$-qubit states with $m$ bits of communication and which consumes $m$ ebits.

2606.10865 2026-06-10 quant-ph 新提交

Sensitivity Enhancement near High-Order Exceptional Points via Dissipative Couplings

通过耗散耦合实现高阶异常点附近的灵敏度增强

Yuanjie Zhang, Jiaojiao Li, Zhihuang Luo

AI总结 提出一个四通道耗散耦合模型,支持四阶异常面和二阶异常体积,在热原子系统中实现,通过电磁感应透明光谱测量复能量谱,展示对激光失谐等物理量的四阶响应,超越二阶异常点,并揭示灵敏度与鲁棒性的权衡。

详情
Comments
9 pages, 7 figures
AI中文摘要

非厄米系统中出现的高阶异常点因其对扰动的显著增强灵敏度而引起了广泛兴趣。然而,基于高阶异常点的量子传感方案仍然稀缺,因为将系统精细调谐到如此极端的敏感孤立点在实验上具有挑战性。这里我们提出一个四通道耗散耦合模型,该模型支持四阶异常面和二阶异常体积。这个非厄米模型可以在热原子系统中实现,其复能量谱可以通过电磁感应透明光谱确定。所提出的模型对多个物理量(如激光失谐和光学通道之间的距离)表现出特征性的四阶响应,显著超越了二阶异常点的响应。我们进一步揭示了实验噪声下灵敏度与鲁棒性的权衡。我们的工作为利用高阶异常点实现高性能传感开辟了一条途径。

英文摘要

High-order exceptional points (EPs) emerging in non-Hermitian systems have attracted broad interest for their significantly enhanced sensitivity to perturbations. However, quantum sensing schemes based on high-order EPs remain scarce, due to the experimental challenge of fine-tuning the system to such an extremely sensitive isolated point. Here we propose a four-channel dissipative coupling model that supports both fourth-order exceptional surfaces and second-order exceptional volumes. This non-Hermitian model can be realized in a thermal atomic system, and its complex energy spectra can be determined via electromagnetically induced transparency spectroscopy. The proposed model exhibits a characteristic fourth-order response to multiple physical quantities such as the laser detuning and the distance between optical channels, significantly surpassing the response of second-order EPs. We further reveal the sensitivity-robustness trade-off under experimental noise. Our work opens a route toward high-performance sensing leveraging higher-order EPs.

2606.10826 2026-06-10 quant-ph 新提交

The fidelity of controlled quantum teleportation in a noisy environment

噪声环境下受控量子隐形传态的保真度

Wen-Jing Wei, Feng-Li Yan, Ting Gao

AI总结 研究噪声信道对三比特资源态受控量子隐形传态的影响,推导最大平均保真度和最优平均保真度的解析表达式,发现最优平均保真度随演化参数先减后增的非单调行为。

详情
Comments
18 pages, 5 figures
AI中文摘要

在这项工作中,我们研究了在作用于三比特资源态的噪声信道存在下的受控量子隐形传态。我们采用一系列广义噪声信道,这些信道桥接了退相位信道和振幅阻尼信道,同时涵盖了广泛的中间场景。我们通过推导解析表达式并检查几个特例,深入分析了由这些噪声信道引起的受控量子隐形传态中最大平均保真度和最优平均保真度的退化。解析表达式表明,达到最优平均保真度需要Charlie在适当选择的角度下进行测量合作,并且还与初始态和信道参数有关。我们的分析揭示,最优平均保真度并不总是随演化参数单调递减,而是先减小后增大。这种非单调行为取决于初始资源态的纠缠度,以及第一个量子比特所经过信道的参数。

英文摘要

In this work, we investigate controlled quantum teleportation in the presence of noisy channels acting on the three-qubit resource state. We employ a series of generalized noisy channels that bridge the dephasing channels and amplitude damping channels while encompassing extensive intermediate scenarios. We provide an in-depth analysis of the degradation of the maximal average fidelity and the optimal average fidelity in controlled quantum teleportation induced by such noisy channels by deriving the analytical expression and examining several special cases. The analytical expression shows that attaining the optimal average fidelity requires Charlie's cooperation in performing a measurement at suitably chosen angles, and is also related to the initial state and the channel parameters. Our analysis reveals that the optimal average fidelity does not always decrease monotonically with the evolution parameter, instead, it first decreases and then increases. This non-monotonic behavior depends on the entanglement of the initial resource state, as well as on the parameters of the channel traversed by the first qubit.

2606.10744 2026-06-10 quant-ph 新提交

Noise cancellation by superposition of channels and superactivation of quantum capacity: Experimental realization by NMR

通过信道叠加实现噪声抵消和量子容量的超激活:NMR实验实现

Deepika Bhargava, Arijit Chatterjee, Vishal Varma, T. S. Mahesh

AI总结 通过叠加噪声信道的Stinespring扩张酉变换实现噪声抵消,并实验验证了退相位信道抵消和去极化信道容量超激活。

详情
Comments
9 pages, 4 figures
AI中文摘要

噪声量子信道会降低相干性和纠缠等量子资源,从而对量子技术的实现构成挑战。对噪声信道的相干控制使我们能够最小化它们对量子系统的影响。在这里,我们通过叠加对应的Stinespring扩张酉变换来实现两个噪声量子信道的抵消。我们首先得出了信道叠加产生有效量子信道的条件。然后,我们考虑叠加两个退相位信道并观察它们的相消干涉,从而有效恢复量子相干性。在叠加两个零容量去极化信道时,我们展示了量子容量的超激活。我们使用三量子比特NMR寄存器实验实现了两个退相位信道的抵消。此外,使用五量子比特NMR寄存器,我们实现了两个去极化信道的抵消并演示了量子容量的超激活。

英文摘要

Noisy quantum channels degrade quantum resources such as coherence and entanglement and hence pose challenges for realizing quantum technologies. Coherent control of noisy channels allows us to minimize their effects on the quantum system. Here we achieve the cancellation of two noisy quantum channels by superposing their corresponding Stinespring dilation unitaries. We first arrive at conditions under which superposition of channels results in a valid quantum channel. We then consider superposing two dephasing channels and observe their destructive interference, thereby effectively recovering the quantum coherence. On superposing two zero-capacity depolarizing channels, we show superactivation of quantum capacity. We experimentally realize the cancellation of two dephasing channels using a three-qubit NMR register. Furthermore, using a five-qubit NMR register, we realize the cancellation of two depolarization channels and demonstrate superactivation of quantum capacity.

2606.10730 2026-06-10 quant-ph 新提交

Unitary Channel Testing Under a Depolarizing Noise Assumption

在去极化噪声假设下的酉信道测试

Hirak Ghosh, Andrew Jackson, Animesh Datta

AI总结 提出在去极化噪声假设下的最优算法,用于测试黑盒量子信道是否与目标酉信道相同或ε-远,查询复杂度为Θ(1/ε),并给出匹配下界。

详情
Comments
14 Pages, 3 Figures
AI中文摘要

我们提出了快速算法——在去极化噪声假设下,该假设常用于容错量子计算——来测试其强度。我们的最优算法回答以下问题:假设偏差是具有未知参数的去极化信道,由给定黑盒实现的量子信道是否与目标酉信道相同,或者在钻石距离下ε-远?我们的算法具有Θ(1/ε)的查询复杂度。松弛问题的查询复杂度——测试黑盒信道在钻石距离下是ε1-接近目标酉信道还是ε2-远——为Θ(ε2/(ε2 - ε1)^2)。在这两种情况下,我们提供了匹配的下界,该下界甚至适用于具有多结果非相干测量的自适应、辅助辅助协议。

英文摘要

We present fast algorithms $\unicode{x2013}$ under the depolarizing noise assumption, often made in fault-tolerant quantum computations $\unicode{x2013}$ to test its strength. Our optimal algorithms answer the following question: is the quantum channel implemented by a given black box identical to a target unitary or $\varepsilon$-far from it in the diamond distance, assuming that the deviation is a depolarizing channel with unknown parameter? Our algorithm has a query complexity of $Θ(1/\varepsilon).$ The query complexity of the relaxed problem of testing whether the black-box channel is $\varepsilon_1$-close to a target unitary or $\varepsilon_2$-far in the diamond distance is $Θ\bigl(\varepsilon_2/(\varepsilon_2 - \varepsilon_1)^2\bigr).$ In both cases, we provide matching lower bounds that hold even for adaptive, ancilla-assisted protocols with multi-outcome incoherent measurements.

2606.10719 2026-06-10 quant-ph 新提交

Ultra-high Q-factor superconducting tantalum resonators on 300 mm Si wafers

300毫米硅晶圆上超高Q因子超导钽谐振器

R. Acharya, D. Perez Lozano, Ts. Ivanov, S. Massar, C. Vrancken, Y. Canvel, Y. Li, A. M. Vadiraj, J. Van Damme, S. Aghaeimeibodi, A. Khalajhedayati, M. Mongillo, O. Painter, D. Wan, A. Potočnik, K. De Greve

AI总结 采用工业工艺在300毫米高阻硅上制备α-Ta谐振器,通过能量参与比分析识别界面损耗机制,实现中值内Q因子超4000万,衬底损耗正切低于1.0×10⁻⁸。

详情
Comments
main text: 11 pages, 4 figures; extended and supplementary: 12 figures and 4 tables
AI中文摘要

超导谐振器是超导量子信息技术的核心,对玻色子量子比特架构至关重要,其中长寿命存储模式可实现硬件高效的纠错。在可扩展平面电路中实现超高品质因数具有挑战性,因为多个耗散通道会导致总损耗。本文报道了在300毫米超高电阻率(>10 kΩ cm)本征硅上,采用工业工艺制备的平面α-Ta谐振器,实现了中值内Q因子超过4000万,最大值超过6000万。能量参与比分析识别出主要的参与控制的界面损耗机制,并对衬底相关的耗散给出了保守的上限。对于性能最佳的衬底,推断的衬底损耗正切低于1.0×10⁻⁸,使工业MCZ硅成为超导谐振器报道中损耗最低的衬底平台之一。同时,这些极低的损耗与常见的硅衬底指标(如室温电阻率或杂质浓度)没有明显相关性。更广泛地说,这些研究确立了工业300毫米加工、精细的界面工程和300毫米MCZ硅衬底作为具有超高品质因数的谐振器密集型超导量子架构的有前景平台。

英文摘要

Superconducting resonators are central to superconducting quantum information technologies and essential for bosonic qubit architectures, where long-lived storage modes enable hardware-efficient error correction. Achieving ultra-high quality factors in scalable planar circuits is challenging because multiple dissipation channels contribute to the total loss. Here we report planar $α$-Ta resonators fabricated on 300 mm ultra-high-resistivity ($>10$ k$Ω$ cm) intrinsic silicon using industrial processes, achieving median internal Q factors exceeding 40 million and maxima above 60 million. Energy-participation-ratio analysis identifies a dominant participation-controlled interface loss mechanism and places conservative upper bounds on substrate-associated dissipation. For the best-performing substrate, the inferred substrate loss tangent is below $1.0 \times 10^{-8}$, establishing industrial MCZ silicon among the lowest-loss substrate platforms reported for superconducting resonators. At the same time, the exceptionally low losses show no clear correlation with commonly cited silicon substrate metrics such as room-temperature resistivity or impurity concentrations. More broadly, these studies establish industrial 300 mm processing, careful interface engineering, and 300 mm MCZ silicon substrates as a promising platform for resonator-heavy superconducting quantum architectures with ultra-high quality factors.

2606.10700 2026-06-10 quant-ph 新提交

Certification of Network Quantum Sensing

网络量子传感的认证

Matteo Rosati, Gabriele Bizzarri, Marco Barbieri

AI总结 提出一种量子远程传感协议,通过离线双边泡利扭曲将信道强制为贝尔对角形式,在无需额外实验开销下保持计量灵敏度,并严格认证隐私和完整性,实验证明在宽参数范围内用户精度始终超越窃听者。

详情
AI中文摘要

量子传感器在量子网络上的分布是干涉测量、重力测量、计时、生物监测等领域量子技术的关键推动因素。然而,在噪声、不安全的网络上保证这些分布式传感器的安全性仍然是一个艰巨的挑战。先前结合量子计量学和密码学的努力遇到了一个看似不可避免的紧张关系,提出的安全界限与可实现的测量性能关联松散。本文介绍了一种量子远程传感协议,可以严格认证估计的隐私和完整性。通过采用离线双边泡利扭曲,我们的方法迫使有效量子信道变成贝尔对角形式,与攻击无关。令人惊讶的是,这还在不引入额外实验开销的情况下保持了计量灵敏度。该协议仅依赖公共通信和不安全的量子链路,使合法用户能够精确量化其相对于控制信道的窃听者的估计误差。我们通过使用纠缠光子估计光学相位来实验演示该框架,观察到在宽参数范围内用户的精度始终超过窃听者的能力。通过统一量子密码学和计量学,我们的结果为在实际量子网络中同时实现量子极限精度和严格信息安全提供了实用途径。

英文摘要

The distribution of quantum sensors on quantum networks is a key enabler of quantum technologies in interferometry, gravimetry, timekeeping, biological monitoring, and beyond. Yet, guaranteeing the security of these distributed sensors over noisy, insecure networks remains a formidable challenge. Previous efforts to combine quantum metrology and cryptography have encountered an apparently unavoidable tension, proposing bounds for security which are only loosely tied to the achievable measurement performance. Here we introduce a quantum remote sensing protocol that can rigorously certify privacy and integrity of the estimation. By employing offline bilateral Pauli-twirling, our approach forces the effective quantum channel into a Bell-diagonal form, independently of the attack. Surprisingly, this also preserves metrological sensitivity without introducing additional experimental overhead. Relying solely on public communication alongside an insecure quantum link, the protocol enables legitimate users to exactly quantify their estimation error relative to an eavesdropper controlling the channels. We experimentally demonstrate this framework by estimating an optical phase using entangled photons, observing that the users' precision consistently surpasses the eavesdropper's capabilities across a broad parameter regime. By unifying quantum cryptography and metrology, our results provide a practical pathway to achieve simultaneous quantum-limited precision and rigorous information security in real-world quantum networks.

2606.10555 2026-06-10 quant-ph 新提交

Non-Hermitian scattering in SSH superconducting waveguides: exact Green-function reduction and dimerization-sensitive microwave functionalities

SSH超导波导中的非厄米散射:精确格林函数约化与二聚化敏感的微波功能

Jie Zhou, Xiao-Xue Zhang, Xi-Zheng Zhang

AI总结 通过精确格林函数约化,将SSH波导环境整合为自能,统一处理非厄米散射、奇异点、相干完美吸收和激射阈值,并分析两种超导器件中的二聚化敏感微波功能。

详情
Comments
20 pages, 10 figures
AI中文摘要

我们为嵌入SSH波导中的有限超导电路子系统的非厄米单微波光子散射制定了精确的格林函数理论。结构化的SSH环境被精确地积分掉,并以能量依赖的矩阵自能形式进入局部散射问题,将整个开放系统约化为有限维的有效非厄米哈密顿量。这种约化将散射振幅、奇异点诊断、相干完美吸收条件和激射阈值统一在一个框架内。在该方法中,我们分析了两种超导器件。一个磁通控制的双量子比特干涉散射体展示了一个宽的亮分支和一个窄的准暗分支,其干涉被SSH环境重塑,并在两种二聚化中发生定性变化。一个中介辅助的双量子比特散射体产生额外的能量依赖复耦合,重组缀饰谱,并产生更清晰的二聚化敏感的透明与吸收窗口,以及零点和极点散射分支之间的显著分离。在有源区,近奇异点杂化增强了极点主导的响应,同时加深了与近相干完美吸收相关的奇异值谷。这些结果表明,结构化的拓扑波导不仅可以用于承载散射,还可以用于设计非厄米超导微波功能。

英文摘要

We formulate an exact Green-function theory for non-Hermitian single-microwave-photon scattering by finite superconducting circuit subsystems embedded in an SSH waveguide. The structured SSH environment is integrated out exactly and enters the local scattering problem as an energy-dependent matrix self-energy, reducing the full open system to a finite-dimensional effective non-Hermitian Hamiltonian. This reduction places scattering amplitudes, exceptional-point diagnostics, coherent-perfect-absorption conditions, and lasing thresholds within one unified framework. Within this approach we analyze two superconducting devices. A flux-controlled two-qubit interferometric scatterer exhibits a broad bright branch and a narrow quasi-dark branch whose interference is reshaped by the SSH environment and changes qualitatively across the two dimerizations. A mediator-assisted two-qubit scatterer generates an additional energy-dependent complex coupling, reorganizes the dressed spectrum, and produces clearer dimerization-sensitive transparency-versus-absorption windows together with a pronounced separation between zero-like and pole-like scattering branches. In the active regime, near-exceptional-point hybridization enhances the pole-dominated response while deepening the singular-value valley associated with near-coherent perfect absorption. These results show how structured topological waveguides can be used not only to host scattering, but also to design non-Hermitian superconducting microwave functionalities.

2606.10510 2026-06-10 quant-ph 新提交

Single-photon scattering in a dissipative superconducting-qubit--SSH lattice hybrid

耗散超导量子比特-SSH晶格混合体系中的单光子散射

Xiao-Xue Zhang, Jie Zhou, Xi-Zheng Zhang

AI总结 研究超导量子比特与SSH光子晶格耦合系统中的单光子散射,推导出散射矩阵并揭示相干完美吸收与放大行为,展示二聚化、非厄米自能和规范相位对反射透射谱的调控作用。

详情
Comments
11 pages, 9 figures
AI中文摘要

我们研究了一个Su-Schrieffer-Heeger (SSH)光子晶格与一个具有可调损耗或增益的超导量子比特局部耦合系统中的单光子散射。在单激发子空间中,我们推导了全能量依赖散射矩阵$S(E)$的显式实空间散射公式,并识别了其特征值如何编码相干完美吸收、放大和谱奇异行为。解析结果与时间域波包模拟进行了基准测试,后者以高精度重现了稳态散射概率。我们展示了SSH二聚化、量子比特诱导的非厄米自能和合成规范相位如何以高度选择性的方式重塑反射和透射谱。特别地,改变二聚化可以使系统在透射主导和反射主导区域之间切换,而通量则直接控制干涉和对称性调控的响应。我们还发现反射谱中存在鲁棒的损耗-增益对应关系,并表明线宽展宽主要由非厄米耦合的幅度$|\gamma|$主导。这些结果为超导量子网络中的拓扑散射建立了一个紧凑且与实验相关的框架。

英文摘要

We study single-photon scattering in a Su--Schrieffer--Heeger (SSH) photonic lattice locally coupled to a superconducting qubit with tunable loss or gain. Working in the single-excitation sector, we derive an explicit real-space scattering formulation for the full energy-dependent scattering matrix $S(E)$ and identify how its eigenvalues encode coherent perfect absorption, amplification, and spectral singular behavior. The analytical results are benchmarked against time-domain wave-packet simulations, which reproduce the stationary scattering probabilities with high accuracy. We show that the SSH dimerization, the qubit-induced non-Hermitian self-energy, and the synthetic gauge phase cooperate to reshape the reflection and transmission spectra in a highly selective way. In particular, changing the dimerization can switch the system between transmission-dominated and reflection-dominated regimes, while the flux provides a direct handle on interference and symmetry-controlled response. We also find a robust loss--gain correspondence in the reflection landscape and show that the linewidth broadening is governed predominantly by the magnitude $|γ|$ of the non-Hermitian coupling. These results establish a compact and experimentally relevant framework for topological scattering in superconducting quantum networks.

2606.10452 2026-06-10 quant-ph 新提交

Floquet analysis of coherence in periodically driven diamond NV ensemble systems

周期性驱动金刚石NV系综中相干性的Floquet分析

Cuong M. Nguyen, Uijin Ko, Seong-Joo Lee, Hyeonsu Kim, Hosung Seo, Sangwon Oh

AI总结 通过WAHUHA序列延长NV系综有效退相时间至31微秒,但直流磁灵敏度提升有限;利用有限脉冲Floquet分析揭示相位缠绕和准能带折叠导致光谱重塑并抑制响应斜率。

详情
Comments
30 pages, 9 figures
AI中文摘要

高密度氮空位(NV)系综是固态量子传感的有前景平台,但其性能受偶极相互作用和非均匀退相限制。周期性解耦序列如Waugh-Huber-Haeberlen(WAHUHA)可以延长观测到的频闪衰减时间。然而,更长的有效退相时间是否能提高磁场灵敏度仍不清楚。在这里,我们展示WAHUHA控制将密集NV系综的有效非均匀退相时间从$T_2^\ast$的0.9 ${\mu}$s延长到$T_{2,eff}^\ast$的31 ${\mu}$s,但对直流磁场灵敏度几乎没有改善。利用失谐分辨频闪光谱和有限脉冲Floquet分析,我们表明长寿命信号源于单周期酉的相位缠绕和准能带折叠。这些效应重塑了频闪光谱并抑制了失谐到相位的转换斜率$d\Phi/d\Delta$,该斜率控制直流磁场响应。我们的结果表明,在周期性驱动下,延长的有效退相时间并不一定转化为增强的直流灵敏度,并建立了有限脉冲Floquet分析作为评估自旋系综相干性的实用框架。

英文摘要

High-density nitrogen-vacancy (NV) ensembles are promising platforms for solid-state quantum sensing, but their performance is limited by dipolar interactions and inhomogeneous dephasing. Periodic decoupling sequences such as Waugh-Huber-Haeberlen (WAHUHA) can extend the observed stroboscopic decay time. However, it remains unclear that a longer effective dephasing time yield improved magnetic-field sensitivity. Here, we show that WAHUHA control increases the effective inhomogeneous dephasing time of a dense NV ensemble from $T_2^\ast$ of 0.9 $μ$s to $T_{2,eff}^\ast$ of 31 $μ$s, while producing little improvement in dc magnetic-field sensitivity. Using detuning-resolved stroboscopic spectroscopy and finite-pulse Floquet analysis, we show that the long-lived signal arises from phase wrapping and quasi-energy branch folding of the one-cycle unitary. These effects reshape the stroboscopic spectrum and suppress the detuning-to-phase transduction slope, $dΦ/dΔ$, which governs the dc magnetic-field response. Our results demonstrate that, under periodic driving, an extended effective dephasing time does not necessarily translate into enhanced dc sensitivity and establish finite-pulse Floquet analysis as a practical framework for evaluating coherence in spin ensembles.

2606.10436 2026-06-10 quant-ph 新提交

Analytical performance evaluation of quantum radar architectures: From single-photon to entangled-noise radars

量子雷达架构的分析性能评估:从单光子雷达到纠缠噪声雷达

Hossein Allahverdi, Ali Motazedifard

AI总结 本文全面分析了两类量子雷达(直接探测和纠缠噪声雷达),推导了最大探测距离的解析表达式,并引入参数范围增强因子量化纠缠噪声雷达相对于经典对应物的优势。

详情
Journal ref
AVS Quantum Sci. 1 June 2026; 8 (2): 024404
Comments
This article has been published in AVS Quantum Science. \c{opyright} AIP Publishing. The final published version is available at DOI: https://doi.org/10.1116/5.0316803
AI中文摘要

本文全面分析了两类量子雷达,包括量子直接探测雷达和量子纠缠噪声雷达。首先,受成熟的单光子激光雷达概念的启发,我们研究了单光子雷达的性能,其中采用最先进的单微波光子探测器来提高探测灵敏度并实现更弱信号的探测。通过考虑所有相关的系统、目标和环境参数,我们推导了两类量子雷达最大探测距离的解析表达式,以朗伯W函数表示。我们的公式便于噪声雷达与直接探测雷达的直接比较,并表明量子纠缠噪声雷达可视为具有有效阈值信噪比的增强型直接探测雷达。此外,我们将此框架应用于经典相关噪声雷达,并定义了参数范围增强因子(REF)来量化量子纠缠噪声雷达相对于经典对应物的优越性。我们还引入了近似REF的经验法则。我们考察了各种微波探测技术带来的限制。分析表明,传统天线限制了量子纠缠噪声雷达系统的潜在优势。我们还证明,这些雷达的最佳探测方法是基于量子换能器与单光学光子探测器相结合的微波探测器。我们表明,在当前技术下,实现最大探测距离在几公里量级的量子纠缠噪声雷达是可能的。最后,我们探讨了量子纠缠噪声雷达的潜在应用。

英文摘要

This article presents a comprehensive analysis of two classes of quantum radars, including quantum direct-detection and quantum-entangled noise radars. In the first case, inspired by the well-established concept of single-photon LiDARs, we investigated the performance of single-photon radars, in which state-of-the-art single microwave-photon detectors are employed to enhance the detection sensitivity and enable the detection of weaker signals. We derived analytical expressions for the maximum detection range of both classes of quantum radars in terms of the Lambert W function, by considering all relevant system, target, and environmental parameters. Our formulation facilitates direct comparison of noise radars with direct-detection radars and suggests that a quantum-entangled noise radar can be regarded as an enhanced direct-detection radar with an effective threshold signal-to-noise ratio. Furthermore, we applied this framework to classical-correlated noise radars and defined the parameter range enhancement factor (REF) to quantify the superiority of quantum-entangled noise radars over their classical counterparts. Moreover, we introduced a rule-of-thumb for approximating the REF. We also examined the influence of limitations imposed by various microwave detection technologies. Our analysis shows that the conventional antennas limit the potential benefits of quantum-entangled noise radar systems. We also demonstrated that the optimal detection method for these radars is a microwave detector based on a quantum transducer combined with a single optical-photon detector. We showed that, with the current technology, implementing a quantum-entangled noise radar with the maximum detection range on the order of few kilometers is possible. Finally, we explored the potential applications of quantum-entangled noise radars.

2606.10432 2026-06-10 quant-ph 新提交

Experimental implementation of continuous-variable QAOA on a quad-rail lattice cluster state

连续变量QAOA在四轨晶格簇态上的实验实现

Shota Yokoyama, Atsushi Sakaguchi, Jun-ichi Yoshikawa, Hironari Nagayoshi, Warit Asavanant, Kan Takase, Takuji Hiraoka, Akira Furusawa, Hidehiro Yonezawa

AI总结 在四轨晶格簇态上实验实现了连续变量量子近似优化算法,通过贝叶斯优化调整变分参数,发现深度增加至2时性能提升,但进一步增加收益有限,主要受噪声和经典优化限制。

详情
AI中文摘要

我们在四轨晶格(QRL)簇态上,利用基于测量的连续变量量子计算平台,实验演示了用于多变量问题和多个QAOA深度的连续变量量子近似优化算法(CV-QAOA)。我们提出了一种系统方法,将任意二次代价函数映射到QRL架构上,并在涉及多达100个模式的设置中检验了所得到的构造。利用可编程平台,我们制备了CV-QAOA拟设,并通过贝叶斯优化优化变分参数。然后,我们研究了在二次优化问题上的性能,观察到深度从1增加到2时性能提升,而进一步增加仅带来有限的收益。相比之下,在理想条件下的数值模拟(假设无限次测量和基于梯度的优化)表明,CV-QAOA的性能可以随深度增加而提高,这表明实验观察到的限制主要来自噪声积累和经典优化挑战。这项工作在可编程CV平台上提供了CV-QAOA的实验演示,并为CV系统中变分量子算法的未来发展奠定了基础。

英文摘要

We experimentally demonstrate the continuous-variable quantum approximate optimization algorithm (CV-QAOA) for multi-variable problems and multiple QAOA depths using a measurement-based CV quantum computing platform on a quad-rail lattice (QRL) cluster state. We propose a systematic method to map arbitrary quadratic cost functions onto the QRL architecture and examine the resulting construction in settings involving up to 100 modes. Using the programmable platform, we prepare the CV-QAOA ansatz and optimize the variational parameters via Bayesian optimization. We then investigate the performance on quadratic optimization problems and observe that increasing the depth from 1 to 2 improves performance, whereas further increases yield only limited gains. In contrast, numerical simulations under idealized conditions, assuming an infinite number of measurement shots and gradient-based optimization, indicate that the performance of CV-QAOA can improve with increasing depth, suggesting that the experimentally observed limitations primarily arise from noise accumulation and classical optimization challenges. This work provides an experimental demonstration of CV-QAOA on a programmable CV platform and establishes a foundation for future developments of variational quantum algorithms in CV systems.

2606.10430 2026-06-10 quant-ph 新提交

Efficient Magic State Cultivation for $\sqrt{T}$ Gates

高效 $\sqrt{T}$ 门魔法态培育

I-Chi Chen, Matheus da Silva Fonseca, Andrew Sornborger

AI总结 本文推广了任意Clifford层次魔法态的相位反冲检查,在双色码中培育$\sqrt{T}|+\rangle_L$,并利用晶格手术逃逸到大旋转表面码,通过态矢量模拟验证其性能,讨论了在早期容错量子计算中的应用。

详情
Comments
11+11 pages, 8+7 figures, 4+5 tables.Comments welcome
AI中文摘要

最近,实验和理论量子纠错方法取得了显著突破。特别是,魔法态培育已被证明可以简化魔法态制备,使其在近期设备上可行。然而,近期关于魔法态培育的研究主要集中在$T\left| + \right>_L$的培育上。除了$T\left| + \right>_L$之外,只有少数其他魔法态培育方法被研究。在这里,我们推广了特定码中任意Clifford层次魔法态的相位反冲检查。我们提供了在双色码中培育$\sqrt{T}\left| + \right>_L$的示例,以及使用从色码到大旋转表面码的晶格手术的相应逃逸策略。使用未生长培育的态矢量模拟,我们观察到$S\left| + \right>_L$和$\sqrt{T}\left| + \right>_L$在双色码上的培育性能高度一致。最后,我们讨论了相应的$\sqrt{T}\left| + \right>_L$培育,结合STAR架构和$T$门,在早期容错量子计算中的应用,以及其在完全容错量子计算时代缩短门合成的潜力。

英文摘要

Recently, experimental and theoretical quantum error correction methodology has seen remarkable breakthroughs. In particular, magic state cultivation has been shown to simplify magic-state preparation and make it feasible for near-term devices. However, recent research on magic state cultivation has focused primarily on the cultivation of $T\left| + \right>_L$. Only a few other magic state cultivation methods beyond $T\left| + \right>_L$ have been investigated. Here, we generalize phase kickback checks for magic states at arbitrary Clifford hierarchy levels in specific codes. We provide an example of cultivation of $\sqrt{T}\left| + \right>_L$ in the doubled color code and the corresponding escape strategy using lattice surgery from the color code to large rotated surface codes. Using state vector simulation for un-grown cultivation, we observe a strong consistence between $S\left| + \right>_L$ and $\sqrt{T}\left| + \right>_L$ cultivation's performance on the doubled color code. Finally, we discuss the application of the corresponding $\sqrt{T}\left| + \right>_L$ cultivation, incorporating the STAR architecture and $T$ gates, for early fault-tolerant quantum computing and its potential to shorten gate synthesis in the fully fault-tolerant quantum computing era.

2606.10408 2026-06-10 quant-ph cs.CC cs.CR 新提交

A Modular Approach to Succinct Arguments for QMA

QMA的简洁论证的模块化方法

James Bartusek, Jiahui Liu, Giulio Malavolta

AI总结 本文提出一种模块化框架,基于不经意状态制备和坍缩哈希函数,构建了首个不依赖LWE假设的QMA经典可验证简洁论证系统。

详情
Journal ref
EUROCRYPT 2026
AI中文摘要

简洁论证系统对现代密码学至关重要,能够高效验证计算主张。在经典环境中,Kilian (STOC 92) 证明,任何NP的概率可检验证明都可以仅使用抗碰撞哈希函数转化为NP的简洁论证系统。在量子环境中,近期工作确立了QMA(需要*量子*证明的陈述)的(经典可验证)简洁论证的可行性。然而,已知构造都依赖于学习误差(LWE)这一高度结构化的假设,这与NP所需非结构化假设形成鲜明对比。本文开发了一个新框架,拓宽了QMA简洁论证的密码学基础。我们假设存在 (i) 不经意状态制备(OSP)协议(可由*普通*陷门无爪函数构造),以及 (ii) 坍缩哈希函数(抗碰撞的量子模拟)。特别地,我们获得了首个不依赖LWE困难性的QMA简洁、经典可验证论证系统。我们的构造分两步进行。首先,我们仅基于OSP假设设计了一个*轮数高效*的QMA经典可验证论证系统。其次,我们引入了一个*广义通信压缩编译器*,在假设坍缩哈希函数存在的情况下,将任意$T$轮交互协议转化为通信大小受$T \cdot \poly(\secp)$(其中$\poly$是独立于每条消息原始大小的固定多项式)限制的协议。我们的编译器扩展了Zhang (QCrypt 25) 的基于量子刚性的通信压缩技术,可能具有独立意义。

英文摘要

Succinct argument systems are of central importance to modern crytpography, enabling the efficient verification of computational claims. In the classical setting, Kilian (STOC 92) established that any probabilistically checkable proof for NP can be transformed into a succinct argument system for NP using only collision-resistant hash functions. In the quantum setting, recent works have established the feasibility of (classically-verifiable) succinct arguments for QMA, capturing statements that require *quantum* proofs. However, known constructions all rely on the highly structured assumption of learning with errors (LWE), which stands in stark contrast with the unstructured assumptions that suffice for NP. In this work, we develop a new framework that broadens the cryptographic foundations of succinct arguments for QMA. We assume the existence of (i) an oblivious state preparation (OSP) protocol, which in turn can be constructed from *plain* trapdoor claw-free functions, and (ii) collapsing hash functions, the quantum analogue of collision-resistance. In particular, we obtain the first succinct, classically-verifiable argument system for QMA which does not rely on the hardness of LWE. Our construction proceeds in two steps. First, we design a *round-efficient* classically-verifiable argument system for QMA based only on the assumption of OSP. Second, we introduce a *generalized communication compression compiler*, which, assuming collapsing hash functions, transforms any $T$-round interactive protocol into one in which the communication size is bounded by $T \cdot \poly(\secp)$ for some fixed $\poly$ independent of the original size of each message. Our compiler extends a quantum rigidity-based communication compression technique of Zhang (QCrypt 25), and may be of independent interest.

2606.10387 2026-06-10 quant-ph 新提交

Camera-enabled scalable homodyne detection of multimode quantum light

基于相机的多模量子光可扩展零差探测

Young-Do Yoon, Chan Roh, Geunhee Gwak, Young-Sik Ra

AI总结 利用CCD相机实现60个光学模式的同时散粒噪声极限正交测量,将本振功率需求降低六个数量级,并验证了多模压缩与纠缠。

详情
AI中文摘要

可扩展性是推动量子计算、通信和计量等量子技术发展的关键挑战。光子学系统通过实现大规模纠缠态的可控生成,为可扩展性提供了有前景的途径。零差探测是利用这种纠缠态的重要量子测量手段,可实现量子增强测量、确定性量子隐形传态、GKP态繁殖和量子纠错。尽管近年来在大规模量子态生成方面取得了进展,但实现大规模量子测量仍是一个主要挑战。本文通过利用电荷耦合器件(CCD)相机的大量像素,实现了可扩展且高效的零差探测。我们的方法能够同时进行60个光学模式的散粒噪声极限正交测量,同时每个模式仅需纳瓦量级的本振功率——相比传统方法降低了六个数量级。该系统在所有模式上实现了超过24 dB的清晰度,且串扰可忽略。我们通过直接观测60个光学模式中的压缩和纠缠,证明了其与大规模量子态的兼容性。此外,我们还展示了其在验证多方纠缠和条件制备多模态中的应用。这项工作为量子测量提供了一种可扩展的方法,为大规模量子信息处理铺平了道路。

英文摘要

Scalability is a key challenge in advancing quantum technologies such as quantum computing, communication, and metrology. Photonic systems offer a promising route to scalability by enabling the deterministic generation of large-scale entangled states. Homodyne detection is an essential quantum measurement to exploit such entangled states, enabling quantum-enhanced measurement, deterministic quantum teleportation, GKP-state breeding, and quantum error correction. Despite the recent progress in generating large-scale quantum states, realizing quantum measurement at scale remains a major challenge. Here we realize scalable and efficient homodyne detection by leveraging a large number of pixels in a charge-coupled-device (CCD) camera. Our approach enables shot-noise-limited quadrature measurements of 60 optical modes simultaneously, while requiring only nanowatt-level local oscillator power per mode -- a six-order-of-magnitude reduction compared to conventional methods. The system achieves clearance exceeding 24 dB for all modes with negligible crosstalk. We demonstrate its compatibility with a large-scale quantum state by directly observing squeezing and entanglement in 60 optical modes. Furthermore, we showcase applications in verifying multipartite entanglement and in the conditional preparation of multimode states. This work provides a scalable method for quantum measurement, paving the way for large-scale quantum information processing.

2606.10379 2026-06-10 quant-ph 新提交

Nonreciprocal photon bundle emission

非互易光子束发射

Baijun Li, Jing-Xue Liu, Tian-Xiang Lu, Le-Man Kuang, Chaohong Lee, Hui Jing

AI总结 研究耦合谐振腔与二能级原子系统中的单向光子束发射,利用定向量子压缩实现非互易双光子束发射,为手性量子发射和抗背向散射光通信提供新方法。

详情
Journal ref
Laser & Photonics Reviews, (2026) 0: e71360
Comments
8 pages, 3 figures
AI中文摘要

量子压缩作为量子光学和光子学的基石,在实现超精密传感和非互易工程中发挥了关键作用。然而,利用定向量子压缩的非互易多量子发射在很大程度上尚未被探索。本文研究了一个由两个耦合光学谐振腔和一个二能级原子组成的复合系统中的单向光子-光子束发射。发现定向量子压缩引起两个谐振腔之间的非对称频率失谐和光子跳跃相互作用,导致双光子超拉比振荡的定向激发。特别是,通过利用系统的固有耗散,可以选择性地诱导两种类型的双光子束发射,用于从某一方向输入的探测场,而从另一方向输入的探测场则被禁止。这一发现通过全光学方法桥接了从非互易物理到量子压缩光学和多量子发射控制等广泛领域,可在手性量子发射器和抗背向散射光子通信中实现潜在应用。

英文摘要

Quantum squeezing, a cornerstone of quantum optics and photonics, has played a key role in achieving ultra-precision sensing and realizing nonreciprocal engineering. However, the nonreciprocal multiquanta emission has remained largely unexplored by using directional quantum squeezing. Here, the one-way photon-photon bundle emission in a compound system consisted of two coupled optical resonators and a two-level atom is investigated. It is found that the directional quantum squeezing induces the asymmetric frequency detuning and photon hopping interaction between the two resonators, leading to the directional excitation of the two-photon super-Rabi oscillation. In particular, by harnessing intrinsic dissipation of the system, two types of two-photon bundle emission can be selectively induced for the probe field input from one direction while it is prohibited with the probe from the other direction. This finding bridges the broad fields ranging from nonreciprocal physics to quantum squeezing optics and multiquanta emission control through an all-optical approach, which can enable potential applications in chiral quantum emitters and backscattering-immune photonic communications.

2606.10319 2026-06-10 quant-ph 新提交

Nonreciprocal Photon Blockade in an Asymmetric Cavity

非对称腔中的非互易光子阻塞

Shao-Xiong Wu, Jin-Na Fan, Dan Yan, Cheng-Hua Bai, Qiannan Wu, Mengwei Li

AI总结 提出在非对称法布里-珀罗腔中通过量子干涉实现可调谐强非互易光子阻塞,非互易比超过30 dB。

详情
Journal ref
Advanced Quantum Technologies, 2026; 9: e70324
AI中文摘要

我们提出了一种在非对称法布里-珀罗腔中实现可调谐且强非互易光子阻塞的方案。该装置由一个囚禁二能级原子的单模光学腔组成,腔被激光相干驱动,原子被相同频率的辅助控制场泵浦。通过调节控制激光的振幅和相对相位来工程化多个激发路径之间的量子干涉,我们确定了两个最优控制条件,能够实现双光子态的方向性抑制。在最优控制条件下,实现了强非互易光子阻塞,在宽工作带宽上非互易比超过30 dB。所提出的协议仅需要标准相干激光源,并与当前腔QED实验装置兼容,为非互易量子光子学提供了一个实用且可扩展的平台。

英文摘要

We propose a scheme to realize tunable and strong nonreciprocal photon blockade (PB) in an asymmetric Fabry-Pérot cavity. The setup consists of a single-mode optical cavity trapping a two-level atom, with the cavity coherently driven by a laser and the atom pumped by an auxiliary control field of the same frequency. By engineering quantum interference between multiple excitation pathways by adjusting the amplitude and relative phase of the control laser, we identify two distinct optimal control conditions that enable directional suppression of two-photon states. Under optimal control conditions, strong nonreciprocal PB is achieved, with a nonreciprocal ratio exceeding 30 dB over a broad operational bandwidth. The proposed protocol requires only standard coherent laser sources and is compatible with current cavity QED experimental setups, offering a practical and scalable platform for nonreciprocal quantum photonics.

2606.10306 2026-06-10 quant-ph 新提交

Reconfigurable MDI-QKD and BB84 over 20 km optical channels via EOM-tailored weak coherent states

基于EOM定制的弱相干态在20公里光信道上的可重构MDI-QKD和BB84

Jaesung Lim, Yonggi Jo, Nam Hun Park, Zaeill Kim, Yong Sup Ihn

AI总结 通过电光调制和边带滤波生成弱相干态,实现20公里光纤上偏振编码MDI-QKD与BB84的可重构切换,验证了高不可区分性并简化了硬件。

详情
Comments
5 pages, 3 figures
AI中文摘要

测量设备无关量子密钥分发(MDI-QKD)旨在消除探测器侧信道漏洞。然而,其实用部署仍面临实验挑战,因为它需要相互相位随机化的光态之间的双光子干涉(TPI)。在本研究中,我们展示了一个可重构平台,该平台利用相同的光学硬件在20公里光纤信道上支持偏振编码的MDI-QKD和BB84测量。通过电光相位调制和后续的基于标准具的一阶边带滤波,从共享的连续波(CW)激光器生成两个相互相位随机化的弱相干态(WCS)。通过Hong-Ou-Mandel(HOM)干涉验证信道不可区分性,结合时间分辨符合测量和偏振失配扫描,确认了高度不可区分性,稳健地接近WCS的经典上限0.5。传输的状态经过部分贝尔态测量(BSM)以实现MDI-QKD。这里,系统可以通过在模块的一个臂中旋转单个半波片(HWP)22.5度直接重构为BB84。这种无缝重构大大减少了硬件冗余,并增强了动态网络环境中的操作灵活性。这些结果表明,使用共享CW激光器的基于EOM的频率工程为实现可扩展和可重构的量子通信系统提供了一条高度实用的途径。

英文摘要

Measurement-device-independent quantum key distribution (MDI-QKD) is designed to eliminate detector side-channel vulnerabilities. However, its practical deployment remains experimentally demanding because it requires two-photon interference (TPI) between mutually phase-randomized optical states. In this study, we demonstrate a reconfigurable platform that supports both polarization encoded MDI-QKD and BB84 measurements utilizing the same optical hardware over 20 km optical fiber channels. Two mutually phase-randomized weak coherent states (WCSs) are generated from a shared continuous-wave (CW) laser via electro-optic phase modulation and subsequent etalon-based first-order sideband filtering. Channel indistinguishability is verified through Hong-Ou-Mandel (HOM) interference, combining time-resolved coincidence measurements and polarization mismatch scans, confirming a high degree of indistinguishability that robustly approaches the classical upper limit of 0.5 for WCSs. The transmitted states go through partial Bell-state measurement (BSM) to implement MDI-QKD. Here, the sytem can be directly reconfigured for BB84 simply by rotatinga single half-wave plate (HWP) by 22.5 degree in one arm of the module. This seamless reconfiguration drastically reduces hardware redundancy and enhances operational flexibility in dynamic network environments. These results indicate that EOM-based frequency engineering using a shared CW laser offers a highly practical route toward scalable and reconfigurable quantum communication systems.

2606.10230 2026-06-10 quant-ph 新提交

Variational Approach for Uniform Quantum Permutation Generators

均匀量子排列生成器的变分方法

Farzam Nosrati, Nicolás Borrajo, Antonio Fernández Anta, Vincenzo Mancuso

AI总结 提出变分量子电路框架,在连通性约束下实现均匀排列生成,使用受控-SWAP 构造在线性最近邻拓扑上达到线性深度 O(n),并证明量子 Beneš 架构本质非均匀。

详情
AI中文摘要

均匀排列生成是经典和量子计算中的基本任务,应用涵盖密码学、量子优化和量子纠错。现有的精确量子构造通常需要全连接量子比特和二次电路深度。我们开发了一个变分量子电路框架,用于在连通性约束下实现均匀排列生成,其中电路架构由底层交互图决定,变分参数被优化以强制执行目标排列统计。特别地,我们提出了基于受控-SWAP 的显式酉构造,在线性最近邻拓扑上实现了精确均匀性,电路规模为二次,深度为线性 O(n)。因此,我们的方法消除了全连接的需求,同时将先前精确构造的深度提高了若干倍。我们进一步证明,量子 Beneš 类架构本质上是非均匀的。尽管它具有对数深度并能实现任意排列,但无法通过任何变分参数选择生成排列上的均匀分布。这些结果阐明了电路拓扑在精确排列生成中的作用,并将变分量子电路识别为硬件约束下均匀采样的自然框架。更广泛地说,这项工作表明,精确均匀排列生成是一个比单纯排列可实现性更严格的要求,并为两者之间的形式化复杂性分离奠定了基础。

英文摘要

Uniform permutation generation is a fundamental task in both classical and quantum computation, with applications ranging from cryptography to quantum optimization and quantum error correction. Existing exact quantum constructions typically require all-to-all qubit connectivity and quadratic circuit depth. We develop a variational quantum circuit framework for uniform permutation generation under connectivity constraints, in which the circuit architecture is determined by the underlying interaction graph and the variational parameters are optimized to enforce the target permutation statistics. In particular, we present explicit controlled-SWAP-based unitary constructions that achieve exact uniformity with quadratic circuit size and linear depth \(O(n)\) on linear nearest-neighbor topologies. Our approach, therefore, removes the need for all-to-all connectivity while improving the depth of previous exact constructions by a factor. We further prove that a quantum Beneš-like architecture is intrinsically non-uniform. Despite its logarithmic depth and ability to realize any permutation it cannot generate a uniform distribution over permutations for any choice of variational parameters. These results clarify the role of circuit topology in exact permutation generation and identify variational quantum circuits as a natural framework for hardware-constrained uniform sampling. More broadly, this work suggests that exact uniform permutation generation is a strictly stronger requirement than mere permutation realizability, and lays the groundwork for a formal complexity separation between the two.

2606.10179 2026-06-10 quant-ph cs.LG 新提交

Trainability of IQP Quantum Circuit Born Machines Under Gaussian Initialization

高斯初始化下IQP量子电路玻恩机的可训练性

Gennaro De Luca

AI总结 研究高斯初始化下IQP量子电路玻恩机的可训练性,利用Stein引理和Lipschitz集中界推导梯度方差下界和偏离概率界,讨论避免或促进指数集中的策略及贫瘠高原条件。

详情
Comments
23 pages
AI中文摘要

量子电路玻恩机(QCBMs)通过利用玻恩规则为生成式机器学习提供了一种自然方法。最近的工作提供了一种通过最大均值差异(MMD)损失来经典训练具有瞬时量子多项式(IQP)电路的QCBMs的方法。尽管从IQP电路经典采样被认为是棘手的,但它们的期望值可以经典计算,从而能够训练这些IQP QCBMs。然而,量子机器学习(QML)模型还面临其他各种挑战,包括由指数集中或贫瘠高原引起的可训练性问题。虽然这些问题已经针对从均匀分布采样的参数进行了探索,但很少有工作严格处理任意高斯初始化方案的使用。本文利用Stein引理和高斯随机变量的Lipschitz集中界,提供了梯度方差的解析下界以及梯度偏离其均值的概率集中界。它讨论了避免或促进指数集中的策略,以及贫瘠高原更可能发生的条件。

英文摘要

Quantum Circuit Born Machines (QCBMs) offer a natural approach to generative machine learning by leveraging the Born rule. Recent work has provided a method to classically train QCBMs with Instantaneous Quantum Polynomial (IQP) circuits via the Maximum Mean Discrepancy (MMD) loss. Despite the assumed intractability of sampling from IQP circuits classically, their expectation values can be computed classically, enabling training of these IQP QCBMs. However, quantum machine learning (QML) models have various other challenges, including trainability issues caused by exponential concentration or barren plateaus. While these issues have been explored for parameters sampled from a uniform distribution, little work has been done to rigorously treat the use of arbitrary Gaussian initialization schemes. This work leverages Stein's lemma and Lipschitz concentration bounds for Gaussian random variables to provide an analytical lower bound of the variance of the gradient and a probabilistic concentration bound of the deviation of the gradient from its mean. It discusses strategies to either avoid or encourage exponential concentration, as well as the conditions under which barren plateaus are more likely to occur.

2606.10114 2026-06-10 quant-ph 新提交

A Cryogenic Hybrid Photonic/CMOS Controller Architecture for Scalable Superconducting Qubit Control

用于可扩展超导量子比特控制的低温混合光子/CMOS控制器架构

Bowen Liu, Zhaoran Rena Huang

AI总结 提出一种4K混合光子/CMOS控制架构,通过光纤分发共享脉冲模板,结合低温CMOS电路实现本地编程,降低功耗并支持单/双量子门生成,为可扩展超导量子比特控制提供可行方案。

详情
Comments
14 pages, 8 figures. Submitted to IEEE Transactions on Quantum Engineering and under review
AI中文摘要

将超导量子计算机扩展到数千个量子比特仍然是一个困难的控制硬件问题。它需要硬件减少室温到低温的布线和低温功耗,同时保留用于微波脉冲生成的冰箱内可编程性。本工作开发了一种4K混合光子/CMOS控制架构,其中光纤分发共享的成形脉冲模板,而本地低温CMOS(Cryo-CMOS)电路提供传输控制、幅度编程、采样保持包络成形、本振音调和相位选择以及微波上变频,使得在同一控制路径内能够生成单量子比特和双量子比特门。与完全低温CMOS控制器相比,该架构通过将高速采样射频/中频波形合成和波形存储器访问移出每个低温通道,降低了每通道的有源功耗。与纯光子链路量子比特控制方法相比,它增加了本地4K可编程性,用于脉冲选择、幅度缩放、时序更新和本振相位控制,同时保持与室温实时反馈和量子纠错(QEC)工作流的兼容性。我们提出了4K功耗、波形存储器缩放和控制器引起的保真度限制的架构级一阶模型,并使用三能级transmon仿真交叉检查了主要的保真度项。分析表明,共享光脉冲模板分发与本地4K包络编程是实现可扩展超导量子比特控制的可行路径。

英文摘要

Scaling superconducting quantum computers toward thousands of qubits remains a difficult control hardware problem. It requires hardware that reduces room-temperature to cryogenic wiring and cryogenic power while preserving in-fridge programmability for microwave pulse generation. This work develops a 4 K hybrid photonic/CMOS control architecture in which optical fibers distribute shared shaped pulse templates, while local cryogenic CMOS (Cryo-CMOS) circuits provide transmission control, amplitude programming, sample-and-hold envelope shaping, LO-tone and phase selection, and microwave upconversion, enabling both single-qubit and two-qubit gate generation within the same control path. Compared with fully Cryo-CMOS controllers, this architecture reduces per-channel active dissipation by moving high-speed sampled RF/IF waveform synthesis and waveform-memory access out of each cryogenic channel. Compared with purely photonic-link qubit-control approaches, it adds local 4 K programmability for pulse selection, amplitude scaling, timing updates, and LO-phase control, while remaining compatible with room-temperature real-time feedback and quantum error correction (QEC) workflows. We present architecture-level first-order models for 4 K power dissipation, waveform-memory scaling, and controller-induced fidelity limits, and cross-check the dominant fidelity terms using a three-level transmon simulation. The analysis shows that shared optical pulse template distribution with local 4 K envelope programming is a feasible path toward scalable superconducting qubit control.