paper-with-me

Papers

SAT-based Circuit Local Improvement

2021-02-19 · Alexander S. Kulikov, Danila Pechenev, Nikita Slezkin

Finding exact circuit size is a notorious optimization problem in practice. Whereas modern computers and algorithmic techniques allow to find a circuit of size seven in blink of an eye, it may take more than a week to search for a circuit of size thirteen. One of the reasons of this behavior is that the search space is enormous: the number of circuits of size $s$ is $s^{\Theta(s)}$, the number of Boolean functions on $n$ variables is $2^{2^n}$. In this paper, we explore the following natural heuristic idea for decreasing the size of a given circuit: go through all its subcircuits of moderate size and check whether any of them can be improved by reducing to SAT. This may be viewed as a local search approach: we search for a smaller circuit in a ball around a given circuit. Through this approach, we prove new upper bounds on the circuit size of various symmetric functions. We also demonstrate that some upper bounds that were proved by hand decades ago, nowadays can be found automatically in a few seconds.

📄 PDF Abstract BibTeX arXiv:2102.12579

Code (1)

alexanderskulikov/circuit_improvement 공식 구현

Similar Papers 제목 키워드 기반

Quarl: A Learning-Based Quantum Circuit Optimizer

2023-07-17 · Zikun Li, Jinjun Peng, Yixuan Mei, Sina Lin 외

Optimizing quantum circuits is challenging due to the very large search space of functionally equivalent circuits and the necessity of applying transformations that temporarily decrease performance to achieve a final per…

Reinforcement Learning (RL)

SymCircuit: Bayesian Structure Inference for Tractable Probabilistic Circuits via Entropy-Regularized Reinforcement Learning

2026-03-20 · Y. Sungtaek Ju arxiv

Probabilistic circuit (PC) structure learning is hampered by greedy algorithms that make irreversible, locally optimal decisions. We propose SymCircuit, which replaces greedy search with a learned generative policy train…

Reinforcement Learning

Quantum Circuit Pre-Synthesis: Learning Local Edits to Reduce $T$-count

2026-01-27 · Daniele Lizzio Bosco, Lukasz Cincio, Giuseppe Serra, M. Cerezo arxiv

Compiling quantum circuits into Clifford+$T$ gates is a central task for fault-tolerant quantum computing using stabilizer codes. In the near term, $T$ gates will dominate the cost of fault tolerant implementations, and …

FuncGNN: Learning Functional Semantics of Logic Circuits with Graph Neural Networks

2025-06-07 · Qiyun Zhao

As integrated circuit scale grows and design complexity rises, effective circuit representation helps support logic synthesis, formal verification, and other automated processes in electronic design automation. And-Inver…

GPU

Probabilistic Design of Parametrized Quantum Circuits through Local Gate Modifications

2026-02-12 · Grier M. Jones, Aviraj Newatia, Alexander Lao, Aditya K. Rao 외 arxiv

Within quantum machine learning, parametrized quantum circuits provide flexible quantum models, but their performance is often highly task-dependent, making manual circuit design challenging. Alternatively, quantum archi…

Quantum Machine Learning