Papers
Topics
Authors
Recent
Search
2000 character limit reached

Gauging and Disentangling Procedure

Updated 14 July 2026
  • Gauging and disentangling procedure is a method that uses auxiliary variables and local constraints to separate mixed components or transition from global to local symmetry.
  • It is applied across domains such as representation learning, spectroscopy, quantum field theory, and quantum codes to reframe complex systems.
  • Practical implementations leverage metrics like the β-VAE score and residual analysis to quantitatively assess and optimize disentanglement.

The expression gauging and disentangling procedure is used in several technical literatures to denote a class of constructions that either separate mixed components of a signal or representation, or promote a global symmetry to a local one and then reorganize the degrees of freedom by local constraints. In representation learning, it refers to quantifying and enforcing factor separation in latent codes; in spectroscopy, it refers to recovering component spectra, velocities, and flux ratios from composite observations; in quantum field theory, gravity, and quantum information, it refers to introducing gauge variables, imposing Gauss-law constraints, and then moving physical information from matter variables into gauge or dual variables by local unitaries, projections, or field integration. This suggests a common structural motif—auxiliary variables, local constraints, and a re-expression of the same system in a more factorized or dual form—even though the mathematical objects differ substantially across domains (Peychev et al., 2017, Roose et al., 29 Sep 2025, Seeburger et al., 2024).

1. General pattern and domain-specific meanings

In continuum field theory, gauging means promoting a global symmetry to a local symmetry by introducing gauge fields and minimally coupling charged operators, while disentangling means using Gauss’s law to move charge from matter into gauge degrees of freedom by a local unitary in the Hamiltonian framework or by integrating out matter or gauge fields in the path integral. After disentangling, the matter is fixed to its neutral sector, and the dynamics is captured entirely by gauge or dual variables; the outcome is an equivalent theory with the same spectra, correlators, and operator content, up to degeneracies on trivial action sectors (Roose et al., 29 Sep 2025).

In fault-tolerant quantum computation, the same phrase is used operationally. A logical operator representative LL is treated as a global Z2\mathbb{Z}_2 symmetry of the code Hamiltonian, auxiliary gauge qubits are added on the edges of a graph whose vertices are the qubits in the support of LL, and local “Gauss’s law” checks

Av=XvevXe,Bp=epZeA_v = X_v \prod_{e\ni v} X_e,\qquad B_p = \prod_{e\in p} Z_e

are introduced. Measuring all AvA_v projects into a simultaneous eigenspace of these local symmetries, and the product of the local outcomes equals the logical measurement outcome; a subsequent ungauging step disentangles the edge qubits and restores the original code space (Williamson et al., 2024).

In spectroscopic work, the same phrase has a more data-analytic meaning. The procedure begins by preparing spectra on a logarithmic wavelength grid so that Doppler shifts are additive, fitting a composite-spectrum forward model with component templates, velocities, and flux ratios, and then gauging the solution by residual statistics, reconstruction error, cross-correlation sharpness, and bootstrap uncertainty estimates (Seeburger et al., 2024). In this usage, “gauging” is not gauge theory; it denotes quantitative assessment of the disentangled solution.

2. Variational autoencoders, β\beta-regularization, and reliability

For variational autoencoders, the baseline objective is the evidence lower bound

L(θ,ϕ;x)=Eqϕ(zx)[logpθ(xz)]KL(qϕ(zx)p(z)),\mathcal{L}(\theta,\phi; x) = \mathbb{E}_{q_\phi(\mathbf{z}|\mathbf{x})}[\log p_\theta(\mathbf{x}|\mathbf{z})] - \mathrm{KL}\big(q_\phi(\mathbf{z}|\mathbf{x})\,\|\, p(\mathbf{z})\big),

and the β\beta-VAE objective replaces the KL term by a β\beta-weighted penalty,

Lβ(θ,ϕ;x)=Eqϕ(zx)[logpθ(xz)]βKL(qϕ(zx)p(z)),\mathcal{L}_\beta(\theta,\phi; x) = \mathbb{E}_{q_\phi(\mathbf{z}|\mathbf{x})}[\log p_\theta(\mathbf{x}|\mathbf{z})] - \beta\,\mathrm{KL}\big(q_\phi(\mathbf{z}|\mathbf{x})\,\|\, p(\mathbf{z})\big),

