论文73°

QuantumEvo:基于BDD的量子电路合成算法

LLM-Driven Algorithm Design for Quantum Circuit Synthesis based on Binary Decision Diagrams

精选理由

清华团队用LLM优化量子电路设计,新算法在13.5%案例上超越现有方法,量子计算领域新突破。

研究人员提出QuantumEvo框架,使用大语言模型作为启发式生成器,优化量子电路成本(BDD变量排序)。该框架在基准测试中达到70.9%的持平或胜率,在13.5%的函数上严格优于最佳基线。HGA-QE启发式修改了遗传算法中的筛选步骤,与量子电路成本更一致。

原文 · arXiv cs.AI

LLM-Driven Algorithm Design for Quantum Circuit Synthesis based on Binary Decision Diagrams

Quantum circuits are central to implementing quantum algorithms on quantum devices, where quantum gates must be reversible. Many quantum algorithms rely on Boolean functions, which must therefore be implemented reversibly within quantum circuits. Reversible circuit synthesis provides a way to translate such Boolean functions into reversible circuits. Binary decision diagrams (BDDs) offer a scalable approach to this task, but the resulting BDDs and circuits depend heavily on variable ordering. Existing ordering heuristics commonly minimize BDD size because it is closely tied to the circuit size. However, BDD size is an imperfect proxy for the quantum cost of the synthesized circuit (QCC). We propose \texttt{QuantumEvo}, an evolutionary framework that uses an LLM as a heuristic generator for QCC-aware BDD variable ordering. Instead of predicting orderings directly, \texttt{QuantumEvo} searches over ordering heuristics initialized from multiple heuristic families. Candidate heuristics directly manipulate variable orderings using standard BDD operations and are selected by downstream QCC. The discovered heuristic, HGA-QE, modifies the sifting step inside a genetic algorithm so that the procedure is better aligned with QCC. Across the benchmark set, HGA-QE achieves a 70.9\% tie-or-win rate against the per-function best baseline and is strictly best on 13.5\% of the functions. The results demonstrate broadly competitive QCC performance, with HGA-QE showing a clearer relative advantage in strict wins on the two benchmark suites drawn from sources different from the data used for heuristic discovery.