---
title: Controlled-V Gate in Quantum Computing
url: https://www.emergentmind.com/topics/controlled-v-gate
type: topic
---

# Controlled-V Gate in Quantum Computing

The controlled-\(V\) gate is a two-qubit controlled-unitary whose standard modern meaning is the controlled-\(\sqrt{X}\) gate, denoted \(CV\), where the target undergoes \(V=\sqrt{X}\) only when the control is \(|1\rangle\). In the computational basis, its matrix is
\[
CV=\begin{pmatrix}
1 & 0 & 0 & 0\\
0 & 1 & 0 & 0\\
0 & 0 & \tfrac{1+i}{2} & \tfrac{1-i}{2}\\
0 & 0 & \tfrac{1-i}{2} & \tfrac{1+i}{2}
\end{pmatrix},
\]
and it satisfies \(CV^2=CX\) [2509.07578]. The term is not completely uniform across the literature: in several photonic and linear-optical works, “controlled-\(V\)” denotes a controlled-phase gate, often the \(\phi=\pi/2\) instance of \(\operatorname{diag}(1,1,1,e^{i\phi})\) [1503.06187, 2103.03711]. Recent theory has sharply increased the importance of the controlled-\(\sqrt{X}\) interpretation by showing that \(CV\) is computationally universal in isolation under catalytic embedding with a constant number of clean auxiliary qubits [2509.07578].

## 1. Definition, block structure, and notation

For a unitary \(U\), the controlled gate is written
\[
{\bf C}(U)=|0\rangle\langle 0|\otimes I+|1\rangle\langle 1|\otimes U,
\]
so controlled-\(V\) is the case \(U=V=\sqrt{X}\) [2410.04711]. In block form, a single-control controlled-\(U\) gate is
\[
\operatorname{CU}=\begin{pmatrix}
I_M & 0\\
0 & U
\end{pmatrix},
\]
with \(M\) the target-register dimension; this extends directly to function-controlled gates, where the full matrix is block diagonal and each control block is either \(U\) or \(I_M\) according to a Boolean function \(f\) [2205.02525].

This block-diagonal viewpoint is not merely representational. It underlies structural results about when controlled gates lie in the Clifford hierarchy, and it also clarifies the distinction between the controlled-\(\sqrt{X}\) gate and controlled-phase families. In particular, the same formal pattern accommodates both the matrix above for controlled-\(\sqrt{X}\) and the controlled-phase form
\[
U_\phi=\begin{pmatrix}
1 & 0 & 0 & 0\\
0 & 1 & 0 & 0\\
0 & 0 & 1 & 0\\
0 & 0 & 0 & e^{i\phi}
\end{pmatrix},
\]
which appears in photonic implementations of tunable controlled-phase operations [2011.09302].

## 2. Placement in the Clifford hierarchy

The \(k\)-th level of the \(n\)-qubit Clifford hierarchy is defined recursively by
\[
\mathcal{CH}_{k}\equiv\{U\mid UPU^\dagger\subseteq \mathcal{CH}_{k-1},\ \forall P\in\mathcal{P}_n\},
\]
with \(\mathcal{CH}_1\) the Pauli group and \(\mathcal{CH}_2\) the Clifford group [2410.04711]. For controlled gates, necessary conditions are restrictive: if \({\bf C}(U)\) lies in the qubit Clifford hierarchy, then \(U\) must itself lie in some finite level of the hierarchy, and there must exist \(m>0\) such that \(U^{2^m}\) is a Pauli [2410.04711].

The controlled-\(V\) gate is a canonical example satisfying these conditions. The gate \(V=\sqrt{X}\) obeys \(V^2=X\) and \(V^4=I\), so \(V\) has order \(4\) up to phase; \(V\) is in \(\mathcal{CH}_3\), and controlled-\(V\) is known to be in \(\mathcal{CH}_4\) [2410.04711]. This situates \(CV\) one level above \(V\) in the hierarchy and explains why it is more expressive than Clifford operations while still having a highly constrained algebraic form.

The corresponding sufficiency question remains unresolved in general. For single-qubit Clifford gates, the order-\(2^k\) condition is both necessary and sufficient, and for diagonal gates the same pattern holds; for arbitrary \(U\), however, it is left open whether the same condition guarantees that \({\bf C}(U)\) enters the hierarchy and is exactly one level higher [2410.04711]. A plausible implication is that controlled-\(V\) is unusually well behaved: it satisfies the known necessary criteria and also admits explicit universal constructions, whereas the general classification problem for controlled gates is still incomplete.

## 3. Universality by catalytic embedding

