Binary Tree Block Encoding of Classical Matrix
Zexian Li, Xiao-Ming Zhang, Chunlin Yang, Guofeng Zhang
TL;DR
This work addresses efficient block-encoding of classical matrices into quantum circuits under qubit-limited regimes. It introduces Binary Tree Block-encoding (BITBLE), built on two multiplexor decoupling schemes—permutative and recursive demultiplexors—to achieve $O(n2^{2n})$ parameter-time with $\Theta(2^{2n})$ memory for $2^n\times2^n$ matrices, using several ancilla qubits only. The paper details state-preparation via multiplexors, two normalization options ($\|A\|_F$ and $\mu_p(A^T)$), and the unitary constructions that realize $(\|A\|_F,n)$-block-encodings or $(\mu_p(A^T),n+2)$-block-encodings, supported by theoretical complexity results and extensive numerical benchmarks. Across random matrices, images, and discretized Laplacians, BITBLE consistently improves the time of classical synthesis and the size metric compared with FABLE and Qiskit, highlighting practical gains for high-dimensional, structured data in quantum algorithms. The approach paves the way for scalable, low-depth block-encodings suitable for near-term fault-tolerant settings and invites further parallelization and optimization studies.
Abstract
Block-encoding is a critical subroutine in quantum computing, enabling the transformation of classical data into a matrix representation within a quantum circuit. The resource trade-offs in simulating a block-encoding can be quantified by the circuit size, the normalization factor, and the time and space complexity of parameter computation. Previous studies have primarily focused either on the time and memory complexity of computing the parameters, or on the circuit size and normalization factor in isolation, often neglecting the balance between these trade-offs. In early fault-tolerant quantum computers, the number of qubits is limited. For a classical matrix of size $2^{n}\times 2^{n}$, our approach not only improves the time of decoupling unitary for block-encoding with time complexity $\mathcal{O}(n2^{2n})$ and memory complexity $Θ(2^{2n})$ using only a few ancilla qubits, but also demonstrates superior resource trade-offs. Our proposed block-encoding protocol is named Binary Tree Block-encoding (\texttt{BITBLE}). Under the benchmark, \textit{size metric}, defined by the product of the number of gates and the normalization factor, numerical experiments demonstrate the improvement of both resource trade-off and classical computing time efficiency of the \texttt{BITBLE} protocol. The algorithms are all open-source.