with Z2\mathbb{Z}_20. Increasing Z2\mathbb{Z}_21 enforces the posterior to be close to an isotropic normal with uncorrelated components, thereby encouraging statistically independent latent dimensions, but also shifts learning pressure away from reconstruction. In the reported experiments, Z2\mathbb{Z}_22 ranged from Z2\mathbb{Z}_23 to Z2\mathbb{Z}_24 in steps of Z2\mathbb{Z}_25 on a synthetic shapes dataset with generative factors shape, position Z2\mathbb{Z}_26, position Z2\mathbb{Z}_27, scale, and rotation, and from Z2\mathbb{Z}_28 to Z2\mathbb{Z}_29 in steps of LL0 for MNIST classification via an SVM on latent codes. Disentanglement generally improved as LL1 increased, especially for convolutional denoising autoencoders, but the gain plateaued and larger LL2 reduced reconstruction fidelity and downstream discriminative performance; on MNIST there was a small regularization gain from LL3 to LL4, after which accuracy generally deteriorated (Peychev et al., 2017).

The main evaluation protocol in that study is the LL5-VAE disentanglement metric. One samples two images differing in exactly one ground-truth factor, encodes their mean codes LL6 and LL7, forms the normalized latent-difference feature

LL8

and trains a low-capacity linear classifier to predict which factor changed. The reported disentanglement score is the classifier accuracy. Five models were trained per LL9 with different random initializations, and a central empirical result was consistently high variance of this metric across runs with identical Av=XvevXe,Bp=epZeA_v = X_v \prod_{e\ni v} X_e,\qquad B_p = \prod_{e\in p} Z_e0. The paper attributes that variance to imperfect alignment between the metric and “factor independence,” to rotated or curved but still orthogonal positional latent coordinate systems, and to different local minima induced by stochastic optimization and random initialization (Peychev et al., 2017).

A later development replaces direct total-correlation minimization by Dual Total Correlation and estimates one-dimensional conditional densities instead of the full latent joint distribution. In the Gaussian Channel Autoencoder, the latent variable is

Av=XvevXe,Bp=epZeA_v = X_v \prod_{e\ni v} X_e,\qquad B_p = \prod_{e\in p} Z_e1

and the training objective is

Av=XvevXe,Bp=epZeA_v = X_v \prod_{e\ni v} X_e,\qquad B_p = \prod_{e\in p} Z_e2

with

Av=XvevXe,Bp=epZeA_v = X_v \prod_{e\ni v} X_e,\qquad B_p = \prod_{e\in p} Z_e3

The method trains Av=XvevXe,Bp=epZeA_v = X_v \prod_{e\ni v} X_e,\qquad B_p = \prod_{e\in p} Z_e4 lightweight discriminators to estimate Av=XvevXe,Bp=epZeA_v = X_v \prod_{e\ni v} X_e,\qquad B_p = \prod_{e\in p} Z_e5 via a density-ratio trick with a uniform reference on Av=XvevXe,Bp=epZeA_v = X_v \prod_{e\ni v} X_e,\qquad B_p = \prod_{e\in p} Z_e6, thereby avoiding full high-dimensional joint estimation. Reported results show that Av=XvevXe,Bp=epZeA_v = X_v \prod_{e\ni v} X_e,\qquad B_p = \prod_{e\in p} Z_e7 and Av=XvevXe,Bp=epZeA_v = X_v \prod_{e\ni v} X_e,\qquad B_p = \prod_{e\in p} Z_e8 yield stable, high scores on Beamsynthesis and dSprites, that performance remains stable when the latent dimension increases from Av=XvevXe,Bp=epZeA_v = X_v \prod_{e\ni v} X_e,\qquad B_p = \prod_{e\in p} Z_e9 to AvA_v0, and that the correlation between AvA_v1 and MIG is AvA_v2, so the regularizer itself functions as an unsupervised gauge of disentanglement (Yeats et al., 2023).

3. Quantitative evaluation: unsupervised, structured, and logic-derived metrics

One line of work addresses model selection without access to ground-truth factors by ranking generative models through training dynamics. For each realization of a model specification, decoder activations are logged across epochs on a fixed trace set, normalized per epoch, assembled into a multislice kernel over epoch–sample pairs, converted into a Markov diffusion operator, and then embedded jointly across random seeds by singular value decomposition. Similarity between realizations is measured by Maximum Mean Discrepancy in the joint space, and the specification score is the mean pairwise MMD,

