Chapter 2 - Qubits and Collections of Qubits

From Qunet
Revision as of 17:32, 10 May 2016 by Sblair42 (talk | contribs) (The Pauli Matrices)
Jump to: navigation, search

Introduction

There are several parts to any quantum information processing task. Some of these were written down and discussed by David DiVincenzo in the early days of quantum computing research and are therefore called DiVincenzo’s requirements for quantum computing. These include, but are not limited to, the following, which will be discussed in this chapter. Other requirements will be discussed later.

Five requirements DiVincenzo:2000 [7]:

  1. Be a scalable physical system with well-defined qubits
  2. Be initializable to a simple fiducial state such as Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert{000...}\right\rangle}
  3. Have much longer decoherence times than gating times
  4. Have a universal set of quantum gates
  5. Permit qubit-specific measurements

The first requirement is a set of two-state quantum systems which can serve as qubits. The second is to be able to initialize the set of qubits to some reference state. In this chapter, these will be taken for granted. The third concerns noise or as it has become known, "decoherence." The term decoherence has had a more precise definition in the past, but here it will usually be synonymous with noise. Noise/decoherence will be discussed in Chapter 6. This chapter is primarily concerned with the fifth of these criteria. This will enable us to discuss many interesting aspects of quantum information problems while postponing some other technical details regarding the other criteria. In addition, we cannot ignore the fifth requirement since it also concerns universality which is the ability to perform an arbitrary computation.

Qubit States

As mentioned in the introduction, a qubit, or quantum bit, is represented by a two-state quantum system. It is referred to as a two-state quantum system, although there are many physical examples of qubits which are represented by two different states of a quantum system that has many available states. These two states are represented by the vectors Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert{0}\right\rangle} and and the qubit could be in the state , the state , or a complex superposition of these two. A qubit state which is an arbitrary superposition is written as


(2.1)

where and are complex numbers. Our objective is to use these two states to store and manipulate information. If the state of the system is confined to one state, the other state, or a superposition of the two, then


(2.2)

This means that this vector is normalized, i.e. its magnitude (or length) is one. The set of all such vectors forms a two-dimensional complex (so four-dimensional real) vector space.[1] The basis vectors for such a space are the two vectors and which are called computational basis states. These two basis states are represented by


(2.3)

Thus, the qubit state can be rewritten as


(2.4)

Qubit Gates

During a computation, one qubit state will need to be taken to a different one. In fact, any valid state should be able to be operated upon to obtain any other state. Since this is a complex vector with magnitude one, the matrix transformation required for closed system evolution is unitary (see Appendix C.3.9, Unitary Matrices). These unitary matrices, or unitary transformations, as well as their generalization to many qubits, transform one complex vector into another and are also called quantum gates, or gating operations. Mathematically, we may think of them as rotations of the complex vector and in some cases (but not all) correspond to actual rotations of the physical system.

Circuit Diagrams for Qubit Gates

Unitary transformations are represented in a circuit diagram with a box around the unitary transformation. Consider a unitary transformation on a single qubit state Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert{\psi}\right\rangle} . If the result of the transformation is Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert{\psi^\prime}\right\rangle} , we can then write


Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert{\psi^\prime}\right\rangle = V\left\vert{\psi}\right\rangle.} (2.5)

The corresponding circuit diagram is shown in Fig. 2.1.

Vbox1qu.jpg Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert{\psi^\prime}\right\rangle}
Figure 2.1: Circuit diagram for a one-qubit gate that implements the unitary transformation Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle V\,\!} . The input state Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert{\psi}\right\rangle} is on the left and the output, , is on the right.


Notice that the diagram is read from left to right. This means that if two consecutive gates are implemented, say Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle V} first and then Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle U} , the equation reads:


Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert{\psi^{\prime\prime}}\right\rangle = UV\left\vert{\psi}\right\rangle.} (2.6)


The circuit diagram will have the boxes in the reverse order from the equation, i.e. on the left and on the right (refer to Fig. 2.2 below). While this is somewhat confusing, it is important to remember convention; circuit diagrams will become increasingly important as the number of operations grows larger.

UVbox1qu.jpg Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert{\psi^{\prime\prime}}\right\rangle}
Figure 2.2: Circuit diagram for two one-qubit gates that implements the unitary transformation Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle V\,\!} followed by another unitary transformation Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle U\,\!} . Like the single gate, the input state is on the left and the new output, Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert{\psi^{\prime\prime}}\right\rangle} , is on the right.

Examples of Important Qubit Gates

There are, of course, an infinite number of possible unitary transformations that we could implement on a single qubit since the set of unitary transformations can be parameterized by three parameters. However, a single gate will contain a single unitary transformation, which means that all three parameters are fixed. There are several such transformations that are used repeatedly. For this reason, they are listed here along with their actions on a generic state Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert{\psi}\right\rangle = \alpha_0\left\vert{0}\right\rangle + \alpha_1\left\vert{1}\right\rangle} . Note that one could also completely define the transformation by its action on a complete set of basis states.

The following is called an “x” gate, or a bit-flip,


Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle X = \left(\begin{array}{cc} 0 & 1 \\ 1 & 0 \end{array}\right).} (2.7)

Its action on a state is to exchange the basis states,


Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle X\left\vert{\psi}\right\rangle = \alpha_0\left\vert{1}\right\rangle + \alpha_1\left\vert{0}\right\rangle,} (2.8)

for this reason it is also sometimes called a NOT gate. However, this term will be avoided because a general NOT gate does not exist for all quantum states. (It does work for all qubit states, but this is a special case.)

The next gate is called a phase gate or a “z” gate. It is also sometimes called a phase-flip, and is given by


Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Z = \left(\begin{array}{cc} 1 & 0 \\ 0 & -1 \end{array}\right).} (2.9)

The action of this gate is to introduce a sign change on the state Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert{1}\right\rangle} which can be seen through


(2.10)

The term phase gate is also used for the more general transformation


Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle P = \left(\begin{array}{cc} e^{i\theta} & 0 \\ 0 & e^{-i\theta} \end{array}\right).} (2.11)

For this reason, the z-gate will either be called a “z-gate” or a phase-flip gate.

Another gate closely related to these, is the “y” gate. This gate is


Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Y = \left(\begin{array}{cc} 0 & -i \\ i & 0 \end{array}\right).} (2.12)

The action of this gate on a state is


Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Y\left\vert{\psi}\right\rangle = -i\alpha_1\left\vert{0}\right\rangle +i \alpha_0\left\vert{1}\right\rangle = -i(\alpha_1\left\vert{0}\right\rangle - \alpha_0\left\vert{1}\right\rangle)} (2.13)

From this last expression, it is clear that, up to an overall factor of Failed to parse (syntax error): {\displaystyle −i\,\!} , this gate is the same as acting on a state with both Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle X} and gates. However, the order matters, and it should be noted that

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle XZ = -i Y,\,\!}

whereas

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle ZX = i Y.\,\!}

The fact that the order matters should not be a surprise to anyone since matrices in general do not commute. However, such a condition arises so often in quantum mechanics that the difference between these two is given an expression and a name. The difference between the two is called the commutator and is denoted with a . That is, for any two matrices, Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A} and , the commutator is defined to be


(2.14)

For the two gates and ,


(2.15)

A very important gate which is used in many quantum information processing protocols, including quantum algorithms, is called the Hadamard gate,


(2.16)

In this case, its helpful to look at what this gate does to the two basis states:



(2.17)

So the Hadamard gate will take either one of the basis states and produce an equal superposition of the two basis states; this is the reason it is so-often used in quantum information processing tasks. On a generic state,


(2.18)

The Pauli Matrices

