|
| 1 | +####################################################### |
| 2 | +## This is a code entry in the error correction zoo. ## |
| 3 | +## https://github.com/errorcorrectionzoo ## |
| 4 | +####################################################### |
| 5 | + |
| 6 | +code_id: su4_tverberg_spin |
| 7 | +physical: spins |
| 8 | +logical: spins |
| 9 | + |
| 10 | +name: '\(SU(4)\) Tverberg spin code' |
| 11 | +introduced: '\cite[Sec. 6.3]{manual:{Ruochuan Xu, “Classical Construction of Quantum Codes”, undergraduate thesis, January 2023}}' |
| 12 | + |
| 13 | +description: | |
| 14 | + Single-spin code family in the totally symmetric \(N\)-particle irrep \(\mathcal{H}=\mathrm{Sym}^N(\mathbb{C}^4)\) of \(\mathfrak{su}(4)\), whose weight diagram is the \hyperref[topic:discrete-simplex]{discrete simplex} \(\Delta_{4,N}\), equivalently its centered tetrahedral realization. |
| 15 | + The construction uses the two-step Tverberg-theorem method \cite{arxiv:quant-ph/9908066}: first choose an intermediate subspace from a distance-two subset of \(\Delta_{4,N}\), then combine basis states whose convex hulls contain the origin. |
| 16 | +
|
| 17 | + For \(N\) divisible by eight, an optimal distance-two intermediate lattice is obtained as the kernel of |
| 18 | + \begin{align} |
| 19 | + a_1L_1+a_2L_2+a_3L_3+a_4L_4 \mapsto a_1+2a_2+3a_3 \pmod 4~. |
| 20 | + \end{align} |
| 21 | + The second step pairs opposite points in the central octahedral region and can form additional triples and quadruples near the tetrahedron's corners; for \(N=8\), this partition is optimal within the two-step framework \cite[Sec. 6.3 and Ex. 6.10]{manual:{Ruochuan Xu, “Classical Construction of Quantum Codes”, undergraduate thesis, January 2023}}. |
| 22 | +
|
| 23 | + More explicitly, write the normalized monomial basis of \(\mathrm{Sym}^N(\mathbb{C}^4)\) as \(|a_1a_2a_3a_4\rangle\), where \((a_1,a_2,a_3,a_4)\in\Delta_{4,N}\), and let \(\Lambda_B^N\) be the kernel above. |
| 24 | + For each block \(Y\subset\Lambda_B^N\) whose convex hull contains the origin, choose barycentric weights \(\{\beta_{\mathbf{a}}\}_{\mathbf{a}\in Y}\) satisfying \(\beta_{\mathbf{a}}\geq0\), \(\sum_{\mathbf{a}\in Y}\beta_{\mathbf{a}}=1\), and \(\sum_{\mathbf{a}\in Y}\beta_{\mathbf{a}}\mathbf{a}=0\) in centered \(\Delta_{4,N}\) coordinates. |
| 25 | + The corresponding codeword is |
| 26 | + \begin{align} |
| 27 | + |\psi_Y\rangle=\sum_{\mathbf{a}\in Y}\sqrt{\beta_{\mathbf{a}}}\,|\mathbf{a}\rangle~. |
| 28 | + \end{align} |
| 29 | + Thus opposite pairs give \((|p\rangle+|-p\rangle)/\sqrt{2}\); triples of the form \(\{p,p',-(p+p')\}\) give \((|p\rangle+|p'\rangle+|-(p+p')\rangle)/\sqrt{3}\); and zero-sum quadruples give equal four-term superpositions. |
| 30 | +
|
| 31 | +protection: | |
| 32 | + Detects single Lie-algebra errors from the \(\mathfrak{su}(4)\) error set, equivalently errors in \(V_1=\mathfrak{su}(4)\oplus \mathbb{C}I\) in the Lie-type graph metric. |
| 33 | + The first step suppresses off-diagonal root-space errors by choosing weight vectors separated by graph distance at least two in the centered \(\Delta_{4,N}\) discrete simplex, leaving only a commuting diagonal error algebra for the convex-geometric second step \cite[Secs. 5.1,5.2,6.3]{manual:{Ruochuan Xu, “Classical Construction of Quantum Codes”, undergraduate thesis, January 2023}}. |
| 34 | +
|
| 35 | +features: |
| 36 | + rate: | |
| 37 | + The distance-two intermediate subset has asymptotic density \(1/4\) in \(\Delta_{4,N}\). |
| 38 | + The generic Tverberg step gives an asymptotic code dimension at least \(\dim\mathcal{H}/16\), while the extra triangle constructions improve finite-size instances but do not change the leading asymptotic rate in the construction described in Ref. \cite[Sec. 6.3]{manual:{Ruochuan Xu, “Classical Construction of Quantum Codes”, undergraduate thesis, January 2023}}. |
| 39 | +
|
| 40 | +relations: |
| 41 | + parents: |
| 42 | + - code_id: single_spin |
| 43 | + |
| 44 | + |
| 45 | +# Begin Entry Meta Information |
| 46 | +_meta: |
| 47 | + # Change log - most recent first |
| 48 | + changelog: |
| 49 | + - user_id: VictorVAlbert |
| 50 | + date: '2026-05-26' |
0 commit comments