AvA_v3

Lower values indicate more stable, aligned dynamics across seeds. On dSprites, the reported Spearman rank correlations between this unsupervised ranking and supervised metrics increased with the number of seeds: for MIG they were AvA_v4, AvA_v5, and AvA_v6 at AvA_v7, and the method was unaffected by label noise because it did not use labels at all (Holtz et al., 2022).

A second line of work considers structured latent representations, especially object-centric models with permutation-invariant slots. The central object is an affinity matrix AvA_v8 relating latent coordinates AvA_v9 and factors β\beta0, normalized so that β\beta1. Hierarchy-sensitive projections β\beta2 group latent indices and factor indices, and completeness and disentanglement are defined by normalized conditional entropies

β\beta3

A key technical component is an EM-like permutation-invariant probing algorithm that alternates fitting a predictor β\beta4 and permuting slots per sample so as to minimize

β\beta5

This yields object-level, property-level, and intrinsic/extrinsic disentanglement scores that are invariant to slot permutations. In the reported experiments on Multi-dSprites, object-level disentanglement/completeness reached β\beta6 for GENESIS, while ablations without disentanglement regularization reduced the structured metrics even when ARI could increase, showing that sharp masks and disentangled structured representations are not equivalent (Dang-Nhu, 2021).

A third line of work derives metrics directly from logical definitions. The construction replaces equality by a strict premetric, replaces the Heyting algebra of binary truth values by a Lawvere quantale on β\beta7, and replaces quantifiers by aggregators. For a product-function notion of disentanglement, the resulting metric can be written as a distance to the best product approximation,

β\beta8

or, equivalently, as a constancy-of-curry score

β\beta9

For informativeness, an implication-based injectivity surrogate is

L(θ,ϕ;x)=Eqϕ(zx)[logpθ(xz)]KL(qϕ(zx)p(z)),\mathcal{L}(\theta,\phi; x) = \mathbb{E}_{q_\phi(\mathbf{z}|\mathbf{x})}[\log p_\theta(\mathbf{x}|\mathbf{z})] - \mathrm{KL}\big(q_\phi(\mathbf{z}|\mathbf{x})\,\|\, p(\mathbf{z})\big),0

The formal guarantee is that if the converted quantity is zero, then the original predicate holds, and if the predicate contains no implication, then the converse also holds. This gives a direct logical interpretation to modularity and informativeness metrics that are often only heuristically motivated (Zhang et al., 2023).

4. Spectral disentangling in astronomy

For multi-epoch stellar spectroscopy, the basic forward model writes the observed spectrum at epoch L(θ,ϕ;x)=Eqϕ(zx)[logpθ(xz)]KL(qϕ(zx)p(z)),\mathcal{L}(\theta,\phi; x) = \mathbb{E}_{q_\phi(\mathbf{z}|\mathbf{x})}[\log p_\theta(\mathbf{x}|\mathbf{z})] - \mathrm{KL}\big(q_\phi(\mathbf{z}|\mathbf{x})\,\|\, p(\mathbf{z})\big),1 as a sum of Doppler-shifted component spectra convolved with the instrumental line-spread function,

L(θ,ϕ;x)=Eqϕ(zx)[logpθ(xz)]KL(qϕ(zx)p(z)),\mathcal{L}(\theta,\phi; x) = \mathbb{E}_{q_\phi(\mathbf{z}|\mathbf{x})}[\log p_\theta(\mathbf{x}|\mathbf{z})] - \mathrm{KL}\big(q_\phi(\mathbf{z}|\mathbf{x})\,\|\, p(\mathbf{z})\big),2

