The Controlled NOT (also C-NOT or CNOT) gate is an essential component in the construction of a quantum computer. But since we can't just use it to accomplish all the basic operations, it is not a universal gate. It can be used to disentangle EPR states. Specifically, any quantum circuit can be simulated to an arbitrary degree of accuracy using a combination of CNOT gates and single qubit rotations.
Operation
The CNOT gate flips the second qubit (the target qubit) if and only if the first qubit (the control qubit) is 1.
| Before | After | ||
|---|---|---|---|
| Control | Target | Control | Target |
| 0 | 0 | 0 | 0 |
| 0 | 1 | 0 | 1 |
| 1 | 0 | 1 | 1 |
| 1 | 1 | 1 | 0 |
The resulting value of the second qubit corresponds to the result of a classical XOR gate.
The CNOT gate can be represented by the matrix:
The first experimental realization of a CNOT gate was accomplished in 1995. Here, a single Beryllium ion in a trap was used. The two qubits were encoded into an optical state and into the vibrational state of the ion within the trap. At the time of the experiment, the reliability of the CNOT-operation was measured to be on the order of 90%.
In addition to a regular Controlled NOT gate, one could construct a Function-Controlled NOT gate, which accepts an arbitrary number n+1 of qubits as input, where n+1 is greater than or equal to 2 (a quantum register). This gate flips the last qubit of the register if and only if a built-in function, with the first n qubits as input, returns a 1. The Function-Controlled NOT gate is an essential element of the Deutsch-Jozsa algorithm.
Proof of operation
Let be the orthonormal basis (using Bra-ket notation).Let .
Let be the flip qubit of .
Recall that .
When control qubit is 0
First, we shall prove that :
It's not difficult to verify that .
Then .
As we can see and , using these on the equation above gives
Therefore CNOT doesn't flip the qubit if the first qubit is 0.
When control qubit is 1
Now, we shall prove that , which means that the CNOT gate flips the qubit.
Similarly to the first demonstration, we have .
Then
As we can see that and , using these on the equation above gives
Therefore the CNOT gate flips the qubit into if the control qubit is set to 1. A simple way to observe this is to multiply the CNOT matrix by a column vector, noticing that the operation on the first bit is identity, and a NOT gate on the second bit.
References
- Nielsen, Michael A. & Chuang, Isaac L. (2000). Quantum Computation and Quantum Information. Cambridge University Press. ISBN 0-521-63235-8.
- Monroe, C. & Meekhof, D. & King, B. & Itano, W. & Wineland, D. (1995). "Demonstration of a Fundamental Quantum Logic Gate". Physical Review Letters 75 (75): 4714–4717.

This article is licensed under the GNU Free Documentation License.
Last updated on Thursday July 10, 2008 at 18:26:04 PDT (GMT -0700)
View this article at Wikipedia.org - Edit this article at Wikipedia.org - Donate to the Wikimedia Foundation
Copyright © 2008, Dictionary.com, LLC. All rights reserved.













