---
title: Transition States (T States) in Quantum Systems
url: https://www.emergentmind.com/topics/transition-states-t-states
type: topic
---

# Transition States (T States) in Quantum Systems

Searching arXiv for papers on multipartite entangled "T states" and related Dicke-state transformations.
Transition states (T states), denoted \(\lvert T_k^n\rangle\), are a class of multipartite entangled states defined by a fixed number of state transitions between adjacent qubits in an ordered computational-basis string. Rather than classifying basis states by excitation number, as in Dicke-state constructions, T states classify them by how often the bit value changes along the qubit ordering, with the first qubit treated relative to an implicit initial \(\lvert 0\rangle\) reference. They are equal-amplitude superpositions over all \(n\)-qubit basis states with exactly \(k\) such transitions, and they are unitarily equivalent to Dicke states through a chain of CX operations, establishing a direct correspondence between transition-based and excitation-based descriptions of multipartite entanglement [2606.05579].

## 1. Definition by transition count

For an \(n\)-qubit computational basis state
\[
\lvert y\rangle=\lvert y_{n-1}y_{n-2}\cdots y_0\rangle,\qquad y_i\in\{0,1\},
\]
the transition count is defined by
\[
y_0+\sum_{j=1}^{n-1}(y_{j-1}\oplus y_j)=k. \tag{1}
\]
Here \(\oplus\) denotes XOR. A basis string has \(k\) transitions when the first qubit is \(1\), counted as a transition from an implicit initial reference state \(\lvert 0\rangle\), and each adjacent pair \((y_{j-1},y_j)\) contributes one transition whenever the two bits differ.

Equivalently, the relevant transition positions are the \(n\) slots
\[
y_0,\ (y_0\oplus y_1),\ (y_1\oplus y_2),\ \dots,\ (y_{n-2}\oplus y_{n-1}).
\]
A T state is the equal-amplitude superposition of all strings with exactly \(k\) occupied transition slots. Since there are \(n\) such slots and one chooses \(k\) of them, the number of basis states is
\[
\binom{n}{k}.
\]
The normalized state is therefore
\[
\lvert T_k^n\rangle
=
\frac{1}{\sqrt{\binom{n}{k}}}
\sum_{\substack{y\in\{0,1\}^n\\ y_0+\sum_{j=1}^{n-1}(y_{j-1}\oplus y_j)=k}}
\lvert y\rangle.
\]

This definition makes adjacency, ordering, and bit-string structure fundamental. The paper’s organizing principle is therefore not occupation number but transition count along a qubit chain [2606.05579].

## 2. Sector structure and ordering dependence

The notation \(\lvert T_k^n\rangle\) indexes the family by the pair \((n,k)\), where \(n\) is the number of qubits and \(k\) is the fixed number of transitions. For fixed \(n\), the possible sectors are
\[
k=0,1,\dots,n,
\]
so there are \(n+1\) transition sectors, directly analogous to the \(k\)-excitation sectors of Dicke states.

A central structural feature is that the transition count depends on adjacency. T states therefore depend on the ordered sequence of qubits rather than only on the multiset of local basis values. The paper explicitly notes that T states are not invariant under qubit permutations, because a permutation generally changes which qubits are adjacent and thus changes the transition count. This distinguishes them from Dicke states, which are permutation symmetric.

This ordering sensitivity gives T states a representation aligned with boundary-like or domain-wall-like structure in a qubit string. The paper states that T states show that entanglement can be indexed by “domain walls” or transition boundaries rather than by excitation number alone.

## 3. Relation to Bell, GHZ, W, and Dicke families

The paper situates T states relative to several standard entangled-state families. Bell states are described as the simplest bipartite entangled states, built from two-qubit correlations. GHZ states are characterized by global correlations among all qubits,
\[
\lvert GHZ_n\rangle=\frac{1}{\sqrt2}\bigl(\lvert 0\rangle^{\otimes n}+\lvert 1\rangle^{\otimes n}\bigr).
\]
W states are single-excitation states,
\[
\lvert W_n\rangle=\frac{1}{\sqrt n}\sum_{j=1}^n \lvert 0\cdots 010\cdots 0\rangle.
\]
Dicke states generalize W states to fixed excitation number \(k\),
\[
\lvert D_k^n\rangle
=
\frac{1}{\sqrt{\binom{n}{k}}}
\sum_{\substack{x\in\{0,1\}^n\\ w(x)=k}}
\lvert x\rangle,
\]
where \(w(x)\) is the Hamming weight.

The key conceptual distinction is that Bell, GHZ, W, and Dicke states are excitation-based or global-correlation-based, whereas T states are transition-based. T states do not count how many qubits are in \(\lvert 1\rangle\); they count how often the bit string changes as one moves along the ordered register. In that sense, T states provide a different classification of basis configurations while retaining the same combinatorial sector size \(\binom{n}{k}\) as Dicke states.

A common misconception is that transition-based organization necessarily defines a new entanglement class. The paper does not make that claim. Instead, it proves unitary equivalence to Dicke states and presents T states as a distinct representation of the same underlying multipartite entanglement structure.

## 4. Unitary equivalence to Dicke states

