---
title: 'Quantum Causal Index: Concepts & Measures'
url: https://www.emergentmind.com/topics/quantum-causal-index
type: topic
---

# Quantum Causal Index: Concepts & Measures

Searching arXiv for recent papers on "Quantum Causal Index" and closely related quantum causal influence measures.
The expression **Quantum Causal Index** has been used in the recent quantum-causality literature to denote several distinct but related objects: an ordered list of input–output slots in a quantum comb, an asymmetric conditional-mutual-information-based directional measure in many-body systems, an operator-valued interventional channel reconstructed from observational data, and, in monitored dynamics, an experimentally accessible cross-entropy quantum causal influence that functions as a quantitative causal index [2012.01731] [2508.12160] [2311.08882] [2601.12271]. Across these usages, the common objective is to formalize how local interventions, measurements, or perturbations modify downstream statistics or process structure in settings where classical light-cone intuition, state-independence, or purely classical causal assumptions are inadequate.

## 1. Multiple formal meanings of the term

In the quantum-comb literature, the Quantum Causal Index is an **ordering object**. For a process consistent with a comb ordering
$$(A_{\sigma(1)},B_{\pi(1)}) \to (A_{\sigma(2)},B_{\pi(2)}) \to \cdots \to (A_{\sigma(n)},B_{\pi(n)}),$$
the index is the ordered list
$$[(\sigma(1),\pi(1)),(\sigma(2),\pi(2)),\ldots,(\sigma(n),\pi(n))],$$
or simply the pair of permutations $(\sigma,\pi)$ [2012.01731]. In this usage, the index encodes **causal order discovery** for a black-box process represented by a comb Choi operator.

In a quantum-many-body usage, the Quantum Causal Index is identified with an **asymmetric quantum conditional mutual information**:
$$QCI(A\to B|C)\equiv I(A;B|C)=\sum_x p_x\,I(B:C)_{\rho^x},$$
where a quantum instrument acts on $A$, one conditions on the outcome $x$, and one measures residual correlations between $B$ and $C$ in the post-measurement branches [2508.12160]. Here the index is explicitly **directional**, because the intervention is performed only on $A$.

A third usage is **operator-valued** rather than scalar. The relevant quantity is the interventional channel
$${\mathcal C}_{A\to B}:=\Phi_{B\mid \mathsf{do}(A)}\in\mathrm{CPTP}(A\to B),$$
or equivalently its Choi operator
$$J_{A\to B}=\bigl(\mathrm{id}_A\otimes\Phi_{B\mid\mathsf{do}(A)}\bigr)\bigl(\ket{\Omega}\bra{\Omega}\bigr),$$
which is reconstructed under structural assumptions such as a quantum front-door criterion [2311.08882]. In that formulation, the “index” is the entire causal map rather than a single number.

A fourth line of work does not use the exact term in the title but introduces a quantity that the source material explicitly describes as a quantitative **“quantum causal index”**: the **cross-entropy quantum causal influence** (XEQCI), defined for monitored dynamics with measurements and post-selection [2601.12271]. This measure was proposed to quantify causal influence operationally and to remain experimentally accessible on near-term hardware.

This suggests that the phrase functions less as a uniquely standardized invariant than as a family label for objects that quantify or encode quantum causal structure under different operational assumptions.

## 2. Comb-based causal order discovery

In the theory of quantum combs, a multipartite process with definite causal order is represented by a positive operator
$$W^{\!\leftrightarrow}\in L(H_{A_1}\otimes\cdots\otimes H_{A_n}\otimes H_{B_1}\otimes\cdots\otimes H_{B_n}),$$
subject to nested link-product normalization constraints such as
$$\mathrm{Tr}_{B_n}[W]=I_{A_n}\otimes W^{(n-1)},$$
continuing recursively down to
$$\mathrm{Tr}_{B_1}[W^{(1)}]=I_{A_1}$$
[2012.01731]. These constraints guarantee that the global map can be built by wiring together $n$ CPTP maps in series, each with memory.

