菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-03
📄 Abstract - QFlowNet: Fast, Diverse, and Efficient Unitary Synthesis with Generative Flow Networks

Unitary Synthesis, the decomposition of a unitary matrix into a sequence of quantum gates, is a fundamental challenge in quantum compilation. Prevailing reinforcement learning(RL) approaches are often hampered by sparse reward signals, which necessitate complex reward shaping or long training times, and typically converge to a single policy, lacking solution diversity. In this work, we propose QFlowNet, a novel framework that learns efficiently from sparse signals by pairing a Generative Flow Network (GFlowNet) with Transformers. Our approach addresses two key challenges. First, the GFlowNet framework is fundamentally designed to learn a diverse policy that samples solutions proportional to their reward, overcoming the single-solution limitation of RL while offering faster inference than other generative models like diffusion. Second, the Transformers act as a powerful encoder, capturing the non-local structure of unitary matrices and compressing a high-dimensional state into a dense latent representation for the policy network. Our agent achieves an overall success rate of 99.7% on a 3-qubit benchmark(lengths 1-12) and discovers a diverse set of compact circuits, establishing QFlowNet as an efficient and diverse paradigm for unitary synthesis.

顶级标签: machine learning systems model training
详细标签: generative flow networks quantum compilation unitary synthesis transformers reinforcement learning 或 搜索:

QFlowNet:基于生成流网络的快速、多样且高效的酉矩阵合成 / QFlowNet: Fast, Diverse, and Efficient Unitary Synthesis with Generative Flow Networks


1️⃣ 一句话总结

这篇论文提出了一个名为QFlowNet的新框架,它结合了生成流网络和Transformer模型,能够快速、高效地为量子计算机生成多种多样的高质量量子门电路,解决了传统强化学习方法训练慢、结果单一的问题。

源自 arXiv: 2603.03045