Papers
Topics
Authors
Recent
Search
2000 character limit reached

Quotient-Augmented Strong Split Tree (QASST)

Updated 4 July 2026
  • QASST is a graph-theoretic structure that augments the strong split tree with explicit split-node correspondences to enable exact reconstruction and efficient graph state preparation.
  • It leverages split decomposition and local complement invariance to replace exhaustive LC-orbit search with a divide-and-conquer strategy, achieving linear-time performance for distance-hereditary graphs.
  • The framework provides practical insights into optimizing gate count and circuit depth in graph state synthesis, integrating exact methods for structured components with heuristics for prime blocks.

The Quotient-Augmented Strong Split Tree (QASST) is a graph-theoretic data structure introduced for the efficient preparation of graph states by exploiting split decomposition and the behavior of local-complement (LC) equivalence classes. In the formulation of "Efficient Preparation of Graph States using the Quotient-Augmented Strong Split Tree" (Connolly et al., 25 Mar 2026), QASST augments the strong split tree of a connected simple graph with explicit split-node correspondences between quotient graphs, enabling both reconstruction of the original graph and a divide-and-conquer strategy for graph-state preparation. Its principal role is to replace exhaustive optimization over an LC orbit with a structural method that is exact for several distance-hereditary families and extensible, via heuristics, to more general graphs (Connolly et al., 25 Mar 2026).

1. Split decomposition and the strong split tree

Let G=(V,E)G=(V,E) be a connected simple graph. A split of GG is a bipartition V=U1U2V=U_1 \sqcup U_2 such that every edge between U1U_1 and U2U_2 induces a complete bipartite subgraph. In the notation given for the framework,

V(G)=U1U2,E(G)(U1×U2)=U1×U2.V(G)=U_1 \sqcup U_2,\qquad E(G)\cap (U_1\times U_2)=U_1\times U_2.

A split is trivial if min(U1,U2)=1\min(|U_1|,|U_2|)=1.

Two splits (U1,U2)(U_1,U_2) and (U1,U2)(U'_1,U'_2) are said to cross if each side of one intersects both sides of the other. A nontrivial split is strong if it crosses no other nontrivial split; trivial splits are declared strong by convention. A graph with no nontrivial split is called prime (Connolly et al., 25 Mar 2026).

Cunningham’s split decomposition, as summarized in the paper, states that every connected graph admits a unique decomposition into quotient graphs obtained by repeatedly collapsing strong splits. The result is organized as a tree TT, called the strong split tree, whose vertices correspond to quotient graphs GG0 and whose edges correspond to the set of strong splits of GG1 (Connolly et al., 25 Mar 2026).

For a strong split GG2, the construction introduces two split-nodes GG3 and GG4 and forms

GG5

with

GG6

Collapsing the split replaces the bipartite subgraph between GG7 and GG8 by the single edge GG9, after which the procedure recurses on the quotient graphs until all nontrivial splits have been collapsed (Connolly et al., 25 Mar 2026).

This decomposition is structurally significant because it converts a graph into a tree-indexed collection of smaller graphs. A plausible implication is that the combinatorial burden of LC-orbit analysis can be shifted from the original graph to its quotient blocks.

2. Definition and reconstruction of the quotient-augmented strong split tree

The quotient-augmented strong split tree of V=U1U2V=U_1 \sqcup U_20 is defined as the data

  • a tree V=U1U2V=U_1 \sqcup U_21 whose nodes are labeled by the quotient graphs V=U1U2V=U_1 \sqcup U_22, and
  • for each edge V=U1U2V=U_1 \sqcup U_23 in V=U1U2V=U_1 \sqcup U_24, the distinguished pair of split-nodes V=U1U2V=U_1 \sqcup U_25.

Accordingly,

V=U1U2V=U_1 \sqcup U_26

The augmentation consists precisely in retaining, for each tree-edge, the correspondence between the split-nodes on its two incident quotient graphs (Connolly et al., 25 Mar 2026).

From QASST one can reconstruct V=U1U2V=U_1 \sqcup U_27 by replacing each tree-edge with all-to-all edges between the neighbors of the associated split-nodes and then deleting the split-nodes. In other words, the tree stores the decomposition topology, while the augmentation stores the information needed to reconstitute the original bipartite interfaces (Connolly et al., 25 Mar 2026).

This reconstruction perspective is central to the later split–fuse procedure for graph states: the same structural information that permits graph reconstruction also prescribes how separately prepared quotient states can be reassembled. This suggests that QASST is not merely a canonical decomposition, but also an execution plan for state preparation.

3. Construction algorithm and computational complexity

The paper gives a recursive procedure BUILD-QASST(G). If V=U1U2V=U_1 \sqcup U_28 has no nontrivial strong split, the output is a tree with a single node V=U1U2V=U_1 \sqcup U_29 and no edges. Otherwise, one finds a strong split U1U_10, forms quotient graphs U1U_11 with split-nodes U1U_12, recursively processes the reduced quotient sides, and then connects the root nodes of the two recursive trees by an edge labeled U1U_13 (Connolly et al., 25 Mar 2026).