A decisive recent result is that the controlled-\(V\) gate is computationally universal when combined with a catalytic embedding and a small, constant number of clean auxiliary qubits [2509.07578]. The catalytic-embedding condition is
\[
\Gamma_U\ket{\psi}\ket{\chi}=(U\ket{\psi})\ket{\chi},
\]
where \(\ket{\chi}\) is a catalyst state on an ancillary system and is unchanged by the computation [2509.07578]. This construction allows a logical gate \(U\) to be simulated using only physical \(CV\) gates acting on a larger space.

The construction proceeds in two layers. First, \(CV\) already realizes classical reversible primitives exactly and efficiently: \(CV^2=CX\), Toffoli can be implemented with a constant number of \(CV\) gates, and SWAP is likewise covered [2509.07578]. Second, explicit encodings of \(V\), \(S\), and \(T\) are provided using only \(CV\) gates and auxiliary wires in fixed catalyst states; for example, \(\mathcal{E}(V)\) uses an ancilla \(\alpha\) in \(\ket{1}\), \(\mathcal{E}(S)\) uses \(\beta\) in \(\ket{-}=(\ket{0}-\ket{1})/\sqrt{2}\), and \(\mathcal{E}(T)\) uses a third ancilla \(\gamma\) in a specified catalyst state \(\ket{\chi}\) [2509.07578].

The resource overhead is constant. Clifford+Toffoli \(\{S,H,CX,CCX\}\) can be simulated with at most \(2\) clean auxiliary qubits, and Clifford+\(T\) \(\{H,T,CX\}\) with at most \(3\); each simulated logical gate requires at most \(8\) or \(9\) \(CV\) gates, and the encoding requires only nearest-neighbour \(CV\) gates [2509.07578].

| Simulated gate | Auxiliary qubits | \(CV\) gates required |
|---|---:|---:|
| \(CX\) | 0 | 2 |
| \(CCX\) (Toffoli) | 0 | 9 |
| \(S\) | 1 | 1 |
| \(H\) | 2 | 3 |
| \(T\) | 3 | 9 |
| \(CS\) | 2 | 7 |

These figures show that universality is obtained without resorting to asymptotically large gadgetry. This suggests that the obstruction to universality for \(CV\) is not the absence of irrational parameters, but rather the need for an encoding that converts its restricted native action into a universal logical action with constant-factor overhead.

## 4. Expressiveness, rational parameters, and resolved open questions

The universality result settles two distinct questions about the expressive power of controlled-\(V\) [2509.07578]. The first concerns De Vos’ gate set based on Negators. De Vos had posed whether the gate set \(\{CV, N(\pi/2^n)\}\) is universal for quantum computation rather than only for classical reversible logic; the new construction shows that it is computationally universal by the same catalytic-embedding method [2509.07578].

The second concerns the two-qubit gate \(SU^{(\tau)}\) due to Sleator and Weinfurter. Previous universality arguments had applied only for irrational \(\tau\), where density arguments supply arbitrary rotations. For \(\tau=1/2\), however, \(SU^{(1/2)}\) is exactly \(CV\), and universality persists even for this rational choice of \(\tau\) [2509.07578]. This directly overturns the common expectation that universal gate sets must include irrational gate parameters.

The theoretical significance is therefore twofold. On the one hand, the result shows that rational two-qubit gates plus clean ancilla and simple circuit constructions suffice for universal quantum computation with constant-factor resource overhead. On the other hand, it clarifies that the gap between \(CV\) and standard universal sets such as Clifford+\(T\) or Clifford+Toffoli is bridgeable by encoding rather than by altering the underlying gate’s continuous parameters [2509.07578].

## 5. Native realization on superconducting hardware

The controlled-\(\sqrt{X}\) gate has also been implemented directly at the pulse level on IBM superconducting devices using OpenPulse [2102.06117]. In that setting, the cross-resonance interaction is modelled by
\[
H_{CR}=\sum_{P=I,X,Y,Z}\frac{\omega_{ZP}(A,\phi)}{2}Z\otimes P+\sum_{Q=X,Y,Z}\frac{\omega_{IQ}(A,\phi)}{2}I\otimes Q,
\]
and, after echoing and cancellation, the effective entangling term is
\[
\tilde H_{ZX}=\frac{\omega_{ZX}(A,\phi)}{2}Z\otimes X,
\]
which generates
\[
[ZX]^\theta=\exp\!\left(-i\pi\frac{\theta}{2}Z\otimes X\right)
\]
[2102.06117].