The three matrices Eq.(2.7), Eq.(2.12), and Eq.(2.9) are called the Pauli matrices. They are also sometimes denoted Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \sigma_x\,\!} , and , or , and respectively. They are ubiquitous in quantum computing and quantum information processing. This is because they, along with the identity matrix, form a basis for the set of Hermitian matrices and can be used to describe all unitary transformations as well. We will return to the latter point in the next chapter.

TABLE 2.1
Table 2.1: The Pauli Matrices. The table shows the Pauli matrices, three different, but common notations, and the action on a state. The is a binary digit, 0 or 1.
Pauli Matrix Notation 1 Notation 2 Notation 3 Action
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \sigma_2\,\!}
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \sigma_3\,\!} Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Z|x\rangle = (-1)^x|x\rangle\,\!}


To show that they form a basis for Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 2 \times 2} Hermitian matrices, note that any such matrix can be written in the form


(2.19)

Since Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a_0\,\!} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a_3\,\!} are arbitrary, Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a_0 + a_3\,\!} and Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle a_{0}-a_{3}\,\!} are arbitrary too. This matrix can be written as


Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{align}A &= a_0 \mathbb{I} + a_1X + a_2Y + a_3 Z \\ &= a_0 \mathbb{I} + a_1\sigma_1 + a_2\sigma_2 + a_3 \sigma_3 \\ &= a_0 \mathbb{I} + \vec{a}\cdot\vec{\sigma}, \\ \end{align} } (2.20)

where Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \vec{a}\cdot\vec{\sigma} = \sum_{i=1}^3a_i\sigma_i\,\!} is the "dot product" between Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \vec{a}\,\!} and .

An important and useful relationship between these is the following (which shows why the latter notation above is so useful)


Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \sigma_i\sigma_j = \mathbb{I}\delta_{ij} +i \epsilon_{ijk}\sigma_k,} (2.21)

where Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle i, j, k\,\!} are numbers from the set Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \{1, 2, 3\}\,\!} and the definitions for and are given in Eqs. (C.17) and (C.8) respectively. The three matrices are traceless Hermitian matrices and they can be seen to be orthogonal using the so-called Hilbert-Schmidt inner product, which is defined, for matrices and , as


Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (A,B) = \mbox{Tr}(A^\dagger B).} (2.22)

The orthogonality for the set is then summarized as


Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (\sigma_i,\sigma_j) = \mbox{Tr}(\sigma_i\sigma_j) = 2\delta_{ij}.\,\!} (2.23)

This property is contained in Eq. (2.21). This one equation also contains all of the commutators. Subtracting the equation with the product reversed,


Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle [\sigma_i,\sigma_j] = (\mathbb{I}\delta_{ij} +i \epsilon_{ijk}\sigma_k) -(\mathbb{I}\delta_{ji} +i \epsilon_{jik}\sigma_k),} (2.24)

but and . This can now be simplified,


Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle [\sigma_i,\sigma_j] = 2i \epsilon_{ijk}\sigma_k.\,\!} (2.25)

States of Many Qubits

Let us now consider the states of several (or many) qubits. For one qubit, there are two possible basis states, say Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert{0}\right\rangle\,\!} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert{1}\right\rangle\,\!} . If there are two qubits, each with these basis states, basis states for the two together are found by using the tensor product (see Appendix C.7, Tensor Products). The set of basis states obtained in this way is

This set is more often written in short-hand notation as (again see Appendix C.7, Tensor Products for details and examples)


Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\{\left\vert{00}\right\rangle, \; \left\vert{01}\right\rangle, \; \left\vert{10}\right\rangle, \; \left\vert{11}\right\rangle \right\},\,\!} (2.26)

which can also be expressed as


Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\{\left(\begin{array}{c} 1 \\ 0 \\ 0 \\ 0 \end{array}\right), \; \left(\begin{array}{c} 0 \\ 1 \\ 0 \\ 0 \end{array}\right), \; \left(\begin{array}{c} 0 \\ 0 \\ 1 \\ 0 \end{array}\right), \; \left(\begin{array}{c} 0 \\ 0 \\ 0 \\ 1 \end{array}\right) \right\}.\,\!} (2.27)