Within this formalism, the Quantum Causal Index is the recovered slot order of the black-box process. A correct index $(\sigma,\pi)$ is one for which there exists a positive operator $W'$ satisfying the comb-normalization conditions in the corresponding slot order and such that $\|W-W'\|\le\epsilon$ for small $\epsilon$, in trace norm on Choi operators or diamond norm on channels [2012.01731].

The central algorithmic subroutine is **FindLast**$(O,k)$, which determines which input/output pair occupies the last tooth in the unknown order. It tests candidate pairs $(A_i,B_j)$ by checking whether $A_i$ is independent of all wires except $B_j$ using informationally complete inputs, maximally entangled states on other inputs, and comparisons of reduced outputs after tracing over $B_j$ [2012.01731]. Once the last pair is found, it is removed by feeding the maximally mixed state into the input and tracing out the associated output, and the procedure is repeated recursively.

The stated query complexity is
$$T_{\mathrm{query}}=O\!\bigl(n^3\cdot \mathrm{poly}(d_A,d_M,1/\delta,\log(1/\kappa))\bigr)=O(\mathrm{poly}(n,R)),$$
with the polynomial-time guarantee tied to low Kraus rank or small memory dimension [2012.01731]. For the noiseless, unitary-memory setting, the source gives
$$T_{\mathrm{query}}\sim O(n^{11}d_A^{12}d_M^2\epsilon^{-8}),$$
which for fixed $d_A,d_M$ is $O(n^{11})$ [2012.01731].

A concrete three-tooth example in the source takes unknown order $\sigma=(2,1,3)$ and $\pi=(1,3,2)$, corresponding to
$$(A_2\to B_1)\to(A_1\to B_3)\to(A_3\to B_2),$$
and the recursive procedure recovers the index
$$[(2,1),(1,3),(3,2)]$$
tooth by tooth [2012.01731].

## 3. Directional QCMI as a scalar causal index

A distinct proposal identifies the Quantum Causal Index with an **asymmetric QCMI** derived from a measurement-based intervention on subsystem $A$ [2508.12160]. Starting from a tripartite state $\rho_{ABC}$, one considers Kraus operators $\{M_x\}$ on $A$ with $\sum_x M_x^\dagger M_x=I_A$, producing branch states
$$\rho^x_{BC}=\frac{1}{p_x}\mathrm{Tr}_A[(M_x\otimes I_{BC})\rho_{ABC}(M_x^\dagger\otimes I_{BC})],$$
where
$$p_x=\mathrm{Tr}[(M_x\otimes I_{BC})\rho_{ABC}(M_x^\dagger\otimes I_{BC})].$$
The directional quantity is then
$$I(A;B|C):=\sum_x p_x\,I(B:C)_{\rho^x}
=\sum_x p_x\,[S(\rho_B^x)+S(\rho_C^x)-S(\rho_{BC}^x)],$$
and the paper identifies
$$QCI(A\to B|C)\equiv I(A;B|C)$$
[2508.12160].

The asymmetry is operational rather than formal: one intervenes only on $A$, then inspects how much correlation remains between $B$ and $C$. The quantity vanishes whenever a measurement on $A$ destroys any residual $B$–$C$ correlations [2508.12160]. This differs from the standard symmetric quantum conditional mutual information
$$I(A:B|C)=S(\rho_{AC})+S(\rho_{BC})-S(\rho_{ABC})-S(\rho_C),$$
which obeys $I(A:B|C)=I(B:A|C)$ [2508.12160].

For lattice systems, the construction yields an effective causal propagation protocol. One sets $A=$ site $i$, $B=$ site $j$, and $C=$ the spins in between, performs a projective measurement on $A$ at $t=0$, evolves under $U(t)=e^{-iHt}$, and computes $I(A;B|C;t)$. The arrival time is defined by
$$t_{\mathrm{arr}}(d)=\min\{t\mid I(A;B|C;t)\ge\epsilon\},$$
with effective velocity
$$v_{\mathrm{eff}}\simeq d/t_{\mathrm{arr}}(d),$$
or equivalently by fitting $t_{\mathrm{arr}}(d)\approx md+b$ and taking $v_{\mathrm{eff}}=1/m$ [2508.12160].

