QUANT-PHLGApr 14, 2024

Qandle: Accelerating State Vector Simulation Using Gate-Matrix Caching and Circuit Splitting

arXiv:2404.09213v15 citationsh-index: 10Has CodeICAART
Originality Incremental advance
AI Analysis

This work addresses efficiency challenges in quantum circuit simulation for researchers and developers, though it appears incremental as it builds on existing techniques.

The paper tackles the computational complexity of state-vector simulation for quantum circuits by proposing gate-matrix caching and circuit splitting, resulting in an implementation named Qandle that demonstrates performance improvements compared to other PyTorch-compatible simulators.

To address the computational complexity associated with state-vector simulation for quantum circuits, we propose a combination of advanced techniques to accelerate circuit execution. Quantum gate matrix caching reduces the overhead of repeated applications of the Kronecker product when applying a gate matrix to the state vector by storing decomposed partial matrices for each gate. Circuit splitting divides the circuit into sub-circuits with fewer gates by constructing a dependency graph, enabling parallel or sequential execution on disjoint subsets of the state vector. These techniques are implemented using the PyTorch machine learning framework. We demonstrate the performance of our approach by comparing it to other PyTorch-compatible quantum state-vector simulators. Our implementation, named Qandle, is designed to seamlessly integrate with existing machine learning workflows, providing a user-friendly API and compatibility with the OpenQASM format. Qandle is an open-source project hosted on GitHub https://github.com/gstenzel/qandle and PyPI https://pypi.org/project/qandle/ .

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes