English

Orkan: Cache-friendly simulation of quantum operations on hermitian operators

Quantum Physics 2026-04-20 v1

Abstract

Classical simulation of quantum operations is essential for algorithm design, noise characterisation, and benchmarking of quantum hardware. The most general physically realisable operation can be described by a positive linear map acting on a hermitian operator, representing either a density matrix or an observable. Established simulators vectorise the density matrix on an nn-qubit Hilbert space and reuse state-vector kernels, storing all 22n2^{2n} elements and forgoing the benefits of hermitian symmetry. In this work, I introduce \emph{Orkan}, a simulation library that uses a tiled memory layout storing only the lower triangle of the hermitian matrix at tile granularity, roughly halving both the memory footprint and the wall time to simulate the evolution of quantum states under generic quantum operations. The implementation treats any hermitian operator uniformly and is agnostic to whether the Schr\"{o}dinger or Heisenberg picture is used. Dedicated kk-local conjugation algorithms update all entries of the hermitian matrix in a single pass. Benchmarks against Qiskit Aer, QuEST, and Qulacs show consistent wall-clock speedups of 22-4×4{\times} partly attributable to the reduced memory footprint.

Keywords

Cite

@article{arxiv.2604.15765,
  title  = {Orkan: Cache-friendly simulation of quantum operations on hermitian operators},
  author = {Timo Ziegler},
  journal= {arXiv preprint arXiv:2604.15765},
  year   = {2026}
}

Comments

10 pages, 6 figures. Submitted to IEEE Quantum Week 2026 (QCE26). Code: https://github.com/Timo59/orkan

R2 v1 2026-07-01T12:13:55.389Z