3

If one would like to drop the Hadamard from the usual $\{CNOT, H, T\}$ gate set, what is a suitable replacement? It seems like $CZ$ might work here but I don't really know how to prove or disprove it.

In general, is there a way to check if a gate set is/is not universal systematically?

John Doe
  • 33
  • 3

2 Answers2

4

CNOT+CZ+T can't be universal because their matrices are all phased permutations (a permutation matrix times a diagonal matrix; a matrix with exactly one non-zero entry per column and per row). Phased permutation matrices are closed under multiplication, so you can't escape into the wider space of matrices. You have no way to create superpositions, or perform interference.

Craig Gidney
  • 44,299
  • 1
  • 41
  • 116
1

Your gates stabilize the set $G = \text{span}(Z_i)$, and any set of gates that stabilize a finite set cannot be universal.

John
  • 11
  • 1