The procedure depends on the availability of a strong-split decomposition routine. Using Dahlhaus–Charbit et al.’s linear-time split-decomposition algorithm, the paper states that BUILD-QASST runs in

U1U_14

The complexity claim is therefore linear in the size of the input graph (Connolly et al., 25 Mar 2026).

Within the paper’s scope, this complexity is important for two reasons. First, it makes the structural preprocessing scalable even when direct enumeration of LC orbits is not. Second, it means that the decomposition overhead does not dominate the cost of subsequent graph-state optimization, especially in the distance-hereditary regime where the quotient structure is particularly simple.

4. Invariance under local complement and consequences for LC orbits

For a vertex U1U_15, the local complement at U1U_16 is defined by

U1U_17

Two graphs are LC-equivalent if one can be reached from the other by a sequence of local complements; the resulting equivalence classes are the LC orbits (Connolly et al., 25 Mar 2026).

The paper records the theorem attributed to Bouchet ’87 / Connolly et al. ’26:

  • strong splits of U1U_18 are invariant under local complement;
  • hence the strong split tree U1U_19 is an invariant of the LC orbit of U2U_20;
  • each quotient graph U2U_21 transforms under LC to some U2U_22.

As a consequence,

U2U_23

This gives a factorized over-approximation of the orbit of U2U_24 in terms of the orbits of its quotient graphs (Connolly et al., 25 Mar 2026).

A particularly important specialization occurs for distance-hereditary (DH) graphs. The paper states that if U2U_25 is DH, then every quotient graph U2U_26 is either a star or a complete graph, citing Cunningham ’82 as equivalent to the DH characterization. In that case,

U2U_27

which yields the bound

U2U_28

This replaces a potentially intractable global orbit search with a product bound over simple components (Connolly et al., 25 Mar 2026).

The significance of this result lies in its reduction of LC optimization to local choices on quotient blocks. For DH graphs, those blocks are sufficiently structured that one can characterize orbits analytically rather than by brute force.

5. Graph-state preparation and the split–fuse construction

A graph state U2U_29 is prepared as

V(G)=U1U2,E(G)(U1×U2)=U1×U2.V(G)=U_1 \sqcup U_2,\qquad E(G)\cap (U_1\times U_2)=U_1\times U_2.0

The paper identifies the standard resource measures as:

  • CZ-gate count: V(G)=U1U2,E(G)(U1×U2)=U1×U2.V(G)=U_1 \sqcup U_2,\qquad E(G)\cap (U_1\times U_2)=U_1\times U_2.1,
  • circuit depth: V(G)=U1U2,E(G)(U1×U2)=U1×U2.V(G)=U_1 \sqcup U_2,\qquad E(G)\cap (U_1\times U_2)=U_1\times U_2.2, the edge-chromatic index, with V(G)=U1U2,E(G)(U1×U2)=U1×U2.V(G)=U_1 \sqcup U_2,\qquad E(G)\cap (U_1\times U_2)=U_1\times U_2.3 (Connolly et al., 25 Mar 2026).

QASST motivates a split–fuse strategy:

  1. prepare, in parallel, intermediate graph states V(G)=U1U2,E(G)(U1×U2)=U1×U2.V(G)=U_1 \sqcup U_2,\qquad E(G)\cap (U_1\times U_2)=U_1\times U_2.4 each LC-optimized within its orbit V(G)=U1U2,E(G)(U1×U2)=U1×U2.V(G)=U_1 \sqcup U_2,\qquad E(G)\cap (U_1\times U_2)=U_1\times U_2.5;
  2. convert each V(G)=U1U2,E(G)(U1×U2)=U1×U2.V(G)=U_1 \sqcup U_2,\qquad E(G)\cap (U_1\times U_2)=U_1\times U_2.6 to the exact quotient state V(G)=U1U2,E(G)(U1×U2)=U1×U2.V(G)=U_1 \sqcup U_2,\qquad E(G)\cap (U_1\times U_2)=U_1\times U_2.7 via local Cliffords;
  3. perform Type-II fusions on all pairs of split-nodes V(G)=U1U2,E(G)(U1×U2)=U1×U2.V(G)=U_1 \sqcup U_2,\qquad E(G)\cap (U_1\times U_2)=U_1\times U_2.8 to reassemble V(G)=U1U2,E(G)(U1×U2)=U1×U2.V(G)=U_1 \sqcup U_2,\qquad E(G)\cap (U_1\times U_2)=U_1\times U_2.9 (Connolly et al., 25 Mar 2026).

The reconstruction proposition stated in the paper is that applying exactly one Type-II fusion per edge of min(U1,U2)=1\min(|U_1|,|U_2|)=10 on the split-node pairs in min(U1,U2)=1\min(|U_1|,|U_2|)=11 reconstructs min(U1,U2)=1\min(|U_1|,|U_2|)=12 (Connolly et al., 25 Mar 2026).