On a logarithmic wavelength grid L(θ,ϕ;x)=Eqϕ(zx)[logpθ(xz)]KL(qϕ(zx)p(z)),\mathcal{L}(\theta,\phi; x) = \mathbb{E}_{q_\phi(\mathbf{z}|\mathbf{x})}[\log p_\theta(\mathbf{x}|\mathbf{z})] - \mathrm{KL}\big(q_\phi(\mathbf{z}|\mathbf{x})\,\|\, p(\mathbf{z})\big),3, non-relativistic Doppler shifts become approximately additive, with L(θ,ϕ;x)=Eqϕ(zx)[logpθ(xz)]KL(qϕ(zx)p(z)),\mathcal{L}(\theta,\phi; x) = \mathbb{E}_{q_\phi(\mathbf{z}|\mathbf{x})}[\log p_\theta(\mathbf{x}|\mathbf{z})] - \mathrm{KL}\big(q_\phi(\mathbf{z}|\mathbf{x})\,\|\, p(\mathbf{z})\big),4. In survey-grade applications, spectra are resampled to a common log-wavelength grid, bad pixels and tellurics are masked, continua are corrected by a broad running median and shifted to zero mean, and all epochs are homogenized to a common LSF. The paper focusing on low-resolution surveys reports L(θ,ϕ;x)=Eqϕ(zx)[logpθ(xz)]KL(qϕ(zx)p(z)),\mathcal{L}(\theta,\phi; x) = \mathbb{E}_{q_\phi(\mathbf{z}|\mathbf{x})}[\log p_\theta(\mathbf{x}|\mathbf{z})] - \mathrm{KL}\big(q_\phi(\mathbf{z}|\mathbf{x})\,\|\, p(\mathbf{z})\big),5, so L(θ,ϕ;x)=Eqϕ(zx)[logpθ(xz)]KL(qϕ(zx)p(z)),\mathcal{L}(\theta,\phi; x) = \mathbb{E}_{q_\phi(\mathbf{z}|\mathbf{x})}[\log p_\theta(\mathbf{x}|\mathbf{z})] - \mathrm{KL}\big(q_\phi(\mathbf{z}|\mathbf{x})\,\|\, p(\mathbf{z})\big),6, with synthetic tests at L(θ,ϕ;x)=Eqϕ(zx)[logpθ(xz)]KL(qϕ(zx)p(z)),\mathcal{L}(\theta,\phi; x) = \mathbb{E}_{q_\phi(\mathbf{z}|\mathbf{x})}[\log p_\theta(\mathbf{x}|\mathbf{z})] - \mathrm{KL}\big(q_\phi(\mathbf{z}|\mathbf{x})\,\|\, p(\mathbf{z})\big),7 epochs and L(θ,ϕ;x)=Eqϕ(zx)[logpθ(xz)]KL(qϕ(zx)p(z)),\mathcal{L}(\theta,\phi; x) = \mathbb{E}_{q_\phi(\mathbf{z}|\mathbf{x})}[\log p_\theta(\mathbf{x}|\mathbf{z})] - \mathrm{KL}\big(q_\phi(\mathbf{z}|\mathbf{x})\,\|\, p(\mathbf{z})\big),8; recovery was robust when velocity amplitudes were at least comparable to the resolution element and when the flux ratio satisfied roughly L(θ,ϕ;x)=Eqϕ(zx)[logpθ(xz)]KL(qϕ(zx)p(z)),\mathcal{L}(\theta,\phi; x) = \mathbb{E}_{q_\phi(\mathbf{z}|\mathbf{x})}[\log p_\theta(\mathbf{x}|\mathbf{z})] - \mathrm{KL}\big(q_\phi(\mathbf{z}|\mathbf{x})\,\|\, p(\mathbf{z})\big),9 (Seeburger et al., 2024).

Template recovery is formulated as a regularized least-squares problem. For two components, the component spectra are stacked into a vector β\beta0, the shifted observation operator is assembled into a sparse block matrix β\beta1, and the solution is obtained from an augmented system

β\beta2

where β\beta3 encodes second-derivative curvature regularization. Velocities are initialized by cross-correlation or TIRAVEL, spectra are updated by sparse iterative solvers such as LSMR, and velocities and flux ratios are then refined in an alternating scheme. Quality is gauged by weighted residuals, residual structure versus wavelength, cross-correlation peak sharpness, and bootstrap or jackknife uncertainty estimates (Seeburger et al., 2024).

A related wavelength-domain implementation, Spectangular, uses singular value decomposition coupled to a downhill simplex optimizer and supports variable line profiles, telluric contamination, and per-spectrum flux-ratio optimization. On a logarithmic grid, the forward model becomes

β\beta4