The extension to three qubits is straight-forward,


Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\{\left\vert{000}\right\rangle, \; \left\vert{001}\right\rangle, \; \left\vert{010}\right\rangle, \; \left\vert{011}\right\rangle, \; \left\vert{100}\right\rangle, \; \left\vert{101}\right\rangle, \; \left\vert{110}\right\rangle, \; \left\vert{111}\right\rangle \right\}.\,\!} (2.28)

Those familiar with binary will recognize these as the numbers zero through seven. Thus we consider this an ordered basis. Thus, they can also be acceptably presented as


(2.29)

The ordering of the products is important because each spot corresponds to a physical particle or physical system. When some confusion may arise, we may also label the ket with a subscript to denote the particle or position. For example, two different people, Alice and Bob, can be used to represent distant parties that may share some information or wish to communicate. In this case, the state belonging to Alice can be denoted Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert{\psi}\right\rangle_A\,\!} . Or if she is referred to as party 1 or particle 1, Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert{\psi}\right\rangle_1\,\!} .

The most general 2-qubit state is written as


Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert{\psi}\right\rangle = \alpha_{00}\left\vert{00}\right\rangle + \alpha_{01}\left\vert{01}\right\rangle + \alpha_{10}\left\vert{10}\right\rangle + \alpha_{11}\left\vert{11}\right\rangle =\left(\begin{array}{c} \alpha_{00} \\ \alpha_{01} \\ \alpha_{10} \\ \alpha_{11} \end{array}\right).} (2.30)

The normalization condition is The generalization to an arbitrary number of qubits, say Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle n\,\!} , is also rather straight-forward and can be written as

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert{\psi}\right\rangle = \sum_{i=0}^{2^n-1} \alpha_i\left\vert{i}\right\rangle.\,\!}

Quantum Gates for Many Qubits

Just as the case for one single qubit, the most general closed-system transformation of a state of many qubits is a unitary transformation. Being able to make an arbitrary unitary transformation on many qubits is an important task. If an arbitrary unitary transformation on a set of qubits can be made, then any quantum gate can be implemented. If this ability to implement any arbitrary quantum gate can be accomplished using a particular set of quantum gates, that set is said to be a universal set of gates or that the condition of universality has been met by this set. It turns out that there is a theorem which provides one way for identifying a universal set of gates.

Theorem:

The ability to implement a special class of two-qubit gates, called entangling gates[2], between any two qubits, plus the ability to implement all single-qubit unitary transformations, will enable universal quantum computing.

It turns out that one doesn’t need to be able to perform an entangling gate between distant qubits; nearest-neighbor interactions are sufficient. We can transfer the state of a qubit to a qubit that is next to the one we would like it to interact with, then perform the entangling gate between the two and then transfer back.

This is an important and often used theorem which will be the main focus of the next few sections. A particular class of two-qubit gates which can be used to entangle qubits will be discussed along with circuit diagrams for many qubits.

Controlled Operations

One of the special types of two-qubit gates that may be called "entangling" is the following "controlled operation." A controlled operation is one that is conditioned on the state of another part of the system, usually a qubit. The most cited example is the CNOT (controlled NOT) gate, which flips one (target) bit if another qubit (called the "control") is in the state Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert{1}\right\rangle\,\!} ; thus it is controlled NOT operation for qubits. This gate is used often enough to warrant detailed discussion here.

Consider the following matrix operation on two qubits:


(2.31)

Under this transformation, the following changes occur:


Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{array}{c|c} \; \left\vert{\psi}\right\rangle\; & C_{12}\left\vert{\psi}\right\rangle \\ \hline \left\vert{00}\right\rangle & \left\vert{00}\right\rangle \\ \left\vert{01}\right\rangle & \left\vert{01}\right\rangle \\ \left\vert{10}\right\rangle & \left\vert{11}\right\rangle \\ \left\vert{11}\right\rangle & \left\vert{10}\right\rangle \end{array}} (2.32)