The source reports several spin-chain examples. For a transverse-field Ising chain with $N=3$, $J=h=1$, and $(A,B,C)=(1,3,\{2\})$, $I(A;B|C;t)$ is nearly zero for small $t$, then rises and exhibits damped oscillations [2508.12160]. For an XX chain with $N=4$, $J=1.0$, $h=0.5$, initial state $|1000\rangle$, and $(A,B,C)=(0,3,\{1,2\})$, the time dependence again starts near zero, then after a finite delay begins to grow and oscillate [2508.12160]. For an XX chain with $N=8$ and $h=0.3$, the source gives $\epsilon=0.03$ bits, $m\approx0.397$, and therefore $v_{\mathrm{eff}}\approx 2.52$, with comparison to $v_0=2|J|=2.0$ and $v_{LR}\approx 4e|J|\approx10.9$ [2508.12160].

## 4. Interventional-channel and operator-valued formulations

In the identification framework of quantum causal inference, the central object is not necessarily a scalar. The process-theoretic proposal treats the **interventional channel itself** as the Quantum Causal Index:
$${\mathcal C}_{A\to B}:=\Phi_{B\mid \mathsf{do}(A)}\in\mathrm{CPTP}(A\to B),$$
with equivalent Choi-matrix representation
$$J_{A\to B}=\bigl(\mathrm{id}_A\otimes\Phi_{B\mid\mathsf{do}(A)}\bigr)\bigl(\ket{\Omega}\bra{\Omega}\bigr)$$
[2311.08882]. Scalar indices can then be extracted from this channel, including the diamond-norm variation
$$\delta(A\to B)=\|\Phi_{B\mid\mathsf{do}(A=a)}-\Phi_{B\mid\mathsf{do}(A=a')}\|_\diamond,$$
or an average causal effect under a prior $p(a)$ [2311.08882].

This framework emphasizes identifiability from **observational data** obtained by restricting “observations” to projective measurements. The source explicitly notes that quantum measurements do not trivialize the identification problem: there exist scenarios for which quantum causal identification is not possible, and sufficient conditions are then provided for cases where it is [2311.08882].

Two structural results are highlighted. The first is a **quantum analogue of the front-door criterion**, under assumptions that $(i)$ $X\to Z\to Y$ is the only path from $X$ to $Y$ and $(ii)$ a latent $U$ is a common cause of $X$ and $Y$ but not of $Z$ [2311.08882]. Under these assumptions, the interventional state $\rho_{Y\mid\mathsf{do}(X=x)}$ is identified by an explicit adjustment formula involving observational projectors $\{M^X_x\}$ and $\{M^Z_z\}$ and a CPTP map $E^{Z\to Y}_z$ recovered from observational statistics [2311.08882].

The second is a more general **single-intervention criterion**, referred to in the source as Theorem 8.1 of [JKZ19], which expresses the interventional channel $\Phi_{C\mid\mathsf{do}(X)}$ as a composition $g\circ f$ of operator expressions reconstructed from observational data across two cuts of the comb [2311.08882].

The process-theoretic significance lies in a unification strategy: classical causal identification lives in a Markov category, whereas quantum theory does not because of no broadcasting; the proposed extension instead works in an arbitrary symmetric monoidal category with discarding, such as CPM, and represents causal assumptions by formal string diagrams realized by symmetric-monoidal functors [2311.08882]. In this setting, the Quantum Causal Index is operationally the CPTP map one would obtain under a surgical intervention on $A$ and subsequent observation at $B$.

## 5. Cross-entropy quantum causal influence in monitored dynamics

In monitored many-body dynamics with measurements and post-selection, Wang, Tang, and Qi introduce the **cross-entropy quantum causal influence** (XEQCI) as a practical measure of causal influence [2601.12271]. Let $A$ and $B$ be spacetime regions of a quantum system undergoing possibly non-unitary monitored evolution. One perturbs region $A$ by a unitary $U_A$ and probes region $B$ by a POVM $\{K_b\}$. Writing $\Pr(b|U_A)$ for the Born probability of outcome $b$ in $B$ under perturbation $U_A$, the cross-entropy causal index for one choice of $U_A$ is
$$
\chi_{U_A}
=
\frac{\sum_b \Pr(b|U_A)\Pr(b|1_A)}{\sum_b [\Pr(b|1_A)]^2}.
$$
Averaging over $U_A$ from a unitary 1-design on $A$ and over monitored circuits gives
$$
\overline{\chi}\equiv \mathbb E_C\bigl[\mathbb E_{U_A}\chi_{U_A}\bigr]
$$
[2601.12271].

The measure is motivated by the difficulty of directly estimating nonlinear functionals of the final super-density operator in monitored circuits. According to the source, trace distances and related quantities require multi-copy post-selection and become exponentially costly, whereas the cross-entropy construction extracts a linear functional of the state trajectory on $B$ and thereby avoids the sampling explosion [2601.12271]. Operationally, one runs the circuit, records the measurement trajectory $m$ and outcome $b$, computes offline
$$
c_{b,m}=\frac{\Pr(b|m,1_A)}{\sum_b[\Pr(b|m,1_A)]^2},
$$
and averages the observed $c_{b,m}$ under the sampling distribution $\Pr(b,m|U_A)$ to reproduce $\chi$ [2601.12271].

A central feature of the XEQCI program is **state dependence** on both initial and final boundary states. For a pure product initial state and no post-selection, the XEQCI landscape shows a conventional forward-directed light cone: only $B$ in the future of $A$ has nontrivial $\chi<1$ [2601.12271]. If one instead begins with maximally mixed $\rho_i$ and post-selects onto pure $\rho_f$, then by time reversal the light cone is inverted: only $B$ to the past of $A$ has nonzero influence [2601.12271]. More generally, partially mixed $\rho_i$ and $\rho_f$ interpolate between forward, backward, or two-sided causal futures [2601.12271].

The source further reports that numerical Clifford-circuit studies reveal that the direction in which $\chi$ decays most slowly points from low entropy toward high entropy [2601.12271]. In hybrid circuits with a measurement-induced entanglement transition, the spatial range over which $\chi$ remains non-zero peaks at the critical measurement rate $p_c$ [2601.12271].

## 6. Entropy, analytical models, and comparison with classical causal indices

The monitored-dynamics literature connects the directionality of quantum causal influence to entropy gradients. In a Brownian Gaussian Unitary Ensemble model, the long-time difference between forward and backward influence obeys
$$
\Delta\overline{CI}_1
\equiv
\overline{CI}_+ - \overline{CI}_-
=
\alpha_1\,[e^{-S^{(2)}(\rho_i)}-e^{-S^{(2)}(\rho_f)}],
$$
where $S^{(2)}(\rho)=-\log \mathrm{Tr}\rho^2$ is the second Rényi entropy and $\alpha_1>0$ is a dimension-dependent prefactor [2601.12271]. For disjoint regions a similar result holds with a different prefactor, and at arbitrary time separation one recovers an overall $e^{-\delta t}$ decay modulated by factors depending on $\mathrm{Tr}\rho_f^2-1/d_{\mathrm{tot}}$ [2601.12271]. The sign of
$$e^{-S^{(2)}(\rho_i)}-e^{-S^{(2)}(\rho_f)}$$
therefore determines whether forward or backward influence dominates, which the source summarizes as a precise statement of “time flows toward increasing entropy” [2601.12271].

In dual-unitary circuits, inserting a finite patch $\mathcal R$ of non-dual gates and post-selection inside otherwise dual-unitary dynamics produces state-dependent reconfiguration of causal cones [2601.12271]. The source distinguishes three cases: if only one quadrant is blocked by $\mathcal R$, then $CI=0$ everywhere; if two quadrants are blocked, the causal future reduces to two $45^\circ$ light rays; if three quadrants are blocked, the remaining quadrant gives a full $90^\circ$ cone of nonzero $CI$, with “time” radiating outward from $\mathcal R$ [2601.12271].

These results contrast sharply with classical light-cone causal indices. The source states that classical causal influence is state-independent and strictly confined within a future light cone determined by a Lieb–Robinson bound, whereas quantum causal influence is generically nonlocal, state-dependent through $\rho_i,\rho_f$, and can violate classical notions of future versus past by exhibiting inverted cones, bisected cones, or null rays [2601.12271]. In the QCMI-based spin-chain setting, one still finds a finite-speed causal spread with $v_{\mathrm{eff}}\le v_{LR}$, together with coherent oscillations [2508.12160]. Taken together, these results suggest a spectrum of quantum-causal behavior ranging from modified but still cone-like propagation to causality landscapes whose geometry depends on measurement, post-selection, and boundary conditions.

## 7. Relation to average causal effect and nonclassical causal influence

Several related works quantify quantum causal influence using generalizations of **average causal effect** rather than the term Quantum Causal Index. These are conceptually relevant because they provide scalar interventional measures against which QCI-type quantities can be compared.

One proposal defines the **quantum average causal effect** by replacing total-variation distance with trace distance:
$$
\mathrm{QACE}=TD\bigl(\rho_B(\mathrm{do}(1)),\rho_B(\mathrm{do}(0))\bigr),
$$
or, for qubit interventions, by averaging over pairs of pure inputs on the Bloch sphere [2210.04306]. The source states the bounds
$$0\le \mathrm{QACE}\le 1,$$
with $0$ corresponding to no causal influence and $1$ to perfectly distinguishable output states [2210.04306]. It also gives explicit values for paradigmatic two-qubit gates: local unitaries have QACE $=0$, CNOT and CZ have $\pi/8$, the $B$-gate has approximately $0.5878$, $\sqrt{\mathrm{SWAP}}$ has approximately $0.6427$, and SWAP has $1$ [2210.04306]. In measurement-based quantum computation, the ideal two-qubit graph state yields QACE $=1$, separable resources satisfy
$$\mathrm{QACE}(\rho_{\mathrm{sep}})\le \frac{2}{\pi}\approx 0.637,$$
and pure entangled resources of the family $\ket{G_2^\epsilon}$ exceed the separable bound [2210.04306].

A related but distinct framework considers **qACE in the presence of a quantum common cause** in an instrumental scenario:
$$
\mathrm{qACE}_{A\to B}
=
\max_{a,a',b}
\Bigl[\mathrm{Tr}(N_b^a\rho_B)-\mathrm{Tr}(N_b^{a'}\rho_B)\Bigr]
$$
[2007.01221]. In that setting, the source shows that every pure bipartite entangled state violates classical ACE bounds even in the simplest instrumental scenario where Bell inequalities cannot be violated [2007.01221]. It also gives the hierarchy
$$
\mathrm{cACE}\le \mathrm{qACE}\le \mathrm{nACE}
$$
for classical, quantum, and nonsignaling common-cause models [2007.01221].

A common misconception is that quantum causal quantification is exhausted either by Bell nonlocality or by fixed causal order. The collected literature does not support that view. The instrumental-scenario results show nonclassical causal signatures without Bell violation [2007.01221]; the comb results show efficient recovery of hidden causal order under low Kraus rank [2012.01731]; the identification framework shows that interventional effects can sometimes be reconstructed from observational projective data under structural assumptions [2311.08882]; the QCMI formulation yields directional finite-speed propagation in spin chains [2508.12160]; and the XEQCI program shows state-dependent, post-selection-sensitive causal geometries, including inverted light cones, in monitored dynamics [2601.12271].

In this literature, the Quantum Causal Index is therefore best understood not as a single universally adopted invariant but as a cluster of operational formalisms for encoding or quantifying quantum causal structure under different experimental, information-theoretic, and process-theoretic regimes.

Source: https://www.emergentmind.com/topics/quantum-causal-index