Английская Википедия:Clifford gates

Материал из Онлайн справочника
Перейти к навигацииПерейти к поиску

Шаблон:Short description

In quantum computing and quantum information theory, the Clifford gates are the elements of the Clifford group, a set of mathematical transformations which normalize the n-qubit Pauli group, i.e., map tensor products of Pauli matrices to tensor products of Pauli matrices through conjugation. The notion was introduced by Daniel Gottesman and is named after the mathematician William Kingdon Clifford.[1] Quantum circuits that consist of only Clifford gates can be efficiently simulated with a classical computer due to the Gottesman–Knill theorem.

The Clifford group is generated by three gates: Hadamard, phase gate S, and CNOT.[2][3][4] This set of gates is minimal in the sense that discarding any one gate results in the inability to implement some Clifford operations; removing the Hadamard gate disallows powers of <math>{1}/{\sqrt{2}}</math> in the unitary matrix representation, removing the phase gate S disallows <math>i</math> in the unitary matrix, and removing the CNOT gate reduces the set of implementable operations from <math>\mathbf{C}_n</math> to <math>\mathbf{C}_1^n</math>. Since all Pauli matrices can be constructed from the phase and Hadamard gates, each Pauli gate is also trivially an element of the Clifford group.

The <math>Y</math> gate is equal to the product of <math>X</math> and <math>Z</math> gates. To show that a unitary <math>U</math> is a member of the Clifford group, it suffices to show that for all <math>P \in \mathbf{P}_n</math> that consist only of the tensor products of <math>X</math> and <math>Z</math>, we have <math>UPU^\dagger \in \mathbf{P}_n</math>.

Common generating gates

Hadamard gate

The Hadamard gate

<math> H = \frac{1}{\sqrt{2}} \begin{bmatrix} 1 & 1 \\ 1 & -1 \end{bmatrix}</math>

is a member of the Clifford group as <math> HXH^\dagger = Z</math> and <math> HZH^\dagger = X</math>.

S gate

The Phase gate

<math> S = \begin{bmatrix} 1 & 0 \\ 0 & e^{i \frac{\pi}{2}} \end{bmatrix} = \begin{bmatrix} 1 & 0 \\ 0 & i \end{bmatrix} = \sqrt{Z}</math>

is a Clifford gate as <math>SXS^\dagger = Y</math> and <math>SZS^\dagger = Z</math>.

CNOT gate

The CNOT gate applies to two qubits. It is a (C)ontrolled NOT gate, where a NOT gate is performed on qubit 2 if and only if qubit 1 is in the 1 state.

<math> \mathrm{CNOT} = \begin{bmatrix} 1 & 0 & 0 & 0 \\

0 & 1 & 0 & 0 \\ 0 & 0 & 0 & 1 \\ 0 & 0 & 1 & 0 \end{bmatrix}. </math>


Between <math>X</math> and <math>Z</math> there are four options:

CNOT combinations
<math>P</math> CNOT <math>P</math> CNOT<math>^\dagger</math>
<math>X \otimes I </math> <math>X \otimes X </math>
<math>I \otimes X </math> <math>I \otimes X </math>
<math>Z \otimes I </math> <math>Z \otimes I </math>
<math>I \otimes Z </math> <math>Z \otimes Z </math>

Building a universal set of quantum gates

The Clifford gates do not form a universal set of quantum gates as some gates outside the Clifford group cannot be arbitrarily approximated with a finite set of operations. An example is the phase shift gate (historically known as the <math>\pi /8</math> gate):

<math> T = \begin{bmatrix} 1 & 0 \\ 0 & e^{i \frac{\pi}{4}} \end{bmatrix} = \sqrt{S} = \sqrt[4]{Z}</math>.

The following shows that the <math>T</math> gate does not map the Pauli-<math>X</math> gate to another Pauli matrix:

<math>TX{T^\dagger } = \left[ {\begin{array}{*{20}{c}}
 1&0 \\ 
 0&{{e^{i\frac{\pi }{4}}}} 

\end{array}} \right]\left[ {\begin{array}{*{20}{c}}

 0&1 \\ 
 1&0 

\end{array}} \right]\left[ {\begin{array}{*{20}{c}}

 1&0 \\ 
 0&{{e^{ - i\frac{\pi }{4}}}} 

\end{array}} \right] = \left[ {\begin{array}{*{20}{c}}

 0&{{e^{ - i\frac{\pi }{4}}}} \\ 
 {{e^{i\frac{\pi }{4}}}}&0 

\end{array}} \right]\not \in {{\mathbf{P}}_1}</math>

However, the Clifford group, when augmented with the <math>T</math> gate, forms a universal quantum gate set for quantum computation.[5] Moreover, exact, optimal circuit implementations of the single-qubit <math>Z</math>-angle rotations are known.[6][7]

See also

References

Шаблон:Quantum computing