---
title: Holographic Random Circuit Sampling
url: https://www.emergentmind.com/topics/holographic-random-circuit-sampling-algorithm
type: topic
---

# Holographic Random Circuit Sampling

The holographic random circuit sampling algorithm is a protocol that leverages repeated mid-circuit measurements, register re-use, and circuit depth to exponentially scale the effective dimension of a quantum sampling task far beyond the native physical qubit count. Recent work establishes its theoretical foundations, rigorous anticoncentration properties, and experimental viability for demonstrating quantum advantage on pre-fault-tolerant devices [2511.05433].

## 1. Algorithmic Structure and Protocol

The algorithm partitions the quantum processor into two registers:
- System register $A$ of $N_A$ physical qubits
- Bath register $B$ of $N_B$ physical qubits

At each of $t$ sequential steps:
1. A random circuit $U_k$, typically an 8-layer hardware-efficient ansatz (approximate 2-design), acts jointly on $A \cup B$.
2. All qubits in $B$ are measured in the computational basis yielding outcome $z_k$; optionally, $B$ can be reset to $\lvert 0\rangle^{\otimes N_B}$.
3. After the final ($t$-th) step, $A$ is measured producing outcome $x(t)$.

The joint output is the “spatio-temporal” bitstring $(z_1, ..., z_t; x(t))$, living on $N_{\text{eff}} = N_A + t N_B$ bits. While the physical device comprises only $N_A + N_B$ qubits, repeated use and measurement of $B$ at each step causes the effective Hilbert space dimension to scale as
$$
D_{\text{eff}} = 2^{N_A + t N_B}.
$$
This constitutes the “holographic expansion,” wherein circuit depth $t$ functions similar to additional logical qubits.

## 2. Theoretical Underpinnings: Collision Probability and Anticoncentration