This transformation is called the CNOT, or controlled NOT, since the second bit is flipped if the first is in the state Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert{1}\right\rangle\,\!} and otherwise left alone. The subscripts on the CNOT gates are necessary since the qubit which is to serve as the control and which is to serve as the target. This is the purpose. The circuit diagram for this transformation corresponds to the following representation of the gate. Let Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x\,\!} and be zero or one. The CNOT is then given by


(2.33)

In binary, of course , Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 0\oplus 1 = 1 = 1\oplus 0} , and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 1\oplus 1 =0} . The circuit diagram is given in Fig. 2.3 below. The first qubit at the top of the diagam, Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert{x}\right\rangle} , is called the control bit while the one below, , is called the target bit.

CNOT.jpg

Figure 2.3: Circuit diagram for a CNOT gate.

One can immediately generalize the operation of the CNOT to a controlled-U gate. This is a gate, shown in Fig. 2.4, which implements a unitary transformation Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle U\,\!} on the second qubit, if the state of the first is Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert{1}\right\rangle\,\!} . The matrix transformation is given by


Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle CU_{12} = \left(\begin{array}{cccc} 1 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 \\ 0 & 0 & u_{11} & u_{12} \\ 0 & 0 & u_{21} & u_{22} \end{array}\right),} (2.34)

where the matrix

For example the controlled-phase gate is given in Fig. 2.5.

CU.jpg
Figure 2.4: Circuit diagram for a CU gate.

Many-qubit Circuits

Many qubit circuits are a straight-forward generalization of the single quibit circuit diagrams. For example, Fig. 2.6 shows the implementation of CNOTFailed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle _{14}} and CNOTFailed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle _{23}} in the same diagram. The crossing of lines is not confusing since there is a target and control which are clearly distinguished in each case.

It is quite interesting however, that as the diagrams become more complicated, the possibility arises that one may change between equivalent forms of a circuit that, in the end,

CP.jpg
Figure 2.5: Circuit diagram for a Controlled-phase Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle C_{PHASE}\!} gate.


Multiqcs.jpg
Figure 2.6: Multiple CNOT gates on a set of qubits.

implements the same multiple-qubit unitary. For example, noting that , the two circuits in Fig. 2.7 implement the same two-qubit unitary transformation. This enables the simplication of some quite complicated circuits.

Hzhequiv.jpg
Figure 2.7: Two circuits which are equivalent since they implement the same two-qubit unitary transformation.

Measurement

Measurement in quantum mechanics is quite different from that of classical mechanics. In classical mechanics (and classical computing), one assumes that a measurement can be made at will without disturbing or changing the state of the physical system. In quantum mechanics, this assumption cannot be made. This is important for a variety of reasons that will hopefully become clear later.


Standard Prescription

The standard prescription, or rule, for quantum measurement is sometimes called the Born rule. This is very well described in Mermin's book [1]. Here, we provide some examples and a brief description of the rule and how to use it. It should be stated, however, that the rule does not actually describe at all what physically takes place during a measurement. Everything is quantum mechanical and thus a measurement should properly be described by an interaction between two quantum mechanical objects. The Born rule is a good approximation to this for a variety of physical systems. It is also much simpler than a fully quantum mechanical treatment. Thus we use this throughout our discussions.

As an example, consider the quantum state in a superposition of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert 0\right\rangle\,\!} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert 1\right\rangle\,\!} of the form


Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert\psi\right\rangle = \alpha_0\left\vert 0\right\rangle + \alpha_1\left\vert 1\right\rangle, \,\!} (2.35)

with . If the state is measured in the computational basis (the Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left| 0 \right\rangle, \left| 1 \right \rangle \!} basis), the result will be Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert 0\right\rangle\,\!} with probability Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle |\alpha_0|^2\,\!} and with probability Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle |\alpha_1|^2\,\!} . As always, it is important to note that this state is not one of the computational basis states, but is a superposition of the two. Immediately after the measurement, the system, or particle, will be in the state that was measured. For example, if the state was obtained, which it will be with probability Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle |\alpha_0|^2\,\!} , then the state immediately after the measurement will be Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left| 0 \right\rangle \!} .

