中文
相关论文

相关论文: A note on the depth of optimal fanout-bounded pref…

200 篇论文

We show that the rank of a depth-3 circuit (over any field) that is simple, minimal and zero is at most k^3\log d. The previous best rank bound known was 2^{O(k^2)}(\log d)^{k-2} by Dvir and Shpilka (STOC 2005). This almost resolves the…

计算复杂性 · 计算机科学 2008-11-20 Nitin Saxena , C. Seshadhri

We demonstrate that the unbounded fan-out gate is very powerful. Constant-depth polynomial-size quantum circuits with bounded fan-in and unbounded fan-out over a fixed basis (denoted by QNCf^0) can approximate with polynomially small error…

量子物理 · 物理学 2017-01-10 Peter Hoyer , Robert Spalek

We study the following computational problem: for which values of $k$, the majority of $n$ bits $\text{MAJ}_n$ can be computed with a depth two formula whose each gate computes a majority function of at most $k$ bits? The corresponding…

计算复杂性 · 计算机科学 2016-10-11 Alexander S. Kulikov , Vladimir V. Podolskii

We prove several new lower bounds for constant depth quantum circuits. The main result is that parity (and hence fanout) requires log depth circuits, when the circuits are composed of single qubit and arbitrary size Toffoli gates, and when…

量子物理 · 物理学 2007-05-23 Maosen Fang , Stephen Fenner , Frederic Green , Steven Homer , Yong Zhang

We show that over the field of complex numbers, \emph{every} homogeneous polynomial of degree $d$ can be approximated (in the border complexity sense) by a depth-$3$ arithmetic circuit of top fan-in at most $d+1$. This is quite surprising…

计算复杂性 · 计算机科学 2018-04-11 Mrinal Kumar

We examine the fundamental problem of constructing depth-optimum circuits for binary addition. More precisely, as in literature, we consider the following problem: Given auxiliary inputs $t_0, \dotsc, t_{m-1}$, so-called generate and…

离散数学 · 计算机科学 2020-12-11 Ulrich Brenner , Anna Hermann , Jannik Silvanus

We give new bounds on the circuit complexity of the quantum Fourier transform (QFT). We give an upper bound of O(log n + log log (1/epsilon)) on the circuit depth for computing an approximation of the QFT with respect to the modulus 2^n…

量子物理 · 物理学 2007-05-23 Richard Cleve , John Watrous

We show that Inner Product in $2n$ variables, $\mathbf{IP}_n(x, y) = x_1y_1 \oplus \ldots \oplus x_ny_n$, can be computed by depth-3 bottom fan-in 2 circuits of size $\mathsf{poly}(n)\cdot (9/5)^n$, matching the lower bound of G\"o\"os,…

计算复杂性 · 计算机科学 2026-02-13 Mohit Gurumukhani , Daniel Kleber , Ramamohan Paturi , Christopher Rosin , Navid Talebanfard

The best known size lower bounds against unrestricted circuits have remained around $3n$ for several decades. Moreover, the only known technique for proving lower bounds in this model, gate elimination, is inherently limited to proving…

计算复杂性 · 计算机科学 2020-12-09 Alexander Golovnev , Alexander S. Kulikov , R. Ryan Williams

We prove that the directed graph reachability problem (transitive closure) can be solved by monotone fan-in 2 boolean circuits of depth (1/2+o(1))(log n)^2, where n is the number of nodes. This improves the previous known upper bound…

计算复杂性 · 计算机科学 2008-09-23 Sergey Volkov

Let $S_d(n)$ denote the minimum number of wires of a depth-$d$ (unbounded fan-in) circuit encoding an error-correcting code $C:\{0, 1\}^n \to \{0, 1\}^{32n}$ with distance at least $4n$. G\'{a}l, Hansen, Kouck\'{y}, Pudl\'{a}k, and Viola…

计算复杂性 · 计算机科学 2024-02-02 Andrew Drucker , Yuan Li

This paper gives the first separation between the power of {\em formulas} and {\em circuits} of equal depth in the $\mathrm{AC}^0[\oplus]$ basis (unbounded fan-in AND, OR, NOT and MOD$_2$ gates). We show, for all $d(n) \le O(\frac{\log…

计算复杂性 · 计算机科学 2017-02-14 Benjamin Rossman , Srikanth Srinivasan

Gurumuhkani et al. (CCC'24) introduced the local enumeration problem $Enum(k, t)$ as follows: for a natural number $k$ and a parameter $t$, given an $n$-variate $k$-CNF with no satisfying assignment with Hamming weight less than $t(n)$,…

计算复杂性 · 计算机科学 2026-02-05 Mohit Gurumukhani , Daniel Kleber , Ramamohan Paturi , Christopher Rosin , Michael Saks , Navid Talebanfard

We give the first super-polynomial separation in the power of bounded-depth boolean formulas vs. circuits. Specifically, we consider the problem Distance $k(n)$ Connectivity, which asks whether two specified nodes in a graph of size $n$ are…

计算复杂性 · 计算机科学 2013-12-03 Benjamin Rossman

We seek to develop better upper bound guarantees on the depth of quantum CZ gate, CNOT gate, and Clifford circuits than those reported previously. We focus on the number of qubits $n\,{\leq}\,$1,345,000 [1], which represents the most…

量子物理 · 物理学 2022-08-26 Dmitri Maslov , Ben Zindorf

We show that the depth of quantum circuits in the realistic architecture where a classical controller determines which local interactions to apply on the kD grid Z^k where k >= 2 is the same (up to a constant factor) as in the standard…

量子物理 · 物理学 2013-05-09 David Rosenbaum

We prove that every fan-in $2$ noncommutative arithmetic circuit computing the palindrome polynomial has size $\Omega(nd)$. In particular, when $d=n$ we obtain an $\Omega(n^2)$ lower bound. The proof builds on and refines a previous work of…

计算复杂性 · 计算机科学 2026-05-20 Pratik Shastri

In this paper, we show exponential lower bounds for the class of homogeneous depth-$5$ circuits over all small finite fields. More formally, we show that there is an explicit family $\{P_d : d \in \mathbb{N}\}$ of polynomials in…

计算复杂性 · 计算机科学 2015-07-02 Mrinal Kumar , Ramprasad Saptharishi

Koiran showed that if a $n$-variate polynomial of degree $d$ (with $d=n^{O(1)}$) is computed by a circuit of size $s$, then it is also computed by a homogeneous circuit of depth four and of size $2^{O(\sqrt{d}\log(d)\log(s))}$. Using this…

计算复杂性 · 计算机科学 2014-05-19 Sébastien Tavenas

We first show how to construct an O(n)-depth O(n)-size quantum circuit for addition of two n-bit binary numbers with no ancillary qubits. The exact size is 7n-6, which is smaller than that of any other quantum circuit ever constructed for…

量子物理 · 物理学 2011-06-17 Yasuhiro Takahashi , Seiichiro Tani , Noboru Kunihiro
‹ 上一页 1 2 3 10 下一页 ›