For a distance-hereditary graph with quotient graphs min(U1,U2)=1\min(|U_1|,|U_2|)=13, the notation is:

  • min(U1,U2)=1\min(|U_1|,|U_2|)=14 = number of original vertices in min(U1,U2)=1\min(|U_1|,|U_2|)=15,
  • min(U1,U2)=1\min(|U_1|,|U_2|)=16 = degree of min(U1,U2)=1\min(|U_1|,|U_2|)=17 in min(U1,U2)=1\min(|U_1|,|U_2|)=18,
  • min(U1,U2)=1\min(|U_1|,|U_2|)=19 = number of fusions.

Preparing each (U1,U2)(U_1,U_2)0 as a star uses (U1,U2)(U_1,U_2)1 CZ gates and depth (U1,U2)(U_1,U_2)2, with LC conversion adding at most one layer of depth. Then the (U1,U2)(U_1,U_2)3 fusions add (U1,U2)(U_1,U_2)4 entangling operations, all in one step. The resulting totals are (Connolly et al., 25 Mar 2026):

Resource Total
CZ gates (U1,U2)(U_1,U_2)5
Depth (U1,U2)(U_1,U_2)6
Qubits (U1,U2)(U_1,U_2)7

Since (U1,U2)(U_1,U_2)8, the paper concludes that all three quantities scale linearly in (U1,U2)(U_1,U_2)9, in contrast to direct preparation of (U1,U2)(U'_1,U'_2)0, which has (U1,U2)(U'_1,U'_2)1 gates and (U1,U2)(U'_1,U'_2)2 depth (Connolly et al., 25 Mar 2026).

This construction is the operational core of QASST. It converts a structural decomposition into a preparation schedule whose asymptotic behavior is explicit.

6. Distance-hereditary families and extensions to general graphs

For several DH families, the paper states that QASST can be used to characterize LC orbits and identify representatives with reduced controlled-(U1,U2)(U'_1,U'_2)3 count or preparation circuit depth. The explicitly listed families are complete bipartite graphs (U1,U2)(U'_1,U'_2)4, clique-stars, and complete multipartites. In these cases one can classify (U1,U2)(U'_1,U'_2)5 via QASST and pick the LC-optimal representative analytically, without brute-force search; the paper refers to closed-form formulas for (U1,U2)(U'_1,U'_2)6 and (U1,U2)(U'_1,U'_2)7 in Connolly et al. ’26 (Connolly et al., 25 Mar 2026).

For DH components, split–fuse always uses star qubits and fusions, achieving linear scaling in gates and depth. The paper further notes that for sufficiently large (U1,U2)(U'_1,U'_2)8—for example, (U1,U2)(U'_1,U'_2)9 in TT0 families—split–fuse already outperforms direct LC-optimal circuits (Connolly et al., 25 Mar 2026).

Beyond the DH setting, QASST may contain prime quotient graphs. The paper proposes a generalized divide-and-conquer split–fuse strategy in which stars and complete graphs are handled as before, while prime blocks are treated either by known small-TT1 LC-optimal circuits or by a triangle-enumeration heuristic:

The paper reports that this hybrid method—split–fuse combined with the heuristic—shows empirical improvement on dense Erdős–Rényi graphs (Connolly et al., 25 Mar 2026).

A plausible implication is that QASST functions as a framework rather than a single closed-form algorithm: exact structural simplification where the quotient blocks are controlled, and heuristic reduction where prime blocks remain.

7. Theoretical scaling, empirical behavior, and scope

The paper states a Linear Scaling for DH theorem: for any distance-hereditary graph on TT5 vertices with TT6 quotient blocks, the split–fuse algorithm prepares its graph state with TT7 CZ gates and TT8 depth, using TT9 temporary qubits (Connolly et al., 25 Mar 2026). This gives a formal asymptotic guarantee for the DH class.

The empirical observations reported are:

  • in random DH samples up to GG00, split–fuse depth grows GG01, often nearly constant;
  • in complete-multipartite LC orbits, split–fuse outperforms direct LC-optimal from GG02 onward;
  • on dense random graphs, generalized split–fuse plus the triangle heuristic reduces gates by approximately GG03–GG04 over naive or heuristic-only methods (Connolly et al., 25 Mar 2026).

The stated complexity profile is:

  • QASST construction in GG05,
  • fusion scheduling in one additional step,
  • LC conversions and heuristic in GG06 worst-case for prime blocks (Connolly et al., 25 Mar 2026).

The paper positions these gains against the difficulty of brute-force LC-orbit enumeration and states that the framework avoids the GG07-hard enumeration of full LC orbits (Connolly et al., 25 Mar 2026). Within that framing, QASST is best understood as a structural invariant and synthesis tool that leverages the preservation of strong splits under local complement, turning graph decomposition into a preparation methodology for graph states.

Definition Search Book Streamline Icon: https://streamlinehq.com
References (1)

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 Quotient-Augmented Strong Split Tree (QASST).