Note that one cannot say that the system was in the state with some probability. The system was in the state Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert \psi\right\rangle\,\!} . When it is measured, we obtain the result Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left| 0 \right\rangle \!} with some probability.

This can be easily shown by acting on the state Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert \psi^\prime\right\rangle = (1/\sqrt{2})(\left| 0 \right\rangle +\left| 1 \right\rangle)\,\!} with a Hadamard transformation,


(2.36)

This state, produced from a unitary transformation of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert\psi^\prime\right\rangle\,\!} , has probability Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 0\,\!} of being in the state Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert 1\right\rangle\,\!} and probability of being in the state Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert 0\right\rangle\,\!} . If it were in one or the other, then acting on the state with a Hadamard transformation would give some probability of it being in Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert 0\right\rangle\,\!} and some probability of being in Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert 1\right\rangle\,\!} . (This argument is so simple and pointed that it was taken almost word-for-word from Mermin's book [1], page 27.)

A measurement in the computational basis is said to project this state into either the state or the state with probabilities Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle |\alpha_0|^2\,\!} and respectively. To understand this as a projection, consider the following way in which the Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 0\,\!} -component of the state Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert \psi\right\rangle\,\!} is found. The state is projected onto the the state Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert 0\right\rangle\,\!} mathematically by taking the inner product (see Section C.4, More Dirac Notation) of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert 0\right\rangle\,\!} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert \psi\right\rangle\,\!}


(2.37)

Notice that this is a complex number and that its complex conjugate can be expressed as


Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\langle\psi \mid 0\right\rangle = \alpha_0^*. \,\!} (2.38)

Therefore the probability can be expressed as


Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\langle\psi\mid 0 \right\rangle \left\langle 0\mid\psi\right\rangle = \left\vert\left\langle 0\mid \psi\right\rangle \right\vert^2.\,\!} (2.39)

Now consider a multiple-qubit system with state


Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert \Psi\right\rangle = \sum_i \alpha_i\left\vert i\right\rangle.\,\!} (2.40)

The result of a measurement is a projection and the state is projected onto the basis state Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert i\right\rangle\,\!} with probability Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle |\alpha_i|^2\,\!} ---the same properties are true of this more general system.

To summarize, if a measurement is made on the system , the result Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert i\right\rangle\,\!} is obtained with probability Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle |\alpha_i|^2\,\!} . Assuming that Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert i\right\rangle \,\!} results from the measurement, the state of the system has been projected into the state . Therefore, the state of the system immediately after the measurement is Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert i\right\rangle\,\!} .

A circuit diagram with a measurement represented by a box with an arrow is given in Figure 2.8.

Measurementcd.jpg
Figure 2.8: The circuit diagram for a measurement.

An alternative is to put an "M" inside the box. This is shown in Fig. 2.9.

MeasurementM.jpg
Figure 2.9: An alternative circuit diagram for a measurement.

As an example, the measurement result can be used for input for another state. The unitary transform in Figure 2.10 is one that depends upon the outcome of the measurement. Notice that the information input, since it is classical, is represented by a double line.

Measurement.jpg
Figure 2.10: A circuit which includes a measurement.

Projection Operators

Projection operators are used quite often and the description of measurement in the previous section is a good example of how they are used. One may ask, what is a projector? In ordinary three-dimensional space, a vector is written as Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \vec v=v_x\hat{x}+v_y\hat{y}+v_z\hat{z}\,\!} and the Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x\,\!} part of the vector can be obtained by


Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \hat{x}(\hat{x}\cdot\vec v) = v_x\hat{x}.\,\!} (2.40)

This is the part of the vector lying along the x axis. Notice that if the projection is performed again, the same result is obtained


(2.41)

