7

For a single qubit, the Clifford hierarchy is defined to be $$ \mathcal C^{(k)} = \Big\{ U \in \mathbf U(2) \mathrel{\Big\vert} \forall P \in \mathcal C^{(1)} : U P U^\dagger \in \mathcal C^{(k-1)} \Big\}. $$ Is it true that all elements of $ \mathcal C^{(k)} $ must have entries in the field generated by $ \zeta_{2^k} $, a primitive $ 2^k $th root of unity? In particular, is it the case that a matrix like $$ \Phi= \frac{1}{2} \begin{bmatrix} \varphi+ i \varphi^{-1} & 1\\ -1 & \varphi - i \varphi^{-1} \end{bmatrix} $$must not be in the Clifford hierarchy? Here $ \varphi:= \frac{1+\sqrt{5}}{2} $ is the golden ratio and $ \varphi^{-1}= \frac{-1+\sqrt{5}}{2} $ is its multiplicative inverse.

Frederik vom Ende
  • 4,163
  • 3
  • 12
  • 49

1 Answers1

6

I assume that you mean entries in $\mathbb Q[\zeta_{2^k}]$, up to a global phase, right? This is certainly true for $k=1,2$: Clearly, any element of the Pauli group has, up to a global phase, entries in $\mathbb Q$. It is also known that the minimal matrix group which is projectively isomorphic to the Clifford group has entries in $\mathbb Q[i]$.

In the more general case, this may be true, but it is far from being clear. The form of diagonal unitaries in the Clifford hierarchy was characterized (see Cui-Gottesman-Krishna), and it is known that they involve powers of $2^m$-th roots of unity for $m\leq k$. The full Clifford hierarchy is still not completely understood. There is a subset called semi-Clifford unitaries (Ref) which are exactly those unitaries which can be written as $C_1 D C_2$ where $C_1$,$C_2$ are Clifford and $D$ is a diagonal matrix. For this subset, your claim certainly still holds. Beyond this, we get into unsettled territory.

To address your example, it is not in the Clifford hierarchy. This is because it is known that for $n=1,2$ qubits, all gates in the Clifford hierarchy are semi-Clifford.

If you want to dive into this, here are some more recent takes on the Clifford hierarchy:

  1. "Unifying the Clifford Hierarchy via Symmetric Matrices over Rings" (make sure you have v3) http://arxiv.org/abs/1902.04022
  2. "Un-Weyl-ing the Clifford Hierarchy" http://arxiv.org/abs/2006.14040

Final note: This holds only for qubits. In prime dimensions $p>2$, the interplay between $p$, the order of the root of unity, and the level of the hierarchy is more involved (e.g. Cliffords can be written using a $p$-th root of unity). See the paper by Cui et al.

Very final note: On second thought, you might not need the full machinery. Maybe it's possible to prove this by induction using the definition alone. But I'm not sure how to argue in this case.

Glorfindel
  • 628
  • 1
  • 9
  • 24
Markus Heinrich
  • 5,652
  • 11
  • 22