with β\beta5 and β\beta6. Residuals are a central diagnostic: tellurics can be isolated by disentangling once, spline-fitting residual telluric features, correcting the original spectra, and re-running the disentangling. For eclipsing binaries, phase-dependent flux ratios can be optimized directly from spectroscopy, and in the artificial example with β\beta7 spectra at β\beta8 the recovered flux fractions matched the model values within RMS β\beta9 (Sablowski et al., 2019).

5. Field theory, sigma models, and gravity

In continuum duality constructions, the compact-boson example makes the basic mechanism explicit. Starting from

β\beta0

with β\beta1, one gauges the shift symmetry by introducing a worldsheet gauge field β\beta2 and a Lagrange multiplier β\beta3,

β\beta4

Gauge-fixing β\beta5 and integrating out β\beta6 yields the dual scalar action and the T-duality map β\beta7. In the Hamiltonian formulation, the corresponding disentangler is the local Gaussian unitary

β\beta8

which implements Gauss’s law at the operator level and identifies the dual bosonic variables with the gauge electric field and potential (Roose et al., 29 Sep 2025).

A different generalization appears in Dirac sigma models. Starting from a sigma model with target β\beta9 and Wess–Zumino form Lβ(θ,ϕ;x)=Eqϕ(zx)[logpθ(xz)]βKL(qϕ(zx)p(z)),\mathcal{L}_\beta(\theta,\phi; x) = \mathbb{E}_{q_\phi(\mathbf{z}|\mathbf{x})}[\log p_\theta(\mathbf{x}|\mathbf{z})] - \beta\,\mathrm{KL}\big(q_\phi(\mathbf{z}|\mathbf{x})\,\|\, p(\mathbf{z})\big),0, the gauging is adapted from Lie algebras to Lie algebroids Lβ(θ,ϕ;x)=Eqϕ(zx)[logpθ(xz)]βKL(qϕ(zx)p(z)),\mathcal{L}_\beta(\theta,\phi; x) = \mathbb{E}_{q_\phi(\mathbf{z}|\mathbf{x})}[\log p_\theta(\mathbf{x}|\mathbf{z})] - \beta\,\mathrm{KL}\big(q_\phi(\mathbf{z}|\mathbf{x})\,\|\, p(\mathbf{z})\big),1. One introduces an algebroid-valued one-form Lβ(θ,ϕ;x)=Eqϕ(zx)[logpθ(xz)]βKL(qϕ(zx)p(z)),\mathcal{L}_\beta(\theta,\phi; x) = \mathbb{E}_{q_\phi(\mathbf{z}|\mathbf{x})}[\log p_\theta(\mathbf{x}|\mathbf{z})] - \beta\,\mathrm{KL}\big(q_\phi(\mathbf{z}|\mathbf{x})\,\|\, p(\mathbf{z})\big),2 and minimally couples

Lβ(θ,ϕ;x)=Eqϕ(zx)[logpθ(xz)]βKL(qϕ(zx)p(z)),\mathcal{L}_\beta(\theta,\phi; x) = \mathbb{E}_{q_\phi(\mathbf{z}|\mathbf{x})}[\log p_\theta(\mathbf{x}|\mathbf{z})] - \beta\,\mathrm{KL}\big(q_\phi(\mathbf{z}|\mathbf{x})\,\|\, p(\mathbf{z})\big),3