Let $Z = \sum_x p(x)^2$ denote the collision probability for outcome distribution $p(\cdot)$. Anticoncentration—essential for quantum advantage arguments—corresponds to $Z \approx 2^{-\#\text{bits}}$.

The collision probability under ensemble averaging over step circuits $U_k$ (2-designs), after $t$ rounds, is rigorously computed as
$$
Z_{\mathrm{HRCS}}(t) = 2 \frac{(d_A + 1)^{t-1}(1 + d_A d_B)^t}{(d_A d_B + 1)^t}
$$
where $d_A = 2^{N_A}$, $d_B = 2^{N_B}$. Asymptotically ($d_A \gg 1$),
$$
Z_{\mathrm{HRCS}}(t) \simeq Z_{\mathrm{Haar}}(N_{\mathrm{eff}}) \exp\left[ \frac{t (1 - 1/d_B) + d_B^{-t}-1}{d_A} + O(1/d_A^2) \right],
$$
with $Z_{\mathrm{Haar}}(N) = 2/(2^N + 1)$.

This demonstrates that even for moderate circuit depths $t \lesssim O(2^{N_A})$, the output distribution closely approximates that of Haar-random circuits on $N_{\text{eff}}$ qubits. This implies that the sampling task remains exponentially anticoncentrated with respect to $N_{\text{eff}}$.

## 3. Sampling Complexity and Scaling Law

By construction,
$$
D_{\text{eff}}(t) = 2^{N_A + t N_B}
$$
so log $D_{\text{eff}}$ scales linearly with both register size and circuit depth. In the regime $t \sim O(2^{N_A})$, the effective sampling complexity grows exponentially in $N_A t$.

This scaling law allows physical devices with fixed qubit number to compete far past previous quantum hardware limits. For instance, with $N_A = N_B = 10$ and $t = 19$, a device with only 20 physical qubits samples from a 200-qubit distribution in Hilbert space.

## 4. Cross-Entropy Benchmarking and Noise Modeling

Fidelity between the experimental sampler $\tilde{P}$ and the ideal Haar-random distribution $P$ is quantified by linear cross-entropy benchmarking (XEB):
$$
F_{\mathrm{XEB}} = 2^{N_{\text{eff}}} \langle P(z_1 \ldots z_t, x) \rangle_{\text{exp}} - 1
$$
For ideal Porter–Thomas output over $N_{\mathrm{eff}}$ qubits $F_{\mathrm{XEB}} \rightarrow 1$; for uniform random output $F_{\mathrm{XEB}} \approx 0$.

Under channel noise modeled as local depolarizing maps per step, the XEB decays approximately as
$$
F_{\mathrm{XEB}}(t) \simeq \gamma^{2t} \left[1 + \frac{1-\gamma}{\gamma d_B} t \right] + \frac{\gamma}{(1-\gamma) d_A}
$$
where $\gamma$ is the depolarizing parameter. This formula captures both the per-step decay and the partial plateau due to repeated measurement and reset.

## 5. Experimental Realization and Empirical Results

On IBMQ Torino (27-qubit device), the protocol was implemented with
- Step circuit: 8-layer 1D hardware-efficient ansatz (single-qubit rotations + CZ in brick-wall pattern).
- Each step utilized mid-circuit measurement and optional reset of $B$.
- Sampling: $10^6$ shots per task, averaged over 10 random circuit instances per $t$.

Key benchmarks:
- For $N_A = N_B = 5$, $t = 16$ ($N_\text{eff} = 85$): $F_\mathrm{XEB} \approx 0.044$, a 3-fold improvement over previous 83-qubit RCS.
- For $N_A = N_B = 10$, two-patch protocol, $t = 19$ ($N_\text{eff} = 200$): $F_\mathrm{XEB} = 0.0593$.

This constitutes experimental sampling from a $2^{200}$-dimensional space using only 20 physical qubits.

Each HRCS instance involved resource counts (per step): $\sim$300 SX, $\sim$200 RZ, $\sim$60 CZ. For $t = 19$ steps, total gate count exceeds 20,000 two-qubit gates.

## 6. Rigorous Bounds, Limitations, and Open Questions

All collision probability and $K$th-moment results derive from sequential Haar-twirling identities on a “doubled” Hilbert space, assuming step circuits implement at least approximate 2-designs. The total variation distance to true Haar sampling over $N_\text{eff}$ qubits is $\mathcal{O}(\exp[-(t-1)/(2d_A)])$.

Algorithmic and runtime limitations include:
- 2-design assumption: Hardware-efficient ansätze approximate but do not formally guarantee 2-design behavior.
- Complexity-theoretic hardness: While hardness evidence parallels random circuit sampling (RCS), full #P-hardness or rigorous average-case complexity results for HRCS remain open.
- Error accumulation: No error correction is employed; resilience derives only from circuit anticoncentration and mid-circuit measurements. Longer $t$ eventually accumulates noise beyond error-mitigated or statistical averaging capabilities.
- Reset fidelity and mid-circuit measurement quality are critical to XEB performance.
- Scalability to larger $t$ would necessitate QRAM-style error correction.

## 7. Comparison to Related "Holographic" Algorithms

HRCS shares conceptual foundations with teleportation-inspired algorithms for classical simulation of low-depth circuits [1901.05003] and measurement-driven state generation paradigms [2411.03587]. All exploit a trade-off between spatial quantum resources ($N$) and temporal or circuit-depth resources ($t$ or sequential rounds $T$), often referred to as holographic space-time tradeoff.

Unlike classical holographic simulation, which allows memory-efficient contraction for low-depth wide circuits, HRCS achieves quantum advantage by physically sampling exponentially large joint bitstrings ($N_\text{eff}$) via repeated circuit application and measurement.

In holographic deep thermalization [2411.03587], similar sequential measure–reset protocols enable Haar-random state generation with only $O(1)$ ancilla, with rigorous decoupling guarantees and empirical frame-potential and XEB benchmarks.

## 8. Implications and Significance

The HRCS algorithm demonstrates that circuit depth, when exploited in the presence of mid-circuit measurement and register re-use, functions holographically as additional qubits. This enables an exponential scaling of sampling complexity relative to physical qubit resources. Verified both by exact theoretical formulas for collision probability and empirically via cross-entropy benchmarking, HRCS establishes a new route to scalable quantum advantage on near-term devices with fixed qubit count.

A plausible implication is the possibility of extending quantum supremacy demonstrations to much larger effective Hilbert spaces without hardware scaling, subject to the caveats of noise management and formal hardness proofs. The protocol synthesizes space-time resource trade-offs into a practical sampling benchmark, expanding the frontier for experimental quantum advantage.

Source: https://www.emergentmind.com/topics/holographic-random-circuit-sampling-algorithm