Controlled NOT Gate: Explained

  • Thread starter Dragonfall
  • Start date
  • Tags
    Gate
In summary, the conversation discusses the concept of a controlled NOT gate in quantum computing and the difference between the direct sum and tensor product of individual state spaces. The participants use mathematical notation and explain the state vector representation in terms of joint amplitudes.
  • #1
1,030
4
I'm not sure where to post this, so here it is:

[tex]\left[\begin{array}{cccc}
1&0&0&0\\
0&1&0&0\\
0&0&0&1\\
0&0&1&0\\
\end{array}\right][/tex]

How is this a controlled NOT gate? If I multiply this with [tex]\left[\begin{array}{c}1\\0\\1\\0\end{array}\right][/tex], the second bit is flipped regardless.
 
Mathematics news on Phys.org
  • #2
That looks fine to me. Maybe it would be more clear with Kronecker products in the ket notation? Let |0> and |1> denote the standard basis on C². Then...

[tex]
\left[\begin{array}{c}1\\0\\1\\0\end{array}\right]
= |0\rangle \otimes |0\rangle + |1\rangle \otimes |0\rangle
[/tex]

while

[tex]
\left[\begin{array}{c}1\\0\\0\\1\end{array}\right]
= |0\rangle \otimes |0\rangle + |1\rangle \otimes |1\rangle
[/tex]
 
  • #3
Which coordinates in that column vector represents the control, and which the target bit?
 
  • #4
Dragonfall said:
Which coordinates in that column vector represents the control, and which the target bit?
You're thinking classically. Your state vector cannot be partitioned into "control" and "target" parts -- instead, the vector represents the joint amplitudes of the two qubits. In your chosen basis, the components of the state vector correspond to each of the four ways to choose a basis vector for each qubit. If you had three qubits, your state vector would have eight components.

Algebraically, the joint state space is the tensor product of the individual state spaces. You, however, were thinking of the direct sum (equivalently, direct product) of the individual state spaces.
 
  • #5
So suppose my control bit is 0, and target is 1, then the vector representing the joint amplitudes of them (on which the matrix acts) is [tex]\left[\begin{array}{c}1\\0\end{array}\right] \otimes \left[\begin{array}{c}0\\1\end{array}\right] = \left[\begin{array}{c}0\\1\\0\\0\end{array}\right][/tex]
 
Last edited:
  • #6
That looks right.
 

Suggested for: Controlled NOT Gate: Explained

Replies
1
Views
1K
Replies
8
Views
607
Replies
66
Views
3K
Replies
3
Views
908
Replies
45
Views
3K
Replies
19
Views
1K
Back
Top