The construction is encoded by an equivariantly closed extension Lβ(θ,ϕ;x)=Eqϕ(zx)[logpθ(xz)]βKL(qϕ(zx)p(z)),\mathcal{L}_\beta(\theta,\phi; x) = \mathbb{E}_{q_\phi(\mathbf{z}|\mathbf{x})}[\log p_\theta(\mathbf{x}|\mathbf{z})] - \beta\,\mathrm{KL}\big(q_\phi(\mathbf{z}|\mathbf{x})\,\|\, p(\mathbf{z})\big),4 on the graded manifold Lβ(θ,ϕ;x)=Eqϕ(zx)[logpθ(xz)]βKL(qϕ(zx)p(z)),\mathcal{L}_\beta(\theta,\phi; x) = \mathbb{E}_{q_\phi(\mathbf{z}|\mathbf{x})}[\log p_\theta(\mathbf{x}|\mathbf{z})] - \beta\,\mathrm{KL}\big(q_\phi(\mathbf{z}|\mathbf{x})\,\|\, p(\mathbf{z})\big),5 satisfying Lβ(θ,ϕ;x)=Eqϕ(zx)[logpθ(xz)]βKL(qϕ(zx)p(z)),\mathcal{L}_\beta(\theta,\phi; x) = \mathbb{E}_{q_\phi(\mathbf{z}|\mathbf{x})}[\log p_\theta(\mathbf{x}|\mathbf{z})] - \beta\,\mathrm{KL}\big(q_\phi(\mathbf{z}|\mathbf{x})\,\|\, p(\mathbf{z})\big),6 and Lβ(θ,ϕ;x)=Eqϕ(zx)[logpθ(xz)]βKL(qϕ(zx)p(z)),\mathcal{L}_\beta(\theta,\phi; x) = \mathbb{E}_{q_\phi(\mathbf{z}|\mathbf{x})}[\log p_\theta(\mathbf{x}|\mathbf{z})] - \beta\,\mathrm{KL}\big(q_\phi(\mathbf{z}|\mathbf{x})\,\|\, p(\mathbf{z})\big),7 for the lifted symmetry algebra. Dirac sigma models then arise from pulling back Lβ(θ,ϕ;x)=Eqϕ(zx)[logpθ(xz)]βKL(qϕ(zx)p(z)),\mathcal{L}_\beta(\theta,\phi; x) = \mathbb{E}_{q_\phi(\mathbf{z}|\mathbf{x})}[\log p_\theta(\mathbf{x}|\mathbf{z})] - \beta\,\mathrm{KL}\big(q_\phi(\mathbf{z}|\mathbf{x})\,\|\, p(\mathbf{z})\big),8 by a Q-bundle map and include both twisted Poisson sigma models and the Lβ(θ,ϕ;x)=Eqϕ(zx)[logpθ(xz)]βKL(qϕ(zx)p(z)),\mathcal{L}_\beta(\theta,\phi; x) = \mathbb{E}_{q_\phi(\mathbf{z}|\mathbf{x})}[\log p_\theta(\mathbf{x}|\mathbf{z})] - \beta\,\mathrm{KL}\big(q_\phi(\mathbf{z}|\mathbf{x})\,\|\, p(\mathbf{z})\big),9 WZW model as special cases (Salnikov et al., 2013).

In Cartan-geometric gravity, the gauging procedure starts from a Klein pair Z2\mathbb{Z}_200 associated with a homogeneous space Z2\mathbb{Z}_201 and produces a Cartan connection

Z2\mathbb{Z}_202