This is (the) characteristic of projection operations. When one is performed twice, the second result is the same as the first.

This can be extended to the complex vectors in quantum mechanics. The outer product (see Appendix C.2.4, Outer Product) Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert{x}\right\rangle\!\!\left\langle{x}\right\vert\,\!} is a projector. For example, Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert{0}\right\rangle\!\!\left\langle{0}\right\vert\,\!} is a projector and can be written in matrix form as


(2.42)

Acting with this on Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert{\psi}\right\rangle = \alpha_0\left\vert{0}\right\rangle + \alpha_1\left\vert{1}\right\rangle\,\!} gives


Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left(\begin{array}{cc} 1 & 0 \\ 0 & 0 \end{array}\right) \left(\begin{array}{c} \alpha_0 \\ \alpha_1 \end{array}\right) = \left(\begin{array}{c} \alpha_0 \\ 0 \end{array}\right). \,\!} (2.43)

Acting again produces


(2.44)

This is due to the fact that


Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (\left\vert{0}\right\rangle\!\!\left\langle{0}\right\vert)^2 = \left\vert{0}\right\rangle\!\!\left\langle{0}\right\vert. \,\!} (2.45)

In fact, this property essentially defines a projection. A projection is a linear transformation Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle P\,\!} such that Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle P^2 = P\,\!} . Much of our intuition about geometric projections in three-dimensions carries to the more abstract cases. One important example is that the sum over a complete set of orthonormal projections is the identity. The generalization to arbitrary dimensions, where Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert{i}\right\rangle\,\!} is any basis vector in that space, is immediate. In this case the identity, expressed as a sum over a complete set of orthonormal projectors, is


Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \sum_{i} \left\vert{i}\right\rangle\!\!\left\langle{i}\right\vert = 1. \,\!} (2.46)

Phase in/Phase out

The probability of finding the system in the state Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert{x}\right\rangle\,\!} , where Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x=0\,\!} or Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 1\,\!} , is


Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{align} \mbox{Prob}_{\left\vert{\psi}\right\rangle}(\left\vert{x}\right\rangle) &= \left\langle{\psi}\mid{x}\right\rangle\left\langle{x}\mid{\psi}\right\rangle \\ &= |\left\langle{\psi}\mid{x}\right\rangle|^2. \end{align}} (2.47)

Note that Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert{\psi}\right\rangle\,\!} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\langle{\psi}\right\vert\,\!} both appear in this expression. So if Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert{\psi^\prime}\right\rangle = e^{-i\theta}\left\vert{\psi}\right\rangle\,\!} were substituted into the expression for Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \mbox{Prob}(\left\vert{x}\right\rangle)\,\!} , then the expression is unchanged,


Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{align} \mbox{Prob}_{\left\vert{\psi^\prime}\right\rangle}(\left\vert{x}\right\rangle) &= \left\langle{\psi^\prime}\mid{x}\right\rangle\left\langle{x}\mid{\psi^\prime}\right\rangle \\ &= e^{-i\theta}\left\langle{\psi}\mid{x}\right\rangle\left\langle{x}\mid{\psi}\right\rangle e^{i\theta} \\ &= |\left\langle{\psi}\mid{x}\right\rangle|^2. \end{align}} (2.48)

Therefore when Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\vert{\psi}\right\rangle\,\!} changes by a phase, there is no effect on this probability. This is why it is often said that


(2.49)

is equivalent to


(2.50)

However, there are times when a phase can make a difference. In those cases it is really a relative phase between two states that makes the difference. Examples of this will be seen in later sections.


Continue to Chapter 3 - Physics of Quantum Information

Footnotes

  1. Appendix B contains a basic introduction to complex numbers.
  2. An entangling gate is one that has the ability to entangle two qubits. At this point, we have not defined entanglement. This will be done in Chapter 4. For now, we can just take this to mean a non-trivial two-qubit interaction, or special class of non-trivial two-quit gates, and defer the slightly more technical discussion of what this means until later.