A central theorem is that T states and Dicke states are related by a simple chain of CX gates [2606.05579]. The operator is
\[
U_{\text{chain}} = CX_{n-2,n-1}\, CX_{n-3,n-2}\cdots CX_{0,1}.
\]
The theorem states
\[
\lvert T_k^n\rangle = U_{\text{chain}} \lvert D_k^n\rangle,
\qquad
\lvert D_k^n\rangle = U_{\text{chain}}^\dagger \lvert T_k^n\rangle.
\]
Because CX is its own inverse, \(U_{\text{chain}}^\dagger\) is the same chain applied in reverse order.

The proof is based on a bijection between binary strings \(x\) and \(y\):
\[
x_0 = y_0,\qquad x_j = y_{j-1}\oplus y_j,\quad j\ge 1. \tag{2}
\]
This identity implies
\[
w(x)=x_0+\sum_{j=1}^{n-1}x_j
=
y_0+\sum_{j=1}^{n-1}(y_{j-1}\oplus y_j),
\]
so \(w(x)=k\) if and only if \(y\) has exactly \(k\) transitions. Operationally, applying the CX chain to a Dicke basis state \(\lvert x_{n-1}\cdots x_0\rangle\) produces \(\lvert y_{n-1}\cdots y_0\rangle\) with
\[
y_0=x_0,\qquad
y_j=x_0\oplus x_1\oplus\cdots\oplus x_j \quad (j\ge1).
\]
The inverse relation is exactly Eq. (2). The CX chain therefore bijects fixed-Hamming-weight strings and fixed-transition strings.

This result has two immediate consequences. First, every T state inherits the entanglement content of the corresponding Dicke state up to unitary equivalence. Second, the theorem gives a concrete preparation route: prepare \(\lvert D_k^n\rangle\) and apply \(U_{\text{chain}}\), or invert the chain to recover the Dicke representation.

## 5. Explicit \(n=5\) examples

For \(n=5\), the paper gives explicit representatives for all transition sectors. They make the definition concrete by listing the strings grouped by the number of adjacent flips.

For \(k=0\),
\[
\lvert T_0^5\rangle=\lvert 00000\rangle.
\]

For \(k=1\),
\[
\lvert T_1^5\rangle
=
\frac{1}{\sqrt5}
(\lvert 10000\rangle+\lvert 11000\rangle+\lvert 11100\rangle+\lvert 11110\rangle+\lvert 11111\rangle).
\]

For \(k=2\),
\[
\lvert T_2^5\rangle
=
\frac{1}{\sqrt{10}}
(\lvert 00001\rangle+\lvert 00010\rangle+\lvert 00011\rangle+\lvert 00100\rangle+\lvert 00110\rangle+\lvert 00111\rangle+\lvert 01000\rangle+\lvert 01100\rangle+\lvert 01110\rangle+\lvert 01111\rangle).
\]

For \(k=3\),
\[
\lvert T_3^5\rangle
=
\frac{1}{\sqrt{10}}
(\lvert 10001\rangle+\lvert 10010\rangle+\lvert 10011\rangle+\lvert 10100\rangle+\lvert 10110\rangle+\lvert 10111\rangle+\lvert 11001\rangle+\lvert 11010\rangle+\lvert 11011\rangle+\lvert 11101\rangle).
\]

For \(k=4\),
\[
\lvert T_4^5\rangle
=
\frac{1}{\sqrt5}
(\lvert 01001\rangle+\lvert 01010\rangle+\lvert 01011\rangle+\lvert 01101\rangle+\lvert 00101\rangle).
\]

For \(k=5\),
\[
\lvert T_5^5\rangle=\lvert 10101\rangle.
\]

These examples exhibit the transition-count criterion directly. The sectors \(k=0\) and \(k=5\) are extremal and contain a single basis state, whereas the intermediate sectors have the expected multiplicities \(\binom{5}{k}\). They also illustrate how the same combinatorial counting as Dicke states is reorganized into adjacency-sensitive superpositions.

## 6. Entanglement interpretation, preparation, and suggested uses

The paper’s main significance claim is that T states form a distinct and useful entangled family because they encode structure through adjacency changes rather than through excitation number [2606.05579]. At the same time, because of the CX-chain equivalence, they are not presented as a new entanglement class up to unitary equivalence; rather, they are a new and useful representation of the Dicke-state class.

This representation has a clear circuit implication. The theorem gives an explicit preparation route by composing a Dicke-state preparation with the CX chain \(U_{\text{chain}}\). A plausible implication is that problems naturally expressed in terms of adjacency, boundaries, or ordered patterns may be more naturally encoded in the T-state basis than in the excitation basis.

The paper suggests several possible application domains. In quantum metrology and sensing, T states may be useful especially for gradients or boundary detection. In error correction, monitoring transition structure may help detect bit-flip-like errors. In quantum search and optimization, they may be relevant when constraints are naturally expressed in terms of adjacency or transition counts rather than Hamming weight.

In summary, T states are transition-based analogues of Dicke states: they retain the same sector cardinality \(\binom{n}{k}\), but organize multipartite superpositions by the number of bit flips along an ordered qubit register. Their main conceptual contribution is to make adjacency itself the organizing variable of multipartite entanglement, while their main technical contribution is an explicit unitary bridge to the Dicke-state formalism.

Source: https://www.emergentmind.com/topics/transition-states-t-states