Pith. sign in

How to Write a Simulator for Quantum Circuits from Scratch: A Tutorial

1 Pith paper cite this work. Polarity classification is still indexing.

1 Pith paper citing it
abstract

This tutorial guides a competent programmer through the crafting of a quantum circuit simulator from scratch, even for readers with almost no prior experience in quantum computing. Open source simulators for quantum circuits already exist, but a deeper understanding is gained by writing ones own. With roughly 1000-2000 lines of code, one can simulate Hadamard, Pauli X, Y, Z, SWAP, and other quantum logic gates, with arbitrary combinations of control and anticontrol qubits, on circuits of up to 20+ qubits, with no special libraries, on a personal computer. We explain key algorithms for a simulator, in particular: qubit-wise multiplication for updating the state vector, and partial trace for finding a reduced density matrix. We also discuss optimizations, and how to compute qubit phase, purity, and other statistics. A complete example implementation in JavaScript is available at https://github.com/MJMcGuffin/muqcs.js , which also demonstrates how to compute von Neumann entropy, concurrence (to quantify entanglement), and magic, while remaining much smaller and easier to study than other popular software packages.

fields

quant-ph 1

years

2026 1

verdicts

CONDITIONAL 1

representative citing papers

citing papers explorer

Showing 1 of 1 citing paper.

  • A Sparse and Truncated State Vector Simulator for Peaked Circuits quant-ph · 2026-07-08 · conditional · none · ref 3 · internal anchor

    A vectorized sparse truncated state-vector simulator (CPU/GPU) recovers the mode of certain peaked quantum circuits by retaining far fewer than 2^n amplitudes via top-k or probability-mass truncation.