GHZ-Preserving Operations
- GHZ-Preserving Operations are unitary gates or channels on n-qubit systems that permute the GHZ basis states while preserving local Pauli equivalence.
- They feature a complete algebraic classification into Pauli, bilocal (B group), and homogeneous (H group) operations, allowing for constant-time simulation through precomputed state permutations.
- Circuit-level optimization using these operations enhances entanglement distillation by improving output fidelity and reducing raw-state requirements in realistic quantum network scenarios.
A Greenberger–Horne–Zeilinger (GHZ)-preserving operation is a unitary or channel on -qubit systems that permutes the GHZ basis states (up to a global phase), ensuring that evolution never leaves the subspace of states locally Pauli-equivalent to the canonical GHZ state. This property enables efficient simulation and optimization of entanglement distillation protocols for quantum networks. Recent advances provide a complete algebraic classification of such operations, a constant-time simulation method, and circuit optimization frameworks delivering superior performance under realistic noise, with extensions to graph states local-Clifford-equivalent to GHZ states (Wang et al., 29 Oct 2025).
1. Definition: GHZ States and GHZ-Preserving Operations
The -qubit GHZ state is
The GHZ basis comprises all states of the form
i.e., local Pauli operations on each qubit applied to .
A unitary (or quantum channel ) is GHZ-preserving if, for any basis vector ,
for some and phase 0. In the density-matrix formalism, this reads
1
Intuitively, GHZ-preserving gates act exclusively within the GHZ stabilizer structure, only relabeling basis states.
2. Algebraic Structure and Enumeration of GHZ-Preserving Gates
GHZ-preserving unitaries, up to phase and local Paulis, can be decomposed into three distinct subgroups [(Wang et al., 29 Oct 2025), Thm. II.3]:
- Local Pauli gates: Arbitrary single-qubit 2 on each of 3 qubits (for multiple GHZ copies), absorbing global phases.
- B group (bilocal): Eight elements for each pair of nodes, generated by taking the same two-qubit gate 4 on corresponding pairs, with 5 and 6.
- H group (homogeneous): Six elements generated by applying the identical two-qubit gate at every node, drawn from 7.
Any GHZ-preserving unitary may be written as
8
where 9 are local Paulis, 0 are B-group bilocals, and 1 is an H-group homogeneous gate.
The total number of distinct (phaseless) GHZ-preserving unitaries is 2.
| Subgroup | Generator Elements | Algebraic Structure |
|---|---|---|
| B group | 3, 4, 5, 6, etc.7 | 8 |
| H group | 9, SWAP, 0, 1, 2, ...3 | 4 (dihedral), order 5 |
B gates enable bilocal error correlation; H gates homogeneously shuffle errors; Paulis absorb phases.
3. Simulation Framework: Constant-Time GHZ Stabilizer Updating
Traditional simulation methods require 6 (full state vector) or 7 (tableau) time per gate. For GHZ-preserving operations, all action is limited to permutations of the "phase bits" in a block-diagonal stabilizer tableau; there is no mixing of basis elements.
The entire configuration of 8 GHZ basis states is encoded in an 9 bitstring, tracking the 0 sign of each generator. For two GHZ states (1), there are 2 possible basis elements.
For each elementary B or H gate 3, precompute a permutation 4. Application of any GHZ-preserving gate 5 to a state with index 6 then reduces to: 7 which is 8 time.
All permutations are computed once at initialization and reused for subsequent simulations, eliminating further bookkeeping. Since gate application never exits the GHZ basis, this method maintains high efficiency irrespective of 9 (Wang et al., 29 Oct 2025).
4. Circuit-Level Optimization for GHZ Distillation
Leveraging the 0 simulation of GHZ-preserving gates and the drastically shrunken gate set (1 per layer), a genetic-algorithm optimizer with simulated annealing can efficiently search for short distillation circuits maximizing output fidelity under realistic noise (independent depolarizing noise 2 per gate, measurement error 3, input fidelity 4). Hardware constraints include register size 5 and total raw states 6.
In a demonstrative scenario (three nodes, 7 distillation, 8, 9, 0, 1), circuits constructed from H-group gates achieved:
- Higher output fidelity at fixed success probability than standard recurrence methods (e.g., BBPSSW-style).
- Fewer raw states to reach a desired fidelity versus nested protocols.
- Uniform gains across 2 up to 3.
For 4 and 5, output fidelity improved by several percent absolute over previous protocols, saving on average one raw input copy (Wang et al., 29 Oct 2025).
5. GHZ-Preserving Operations for Local-Clifford-Equivalent Graph States
GHZ states correspond to special two-colorable graph states (star graphs with an additional Hadamard on the central node). Any graph state that is local-Clifford (LC)-equivalent to a GHZ state inherits a preserving-gate algebra via conjugation: the B and H generators are mapped through the LC that interconverts the graph and GHZ states.
For example, the 3-qubit complete graph (triangle) with standard generators 6 admits a GHZ-matching generator set under local basis change (7). The same enumeration of preserving operations and 8 simulation extend, with minor relabeling of state indexing.
Full extension to arbitrary graph state topologies is ongoing work (Wang et al., 29 Oct 2025).
6. Impact on Quantum Networking and Open Resources
By restricting attention to the GHZ basis and its stabilizer group, the search space for circuit synthesis shrinks from superexponential (over the full Clifford group) to 9 elements per layer. Simulation complexity drops from 0 or 1 per gate to a constant 2. These advances enable rapid circuit-level optimization, discovering practical distillation circuits outperforming all known protocols under realistic noise regimes.
These methods are directly relevant for near-term quantum networks conducting multipartite entanglement distillation under resource and noise constraints. An open-source Julia implementation is publicly available at https://github.com/umass-qc/GHZpreserving.jl (Wang et al., 29 Oct 2025).