on a principal Z2\mathbb{Z}_203-bundle. In reductive cases, Z2\mathbb{Z}_204 splits into an Z2\mathbb{Z}_205-valued connection and an Z2\mathbb{Z}_206-valued soldering form. Gauging Minkowski spacetime reproduces the four-dimensional first-order Palatini–Holst–Z2\mathbb{Z}_207 action, while gauging Carroll, de Sitter–Carroll, anti-de Sitter–Carroll, and lightcone geometries yields unified first-order Carrollian gravity Lagrangians. A central point is that torsion-like constraints arise as equations of motion rather than being imposed by hand; for the reductive Carrollian models, Z2\mathbb{Z}_208 and Z2\mathbb{Z}_209 follow from the field equations when Z2\mathbb{Z}_210 (Figueroa-O'Farrill et al., 2022).

Related gauge constructions extend to topological phases and anomalous symmetries. In Z2\mathbb{Z}_211 dimensions, gauging a global Z2\mathbb{Z}_212 symmetry of a modular tensor category is gapped iff the Hall conductance Z2\mathbb{Z}_213; in that case the gauged theory is an MTC with anyon data modified by flux attachment, while for Z2\mathbb{Z}_214 gauging is dynamically equivalent to condensing the bosonic vison created by inserting Z2\mathbb{Z}_215 Z2\mathbb{Z}_216 flux (Cheng et al., 2022). In four-dimensional QED, the anomalous axial Z2\mathbb{Z}_217 can be promoted to an exact non-invertible Z2\mathbb{Z}_218 by defining a conserved but non-gauge-invariant current, summing over gauge transformations on the defect, and coupling the resulting non-invertible current to a gauge field; the gauging then imposes the local constraint

Z2\mathbb{Z}_219

which removes anomalous configurations and defines a “non-invertible gauge theory” (Karasik, 2022).

6. Quantum codes, topological order, and iterated gauging

Gauging procedures play a central role in lattice quantum phases. For subsystem symmetries on cubic lattices, one first identifies minimal symmetric coupling terms, places gauge degrees of freedom on the corresponding cells, defines Gauss-law operators, minimally couples matter terms, and then adds magnetic flux operators. For planar Z2\mathbb{Z}_220 subsystem symmetries, gauging a cubic paramagnet yields an X-cube–type theory. In the face-centered convention, the Gauss law is

Z2\mathbb{Z}_221

and the flux terms are four-face products such as

Z2\mathbb{Z}_222

The paper emphasizes that the species of symmetry charges in the ungauged model determine the resulting foliated fracton order: charges acted on by one family of planes become planons, by two families become lineons, and by three become fractons (Shirley et al., 2018).

A systematic higher-dimensional version starts from a Z2\mathbb{Z}_223-dimensional abelian symmetry on a lattice, introduces gauge qudits for a family of commuting checks, and alternates a gauging map Z2\mathbb{Z}_224 with a dual gauging map Z2\mathbb{Z}_225. For a global Z2\mathbb{Z}_226-form symmetry, the elementary projector is

Z2\mathbb{Z}_227

and the gauging map is

Z2\mathbb{Z}_228

Iterating this construction across layers produces Z2\mathbb{Z}_229-dimensional commuting-projector Hamiltonians with vertex-like and plaquette- or cube-like stabilizers and boundary conditions classified by subgroups Z2\mathbb{Z}_230. The paper gives explicit realizations for Clifford-deformed surface codes, foliated type-I fracton orders from linear subsystem symmetries, and type-I fracton order from Sierpinski fractal symmetry (Cuiper et al., 2024).

Regional gauging and disentangling also provide explicit ribbon operators for anyons and defects. In the Z2\mathbb{Z}_231 toric code, the charge-conjugation defect line is obtained by ungauging along a one-dimensional strip, applying a boundary circuit of controlled-Z2\mathbb{Z}_232 gates to perpendicular edges, and then regauging:

Z2\mathbb{Z}_233

The same regional procedure produces non-Abelian ribbon operators for Z2\mathbb{Z}_234 by decorating the Z2\mathbb{Z}_235 ribbons with a Z2\mathbb{Z}_236 gauging circuit (Lyons et al., 2024).

For non-invertible symmetries on spin chains, the lattice gauging prescription uses a Frobenius algebra internal to the symmetry category. In the RepZ2\mathbb{Z}_237 example generated by the Kennedy–Tasaki transformation, two qubits are introduced around each link, the physical subspace is selected by commuting projectors

Z2\mathbb{Z}_238

with

Z2\mathbb{Z}_239

and the gauging map satisfies Z2\mathbb{Z}_240. The same construction is related to a continuous non-invertible cosine symmetry, with Z2\mathbb{Z}_241 realizing the gauging map (Seifnashri et al., 4 Mar 2025).

Finally, for arbitrary finite groups, repeated gauging of boundary RepZ2\mathbb{Z}_242 symmetries reconstructs the full non-Abelian quantum double Z2\mathbb{Z}_243. The key ingredient is the commutative Frobenius algebra of functions on Z2\mathbb{Z}_244, internal to RepZ2\mathbb{Z}_245, with multiplication and comultiplication

Z2\mathbb{Z}_246

Iterated gauging then yields a PEPS stabilized by the standard quantum-double projectors

Z2\mathbb{Z}_247

with anyons labeled by pairs Z2\mathbb{Z}_248, where Z2\mathbb{Z}_249 is a conjugacy class of Z2\mathbb{Z}_250 and Z2\mathbb{Z}_251 is an irrep of the corresponding centralizer (Blanik et al., 9 Dec 2025).

Across these literatures, gauging and disentangling procedures serve different immediate purposes—latent-factor separation, spectral recovery, duality derivation, logical measurement, or topological-state construction—but they repeatedly rely on the same technical pattern: encode symmetry or mixture structure into auxiliary variables, impose local consistency constraints, and then rewrite the problem in variables for which the relevant factors, sectors, or excitations are explicit.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Gauging and Disentangling Procedure.