Within this framework,
\[
CX=[ZI]^{1/2}[ZX]^{-1/2}[IX]^{1/2},
\qquad
CV=[ZI]^{1/4}[ZX]^{-1/4}[IX]^{1/4},
\]
so the pulse-engineered \(CV\) gate is obtained by halving the cross-resonance pulse duration relative to \(CX\) and adjusting the local rotations from \(\pi/2\) to \(\pi/4\) [2102.06117]. The reported gate time is \(343\) ns for direct OpenPulse \(CV\), compared with \(994\) ns for a QASM-based \(CV\) synthesized from two \(CX\) gates, corresponding to a \(65.5\%\) reduction in gate time; process-tomography results give \(99.23\%\) fidelity for OpenPulse \(CV\) versus \(98.57\%\) for the CX-based realization [2102.06117].

The same paper characterizes the two-qubit gates reachable with two or three \(CV\) gates using Cartan decomposition. For two \(CV\) gates, reachable Weyl-chamber points satisfy
\[
0\le a+b\le 2\gamma,\qquad a-b\ge \pi-2\gamma,
\]
with \(\gamma=\pi/4\); for three \(CV\) gates,
\[
0\le a+b+c\le 3\gamma,\qquad a-b-c\ge \pi-3\gamma
\]
[2102.06117]. Concrete examples include \(\sqrt{iSWAP}\), implemented with \(2\) \(CV\) gates with gate time \(756\) ns versus \(1064\) ns for a CX-based construction, and \(\sqrt{SWAP}\), implemented with \(3\) \(CV\) gates with gate time \(1099\) ns versus \(1631\) ns [2102.06117]. A linearly coupled three-qubit Toffoli gate is likewise improved, from \(2835\) ns and \(90.18\%\) state average fidelity in a CX-only construction to \(1778\) ns and \(94.24\%\) using \(3\) \(CX\) and \(3\) pulse-engineered \(CV\) gates [2102.06117].

## 6. Terminological ambiguity and controlled-phase variants

A persistent source of confusion is that several photonic papers use “controlled-\(V\)” for a controlled-phase gate rather than controlled-\(\sqrt{X}\). In that usage, \(V\) is effectively a phase operation on the \(|11\rangle\) component, and the gate takes the form
\[
U_\phi=\operatorname{diag}(1,1,1,e^{i\phi}),
\]
with the controlled-\(V\) gate corresponding in particular to \(\phi=\pi/2\) in some papers [2011.09302, 1503.06187]. The distinction is substantive: controlled-\(\sqrt{X}\) and controlled-phase are different two-qubit gates even though both fit the generic controlled-unitary template.

Several architectures realize the controlled-phase interpretation. A passive and deterministic photonic scheme based on a single three-level ladder emitter implements any controlled-phase operation from \(0\) to \(\pi\) by tuning the target-photon detuning \(\Delta_T\); in the idealized limit, the acquired phase is
\[
\phi=\pi+2\arctan\!\left(\frac{\Delta_T}{\Gamma_T/2}\right),
\]
and the gate is proposed as especially useful for quantum Fourier transform circuits requiring many controlled-phase gates at arbitrary angles [2011.09302]. A linear-optical programmable scheme encodes the phase in a program qubit
\[
|\psi_P\rangle=\frac{1}{\sqrt{2}}\left(|0\rangle-e^{i\varphi}|1\rangle\right),
\]
with \(\varphi=\pi/2\) yielding the controlled-\(V\) phase gate; its basic success probability is \(1/48\), rising to \(1/12\) with combined optimizations [1503.06187]. A destructive linear-optical controlled-phase gate uses only a single nonlinear sign gate, giving intrinsic success probability \(0.03125\) versus \(0.0625\) for the KLM construction, but an effective success probability \(3.125\times 10^{-4}\) versus \(6.25\times 10^{-6}\) when heralded ancilla generation is included; the trade-off is that the control qubit is destroyed [2103.03711]. A different deterministic photonic architecture based on dynamically coupled cavities and optical nonlinearities reports that gates with \(99\%\) fidelity are feasible with near-term improvements in cavity loss using LiNbO\(_3\) or GaAs [1909.05751].

The literature therefore supports two parallel conventions. For gate-synthesis, hierarchy, and universality discussions, controlled-\(V\) now most significantly denotes controlled-\(\sqrt{X}\). For many photonic implementations, especially those centred on tunable controlled phases, the same label may refer instead to controlled-phase operations, including the \(\pi/2\) case. Careful interpretation of \(V\) is essential in both theoretical and experimental contexts.

Source: https://www.emergentmind.com/topics/controlled-v-gate