The dynamical Lie algebra of the XY Hamiltonian decomposes into two equally-sized symmetry blocks under parity. This page states the result, sketches the derivation, and reports the first direct hardware confirmation on IBM Heron r2.
Let $H_{XY} = \sum_{i < j} K_{ij} (\sigma_i^x \sigma_j^x + \sigma_i^y \sigma_j^y) + \sum_i \omega_i Z_i$ be the XY Hamiltonian on $n$ qubits. Then the dynamical Lie algebra generated by the Trotter generators $\{XX + YY, Z\}$ splits under the parity operator $P = \prod_i Z_i$ as
with total dimension $\dim \mathrm{DLA} = 2^{2n-1} - 2$. The two blocks correspond to the even ($P = +1$) and odd ($P = -1$) parity sectors of the Hilbert space, each of dimension $2^{n-1}$.
The XY interaction $\sigma_i^x \sigma_j^x + \sigma_i^y \sigma_j^y$ flips pairs of spins in opposite directions: $|01\rangle \leftrightarrow |10\rangle$. The total popcount (number of 1s) is preserved modulo 2, so the parity $P = (-1)^\text{popcount}$ is a conserved quantity. Single-qubit $Z$ rotations commute with $P$ trivially. Formally, $[H_{XY}, P] = 0$.
Because $P^2 = \mathbb{I}$ and $P$ has eigenvalues $\pm 1$, the Hilbert space decomposes into two orthogonal subspaces of equal dimension $2^{n-1}$: the even sector (popcount = 0, 2, 4, ...) and the odd sector (popcount = 1, 3, 5, ...).
The Trotter generators of $H_{XY}$ are the two-qubit $XX_{ij} + YY_{ij}$ terms and the single-qubit $Z_i$ terms. Taking repeated commutators:
Iterating generates all operators of the form $P_1 \otimes P_2 \otimes \ldots$ where each $P_k \in \{\mathbb{I}, X, Y, Z\}$, subject to one constraint: the number of $X$s plus the number of $Y$s must be even. This even-total-transverse-weight condition is exactly the statement that the operator commutes with $P$.
Pauli strings with even $X+Y$ weight form a linear subspace of $\mathfrak{u}(2^n)$. Counting: at each of the $n$ positions we have 4 Pauli choices ($\mathbb{I}, X, Y, Z$), giving $4^n$ total strings. Half of them ($2 \cdot 4^{n-1} = 2^{2n-1}$) have even $X+Y$ weight, including the identity. Removing the identity, $2^{2n-1} - 1$ anti-Hermitian generators remain. The Hilbert-space parity projector further identifies pairs of generators that act identically on the even and odd blocks, halving the count inside each block.
The algebra that acts non-trivially on the even block alone is $\mathfrak{su}(2^{n-1})$, dimension $2^{2(n-1)} - 1 = 2^{2n-2} - 1$. Same for the odd block. Total: $2 \cdot (2^{2n-2} - 1) = 2^{2n-1} - 2$, matching the full count.
Because every generator commutes with $P$, every generator acts block-diagonally in the basis that diagonalises $P$. The two blocks are independent; a unitary evolution on the even block does not touch the odd block. Hence the direct sum structure
An ideal noiseless circuit preserves parity exactly: a state prepared in one block stays in that block. On real NISQ hardware, decoherence leaks the state from one block to the other. Does the leakage rate depend on which block you start in?
Classical prediction. Our Rust noise simulator (scpn_quantum_engine/src/lindblad.rs) integrates the Lindblad master equation with $T_1$ relaxation and depolarising channels at the measured ibm_fez gate-error rates. At the coupling matrix $K_{ij} = 0.45 e^{-0.3|i-j|}$ used in the Phase 1 campaign, the even-parity sector — which contains the reference product state $|0\cdots 0\rangle$ and couples most strongly to the dominant $T_1$ relaxation channel — decoheres measurably faster than the odd-parity sector, whose states are protected by at least one excitation from direct decay to the ground manifold.
Predicted relative asymmetry: $A(d) = (L_\text{even} - L_\text{odd}) / L_\text{odd}$ in the range 4.5–9.6 % across depths 2–30, with a shallow maximum in the middle of the range and saturation at large depth.
Figure. Measured relative asymmetry $A(d)$ on ibm_kingston (342 circuits). Green band: 4.5–9.6 % classical prediction. Dashed line at zero. At shallow depth ($d=2$) the signal is consistent with zero; in the transition regime ($d = 4$–$10$) it peaks at +17.5 %; at large depth ($d \ge 14$) it settles into the predicted band. See the Phase 1 results page for the full dataset.
Readout asymmetry. Experiment C measured readout retention of 97.6–99.0 % across the four $n=4$ computational basis states $\{|0000\rangle, |1111\rangle, |0101\rangle, |1010\rangle\}$. The $\pm 1.4 \%$ spread is an order of magnitude too small to explain the 10–17 % asymmetry in the middle depth regime.
Initial state preparation asymmetry. Both initial states $|0011\rangle$ (even, popcount 2) and $|0001\rangle$ (odd, popcount 1) require the same number of $X$ gates on average (2 vs 1) and show identical leakage rates at depth 2 ($0.0806$ vs $0.0827$, Welch $p = 0.446$). The asymmetry appears only when the coherent XY dynamics takes over at depth $\ge 4$.
Statistical fluke. Seven of eight depth points are individually significant at Welch $p < 0.05$. Fisher's combined statistic across depths is $\chi^2_{16} = 123.4$, giving a combined $p$-value below numerical precision ($p \ll 10^{-16}$). This is not a fluke.
Device-specific artefact. The observed magnitude at large depth quantitatively matches the independent Rust simulator prediction of 4.5–9.6 %. Independent replication on a second Heron r2 device (ibm_marrakesh) is planned in the Phase 2 campaign to rule out any last device-specific effect.