paper-with-me

Papers

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

2024-04-14 · Gerhard Stenzel, Sebastian Zielinski, Michael Kölle, Philipp Altmann, Jonas Nüßlein, Thomas Gabor

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/ .

📄 PDF Abstract BibTeX arXiv:2404.09213

Code (1)

gstenzel/qandle 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Accelerating Reinforcement Learning Training Using Simulation Surrogate Models

2026-05-26 · Mohammadmahdi Ghasemloo, David J. Eckman, Yaxian Li arxiv

High-fidelity simulation models are widely used to analyze complex stochastic systems, but their high computational cost motivates the development of cheaper surrogate models that approximate the simulation model's input…

Reinforcement Learning

REMuS-GNN: A Rotation-Equivariant Model for Simulating Continuum Dynamics

2022-05-05 · Mario Lino, Stati Fotiadis, Anil A. Bharath, Chris Cantwell

Numerical simulation is an essential tool in many areas of science and engineering, but its performance often limits application in practice or when used to explore large parameter spaces. On the other hand, surrogate de…

Inductive Bias

Improved vectorization of OpenCV algorithms for RISC-V CPUs

2023-09-19 · V. D. Volokitin, E. P. Vasiliev, E. A. Kozinov, V. D. Kustikova 외

The development of an open and free RISC-V architecture is of great interest for a wide range of areas, including high-performance computing and numerical simulation in mathematics, physics, chemistry and other problem d…

Accelerating hypersonic reentry simulations using deep learning-based hybridization (with guarantees)

2022-09-27 · Paul Novello, Gaël Poëtte, David Lugato, Simon Peluchon 외

In this paper, we are interested in the acceleration of numerical simulations. We focus on a hypersonic planetary reentry problem whose simulation involves coupling fluid dynamics and chemical reactions. Simulating chemi…

Dimensionality Reduction

Accelerating HEC-RAS: A Recurrent Neural Operator for Rapid River Forecasting

2025-07-21 · Edward Holmberg, Pujan Pokhrel, Maximilian Zoch, Elias Ioup 외 arxiv

Physics-based solvers like HEC-RAS provide high-fidelity river forecasts but are too computationally intensive for on-the-fly decision-making during flood events. The central challenge is to accelerate these simulations …

Feature Engineering