Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Quantum logic gate

From Wikipedia, the free encyclopedia
Basic circuit in quantum computing
"Quantum gate" redirects here; not to be confused withQuantum Gate (video game) orQuantum Gate (album).
Common quantum logic gates by name (including abbreviation), circuit form(s) and the corresponding unitary matrices

Inquantum computing and specifically thequantum circuitmodel of computation, aquantum logic gate (or simplyquantum gate) is a basic quantum circuit operating on a small number ofqubits. Quantum logic gates are the building blocks of quantum circuits, like classicallogic gates are for conventional digital circuits.

Unlike many classical logic gates, quantum logic gates arereversible. It is possible to perform classical computing using only reversible gates. For example, the reversibleToffoli gate can implement allBoolean functions, often at the cost of having to useancilla bits. The Toffoli gate has a direct quantum equivalent, showing that quantum circuits can perform all operations performed by classical circuits.

Quantum gates areunitary operators, and are described asunitary matrices relative to someorthonormalbasis. Usually thecomputational basis is used, which unless comparing it with something, just means that for ad-level quantum system (such as aqubit, aquantum register, orqutrits andqudits)[1]: 22–23  theorthonormal basisvectors are labeled|0,|1,,|d1{\displaystyle |0\rangle ,|1\rangle ,\dots ,|d-1\rangle }, or usebinary notation.

History

[edit]

The current notation for quantum gates was developed by many of the founders ofquantum information science including Adriano Barenco,Charles Bennett,Richard Cleve,David P. DiVincenzo,Norman Margolus,Peter Shor, Tycho Sleator,John A. Smolin, and Harald Weinfurter,[2] building on notation introduced byRichard Feynman in 1986.[3]

Representation

[edit]
Singlequbit states that are notentangled and lackglobal phase can be represented as points on the surface of theBloch sphere, written as|ψ=cos(θ/2)|0+eiφsin(θ/2)|1.{\displaystyle |\psi \rangle =\cos \left(\theta /2\right)|0\rangle +e^{i\varphi }\sin \left(\theta /2\right)|1\rangle .}
Rotations about thex, y, z axes of the Bloch sphere are represented by therotation operator gates.

Quantum logic gates are represented byunitary matrices. A gate that acts onn{\displaystyle n}qubits (aregister) is represented by a2n×2n{\displaystyle 2^{n}\times 2^{n}} unitary matrix, and theset of all such gates with the group operation ofmatrix multiplication[a] is theunitary group U(2n).[2] Thequantum states that the gates act upon areunit vectors in2n{\displaystyle 2^{n}}complex dimensions, with thecomplex Euclidean norm (the2-norm).[4]: 66 [5]: 56, 65  Thebasis vectors (sometimes calledeigenstates) are the possible outcomes if the state of the qubits ismeasured, and a quantum state is alinear combination of these outcomes. The most common quantum gates operate onvector spaces of one or two qubits, just like the commonclassical logic gates operate on one or twobits.

Even though the quantum logic gates belong tocontinuous symmetry groups, realhardware is inexact and thus limited in precision. The application of gates typically introduces errors, and thequantum states' fidelities decrease over time. Iferror correction is used, the usable gates are further restricted to a finite set.[4]: ch. 10 [1]: ch. 14  Later in this article, this is ignored as the focus is on the ideal quantum gates' properties.

Quantum states are typically represented by "kets", from a notation known asbra–ket.

The vector representation of a singlequbit is

|a=v0|0+v1|1[v0v1].{\displaystyle |a\rangle =v_{0}|0\rangle +v_{1}|1\rangle \rightarrow {\begin{bmatrix}v_{0}\\v_{1}\end{bmatrix}}.}

Here,v0{\displaystyle v_{0}} andv1{\displaystyle v_{1}} are the complexprobability amplitudes of the qubit. These values determine the probability of measuring a 0 or a 1, when measuring the state of the qubit. Seemeasurement below for details.

The value zero is represented by the ket|0=[10]{\displaystyle |0\rangle ={\begin{bmatrix}1\\0\end{bmatrix}}}, and the value one is represented by the ket|1=[01]{\displaystyle |1\rangle ={\begin{bmatrix}0\\1\end{bmatrix}}}.

Thetensor product (orKronecker product) is used to combine quantum states. The combined state for aqubit register is the tensor product of the constituent qubits. The tensor product is denoted by the symbol{\displaystyle \otimes }.

The vector representation of two qubits is:[6]

|ψ=v00|00+v01|01+v10|10+v11|11[v00v01v10v11].{\displaystyle |\psi \rangle =v_{00}|00\rangle +v_{01}|01\rangle +v_{10}|10\rangle +v_{11}|11\rangle \rightarrow {\begin{bmatrix}v_{00}\\v_{01}\\v_{10}\\v_{11}\end{bmatrix}}.}

The action of the gate on a specific quantum state is found bymultiplying the vector|ψ1{\displaystyle |\psi _{1}\rangle }, which represents the state by the matrixU{\displaystyle U} representing the gate. The result is a new quantum state|ψ2{\displaystyle |\psi _{2}\rangle }:

U|ψ1=|ψ2.{\displaystyle U|\psi _{1}\rangle =|\psi _{2}\rangle .}

Relation to the time evolution operator

[edit]

TheSchrödinger equation describes how quantum systems that are notobserved evolve over time, and isiddt|Ψ=H^|Ψ.{\displaystyle i\hbar {\frac {d}{dt}}|\Psi \rangle ={\hat {H}}|\Psi \rangle .} When the system is in a stable environment, so it has a constantHamiltonian, the solution to this equation isU(t)=eiH^t/.{\displaystyle U(t)=e^{-i{\hat {H}}t/\hbar }.}[1]: 24–25  If the timet{\displaystyle t} is always the same it may be omitted for simplicity, and the way quantum states evolve can be described asU|ψ1=|ψ2,{\displaystyle U|\psi _{1}\rangle =|\psi _{2}\rangle ,} just as in the above section.

That is, a quantum gate is how a quantum system that is not observed evolves over some specific time, or equivalently, a gate is the unitarytime evolution operatorU{\displaystyle U} acting on a quantum state for a specific duration.

Notable examples

[edit]
Main article:List of quantum logic gates

There exists anuncountably infinite number of gates. Some of them have been named by various authors,[1][2][4][5][7][8][9] and below follow some of those most often used in the literature.

Identity gate

[edit]

The identity gate is theidentity matrix, usually written asI, and is defined for a single qubit as

I=[1001],{\displaystyle I={\begin{bmatrix}1&0\\0&1\end{bmatrix}},}

whereI is basis independent and does not modify the quantum state. The identity gate is most useful when describing mathematically the result of various gate operations or when discussing multi-qubit circuits.

Pauli gates (X,Y,Z)

[edit]
Further information:Clifford gates andPauli group
Quantum gates (from top to bottom): Identity gate, NOT gate, Pauli Y, Pauli Z

The Pauli gates(X,Y,Z){\displaystyle (X,Y,Z)} are the threePauli matrices(σx,σy,σz){\displaystyle (\sigma _{x},\sigma _{y},\sigma _{z})} and act on a single qubit. The PauliX,Y andZ equate, respectively, to a rotation around thex,y andz axes of theBloch sphere byπ{\displaystyle \pi } radians.[b]

The Pauli-X gate is the quantum equivalent of theNOT gate for classical computers with respect to the standard basis|0{\displaystyle |0\rangle },|1{\displaystyle |1\rangle }, which distinguishes thez axis on theBloch sphere. It is sometimes called a bit-flip as it maps|0{\displaystyle |0\rangle } to|1{\displaystyle |1\rangle } and|1{\displaystyle |1\rangle } to|0{\displaystyle |0\rangle }. Similarly, the Pauli-Y maps|0{\displaystyle |0\rangle } toi|1{\displaystyle i|1\rangle } and|1{\displaystyle |1\rangle } toi|0{\displaystyle -i|0\rangle }. PauliZ leaves the basis state|0{\displaystyle |0\rangle } unchanged and maps|1{\displaystyle |1\rangle } to|1{\displaystyle -|1\rangle }. Due to this nature, PauliZ is sometimes called phase-flip.

These matrices are usually represented as

X=σx=NOT=[0110],{\displaystyle X=\sigma _{x}=\operatorname {NOT} ={\begin{bmatrix}0&1\\1&0\end{bmatrix}},}
Y=σy=[0ii0],{\displaystyle Y=\sigma _{y}={\begin{bmatrix}0&-i\\i&0\end{bmatrix}},}
Z=σz=[1001].{\displaystyle Z=\sigma _{z}={\begin{bmatrix}1&0\\0&-1\end{bmatrix}}.}

The Pauli matrices areinvolutory, meaning that the square of a Pauli matrix is theidentity matrix.

I2=X2=Y2=Z2=iXYZ=I{\displaystyle I^{2}=X^{2}=Y^{2}=Z^{2}=-iXYZ=I}

The Pauli matrices alsoanti-commute, for exampleZX=iY=XZ.{\displaystyle ZX=iY=-XZ.}

Thematrix exponential of a Pauli matrixσj{\displaystyle \sigma _{j}} is arotation operator, often written aseiσjθ/2.{\displaystyle e^{-i\sigma _{j}\theta /2}.}

Controlled gates

[edit]
Further information:Controlled NOT gate
Circuit representation of controlled-U gate

Controlled gates act on 2 or more qubits, where one or more qubits act as a control for some operation.[2] For example, thecontrolled NOT gate (or CNOT or CX) acts on 2 qubits, and performs the NOT operation on the second qubit only when the first qubit is|1{\displaystyle |1\rangle }, and otherwise leaves it unchanged. With respect to the basis|00{\displaystyle |00\rangle },|01{\displaystyle |01\rangle },|10{\displaystyle |10\rangle },|11{\displaystyle |11\rangle }, it is represented by theHermitianunitary matrix:

CNOT=[1000010000010010].{\displaystyle {\mbox{CNOT}}={\begin{bmatrix}1&0&0&0\\0&1&0&0\\0&0&0&1\\0&0&1&0\end{bmatrix}}.}

The CNOT (or controlled Pauli-X) gate can be described as the gate that maps the basis states|a,b|a,ab{\displaystyle |a,b\rangle \mapsto |a,a\oplus b\rangle }, where{\displaystyle \oplus } isXOR.

The CNOT can be expressed in thePauli basis as:

CNOT=eiπ4(IZ1)(IX2)=eiπ4(IZ1)(IX2).{\displaystyle {\mbox{CNOT}}=e^{i{\frac {\pi }{4}}(I-Z_{1})(I-X_{2})}=e^{-i{\frac {\pi }{4}}(I-Z_{1})(I-X_{2})}.}

Being a Hermitian unitary operator, CNOThas the property thateiθU=(cosθ)I+(isinθ)U{\displaystyle e^{i\theta U}=(\cos \theta )I+(i\sin \theta )U} andU=eiπ2(IU)=eiπ2(IU){\displaystyle U=e^{i{\frac {\pi }{2}}(I-U)}=e^{-i{\frac {\pi }{2}}(I-U)}}, and isinvolutory.

More generally ifU is a gate that operates on a single qubit with matrix representation

U=[u00u01u10u11],{\displaystyle U={\begin{bmatrix}u_{00}&u_{01}\\u_{10}&u_{11}\end{bmatrix}},}

then thecontrolled-U gate is a gate that operates on two qubits in such a way that the first qubit serves as a control. It maps the basis states as follows.

Circuit diagrams of controlled Pauli gates (from left to right): CNOT (or controlled-X), controlled-Y and controlled-Z.
|00|00{\displaystyle |00\rangle \mapsto |00\rangle }
|01|01{\displaystyle |01\rangle \mapsto |01\rangle }
|10|1U|0=|1(u00|0+u10|1){\displaystyle |10\rangle \mapsto |1\rangle \otimes U|0\rangle =|1\rangle \otimes (u_{00}|0\rangle +u_{10}|1\rangle )}
|11|1U|1=|1(u01|0+u11|1){\displaystyle |11\rangle \mapsto |1\rangle \otimes U|1\rangle =|1\rangle \otimes (u_{01}|0\rangle +u_{11}|1\rangle )}

The matrix representing the controlledU is

CU=[1000010000u00u0100u10u11].{\displaystyle {\mbox{C}}U={\begin{bmatrix}1&0&0&0\\0&1&0&0\\0&0&u_{00}&u_{01}\\0&0&u_{10}&u_{11}\end{bmatrix}}.}

WhenU is one of the Pauli operators,X,Y,Z, the respective terms "controlled-X", "controlled-Y", or "controlled-Z" are sometimes used.[4]: 177–185  Sometimes this is shortened to just CX, CY and CZ.

In general, any single qubitunitary gate can be expressed asU=eiH{\displaystyle U=e^{iH}}, whereH is aHermitian matrix, and then the controlledU isCU=ei12(IZ1)H2.{\displaystyle {\mbox{C}}U=e^{i{\frac {1}{2}}(I-Z_{1})H_{2}}.}

Control can be extended to gates with arbitrary number of qubits[2] and functions in programming languages.[10] Functions can be conditioned on superposition states.[11][12]

Classical control

[edit]
Further information:Deferred measurement principle
Example: The qubitϕ{\displaystyle \phi } ismeasured, and the result of this measurement is aBoolean value, which is consumed by the classical computer. Ifϕ{\displaystyle \phi } measures to 1, then the classical computer tells the quantum computer to apply the U gate onψ{\displaystyle \psi }.
In circuit diagrams, single lines arequbits, and doubled lines arebits.

Gates can also be controlled by classical logic. A quantum computer is controlled by aclassical computer, and behaves like acoprocessor that receives instructions from the classical computer about what gates to execute on which qubits.[13]: 42–43 [14] Classical control is simply the inclusion, or omission, of gates in the instruction sequence for the quantum computer.[4]: 26–28 [1]: 87–88 

Phase shift gates

[edit]

The phase shift is a family of single-qubit gates that map the basis states|0|0{\displaystyle |0\rangle \mapsto |0\rangle } and|1eiφ|1{\displaystyle |1\rangle \mapsto e^{i\varphi }|1\rangle }. The probability of measuring a|0{\displaystyle |0\rangle } or|1{\displaystyle |1\rangle } is unchanged after applying this gate, however it modifies the phase of the quantum state. This is equivalent to tracing a horizontal circle (a line of constant latitude), or a rotation about the z-axis on theBloch sphere byφ{\displaystyle \varphi } radians. The phase shift gate is represented by the matrix:

P(φ)=[100eiφ]{\displaystyle P(\varphi )={\begin{bmatrix}1&0\\0&e^{i\varphi }\end{bmatrix}}}

whereφ{\displaystyle \varphi } is thephase shift with theperiod. Some common examples are theT gate whereφ=π4{\textstyle \varphi ={\frac {\pi }{4}}} (historically known as theπ/8{\displaystyle \pi /8} gate), the phase gate (also known as the S gate, written asS, thoughS is sometimes used for SWAP gates) whereφ=π2{\textstyle \varphi ={\frac {\pi }{2}}} and thePauli-Z gate whereφ=π.{\displaystyle \varphi =\pi .}

The phase shift gates are related to each other as follows:

Z=[100eiπ]=[1001]=P(π){\displaystyle Z={\begin{bmatrix}1&0\\0&e^{i\pi }\end{bmatrix}}={\begin{bmatrix}1&0\\0&-1\end{bmatrix}}=P\left(\pi \right)}
S=[100eiπ2]=[100i]=P(π2)=Z{\displaystyle S={\begin{bmatrix}1&0\\0&e^{i{\frac {\pi }{2}}}\end{bmatrix}}={\begin{bmatrix}1&0\\0&i\end{bmatrix}}=P\left({\frac {\pi }{2}}\right)={\sqrt {Z}}}
T=[100eiπ4]=P(π4)=S=Z4{\displaystyle T={\begin{bmatrix}1&0\\0&e^{i{\frac {\pi }{4}}}\end{bmatrix}}=P\left({\frac {\pi }{4}}\right)={\sqrt {S}}={\sqrt[{4}]{Z}}}

Note that the phase gateP(φ){\displaystyle P(\varphi )} is notHermitian (except for allφ=nπ,nZ{\displaystyle \varphi =n\pi ,n\in \mathbb {Z} }). These gates are different from their Hermitian conjugates:P(φ)=P(φ){\displaystyle P^{\dagger }(\varphi )=P(-\varphi )}. The twoadjoint (orconjugate transpose) gatesS{\displaystyle S^{\dagger }} andT{\displaystyle T^{\dagger }} are sometimes included in instruction sets.[15][16]

Hadamard gate

[edit]
Further information:Hadamard transform § Quantum computing applications, andHadamard matrix

The Hadamard or Walsh-Hadamard gate, named afterJacques Hadamard (French:[adamaʁ]) andJoseph L. Walsh, acts on a single qubit. It maps the basis states|0|0+|12{\textstyle |0\rangle \mapsto {\frac {|0\rangle +|1\rangle }{\sqrt {2}}}} and|1|0|12{\textstyle |1\rangle \mapsto {\frac {|0\rangle -|1\rangle }{\sqrt {2}}}} (it creates an equal superposition state if given a computational basis state). The two states(|0+|1)/2{\displaystyle (|0\rangle +|1\rangle )/{\sqrt {2}}} and(|0|1)/2{\displaystyle (|0\rangle -|1\rangle )/{\sqrt {2}}} are sometimes written|+{\displaystyle |+\rangle } and|{\displaystyle |-\rangle } respectively. The Hadamard gate performs a rotation ofπ{\displaystyle \pi } about the axis(x^+z^)/2{\displaystyle ({\hat {x}}+{\hat {z}})/{\sqrt {2}}} at theBloch sphere, and is thereforeinvolutory. It is represented by theHadamard matrix:

Circuit representation of Hadamard gate
H=12[1111].{\displaystyle H={\frac {1}{\sqrt {2}}}{\begin{bmatrix}1&1\\1&-1\end{bmatrix}}.}

If theHermitian (soH=H1=H{\displaystyle H^{\dagger }=H^{-1}=H}) Hadamard gate is used to perform achange of basis, it flipsx^{\displaystyle {\hat {x}}} andz^{\displaystyle {\hat {z}}}. For example,HZH=X{\displaystyle HZH=X} andHXH=Z=S.{\displaystyle H{\sqrt {X}}\;H={\sqrt {Z}}=S.}

Swap gate

[edit]
Further information:List of quantum logic gates § Non-Clifford swap gates
Circuit representation of SWAP gate

The swap gate swaps two qubits. With respect to the basis|00{\displaystyle |00\rangle },|01{\displaystyle |01\rangle },|10{\displaystyle |10\rangle },|11{\displaystyle |11\rangle }, it is represented by the matrix

SWAP=[1000001001000001].{\displaystyle {\mbox{SWAP}}={\begin{bmatrix}1&0&0&0\\0&0&1&0\\0&1&0&0\\0&0&0&1\end{bmatrix}}.}

The swap gate can be decomposed into summation form:

SWAP=II+XX+YY+ZZ2{\displaystyle {\mbox{SWAP}}={\frac {I\otimes I+X\otimes X+Y\otimes Y+Z\otimes Z}{2}}}

Toffoli (CCNOT) gate

[edit]
Main article:Toffoli gate
Circuit representation of Toffoli gate

The Toffoli gate, named afterTommaso Toffoli and also called the CCNOT gate orDeutsch gateD(π/2){\displaystyle D(\pi /2)}, is a 3-bit gate that isuniversal for classical computation but not for quantum computation. The quantum Toffoli gate is the same gate, defined for 3 qubits. If we limit ourselves to only accepting input qubits that are|0{\displaystyle |0\rangle } and|1{\displaystyle |1\rangle }, then if the first two bits are in the state|1{\displaystyle |1\rangle } it applies a Pauli-X (or NOT) on the third bit, else it does nothing. It is an example of a CC-U (controlled-controlled Unitary) gate. Since it is the quantum analog of a classical gate, it is completely specified by its truth table. The Toffoli gate is universal when combined with the single qubit Hadamard gate.[17]

Truth tableMatrix form
InputOutput
000000
001001
010010
011011
100100
101101
110111
111110

[1000000001000000001000000001000000001000000001000000000100000010]{\displaystyle {\begin{bmatrix}1&0&0&0&0&0&0&0\\0&1&0&0&0&0&0&0\\0&0&1&0&0&0&0&0\\0&0&0&1&0&0&0&0\\0&0&0&0&1&0&0&0\\0&0&0&0&0&1&0&0\\0&0&0&0&0&0&0&1\\0&0&0&0&0&0&1&0\\\end{bmatrix}}}

The Toffoli gate is related to the classicalAND ({\displaystyle \land }) andXOR ({\displaystyle \oplus }) operations as it performs the mapping|a,b,c|a,b,c(ab){\displaystyle |a,b,c\rangle \mapsto |a,b,c\oplus (a\land b)\rangle } on states in the computational basis.

The Toffoli gate can be expressed usingPauli matrices as

Toff=eiπ8(IZ1)(IZ2)(IX3)=eiπ8(IZ1)(IZ2)(IX3).{\displaystyle {\mbox{Toff}}=e^{i{\frac {\pi }{8}}(I-Z_{1})(I-Z_{2})(I-X_{3})}=e^{-i{\frac {\pi }{8}}(I-Z_{1})(I-Z_{2})(I-X_{3})}.}

Universal quantum gates

[edit]
Both CNOT andSWAP{\displaystyle {\sqrt {\mbox{SWAP}}}} are universal two-qubit gates and can be transformed into each other.

A set ofuniversal quantum gates is any set of gates to which any operation possible on a quantum computer can be reduced, that is, any other unitary operation can be expressed as a finite sequence of gates from the set. Technically, this is impossible with anything less than anuncountable set of gates since the number of possible quantum gates is uncountable, whereas the number of finite sequences from a finite set iscountable. To solve this problem, we only require that any quantum operation can be approximated by a sequence of gates from this finite set. Moreover, forunitaries on a constant number of qubits, theSolovay–Kitaev theorem guarantees that this can be done efficiently. Checking if a set of quantum gates is universal can be done usinggroup theory methods[18] and/or relation to (approximate)unitary t-designs[19]

Some universal quantum gate sets include:

Deutsch gate

[edit]

A single-gate set of universal quantum gates can also be formulated using the parametrized three-qubit Deutsch gateD(θ){\displaystyle D(\theta )},[21] named after physicistDavid Deutsch. It is a general case ofCC-U, orcontrolled-controlled-unitary gate, and is defined as

|a,b,c{icos(θ)|a,b,c+sin(θ)|a,b,1cfor a=b=1,|a,b,cotherwise.{\displaystyle |a,b,c\rangle \mapsto {\begin{cases}i\cos(\theta )|a,b,c\rangle +\sin(\theta )|a,b,1-c\rangle &{\text{for}}\ a=b=1,\\|a,b,c\rangle &{\text{otherwise}}.\end{cases}}}

Unfortunately, a working Deutsch gate has remained out of reach, due to lack of a protocol. There are some proposals to realize a Deutsch gate with dipole–dipole interaction in neutral atoms.[22]

A universal logic gate for reversible classical computing, the Toffoli gate, is reducible to the Deutsch gateD(π/2){\displaystyle D(\pi /2)}, thus showing that all reversible classical logic operations can be performed on a universal quantum computer.

There also exist single two-qubit gates sufficient for universality. In 1996, Adriano Barenco showed that the Deutsch gate can be decomposed using only a single two-qubit gate (Barenco gate), but it is hard to realize experimentally.[1]: 93  This feature is exclusive to quantum circuits, as there is no classical two-bit gate that is both reversible and universal.[1]: 93  Universal two-qubit gates could be implemented to improve classical reversible circuits in fast low-power microprocessors.[1]: 93 

Circuit composition

[edit]

Serially wired gates

[edit]
Two gatesY andX in series. The order in which they appear on the wire is reversed when multiplying them together.

Assume that we have two gatesA andB that both act onn{\displaystyle n} qubits. WhenB is put afterA in a series circuit, then the effect of the two gates can be described as a single gateC.

C=BA{\displaystyle C=B\cdot A}

where{\displaystyle \cdot } ismatrix multiplication. The resulting gateC will have the same dimensions asA andB. The order in which the gates would appear in a circuit diagram is reversed when multiplying them together.[4]: 17–18,22–23,62–64 [5]: 147–169 

For example, putting the PauliX gate after the PauliY gate, both of which act on a single qubit, can be described as a single combined gateC:

C=XY=[0110][0ii0]=[i00i]=iZ{\displaystyle C=X\cdot Y={\begin{bmatrix}0&1\\1&0\end{bmatrix}}\cdot {\begin{bmatrix}0&-i\\i&0\end{bmatrix}}={\begin{bmatrix}i&0\\0&-i\end{bmatrix}}=iZ}

The product symbol ({\displaystyle \cdot }) is often omitted.

Exponents of quantum gates

[edit]

Allreal exponents ofunitary matrices are also unitary matrices, and all quantum gates are unitary matrices.

Positive integer exponents are equivalent to sequences of serially wired gates (e.g.X3=XXX{\displaystyle X^{3}=X\cdot X\cdot X}), and the real exponents is a generalization of the series circuit. For example,Xπ{\displaystyle X^{\pi }} andX=X1/2{\displaystyle {\sqrt {X}}=X^{1/2}} are both valid quantum gates.

U0=I{\displaystyle U^{0}=I} for any unitary matrixU{\displaystyle U}. Theidentity matrix (I{\displaystyle I}) behaves like aNOP[23][24] and can be represented as bare wire in quantum circuits, or not shown at all.

All gates are unitary matrices, so thatUU=UU=I{\displaystyle U^{\dagger }U=UU^{\dagger }=I} andU=U1{\displaystyle U^{\dagger }=U^{-1}}, where{\displaystyle \dagger } is theconjugate transpose. This means that negative exponents of gates areunitary inverses of their positively exponentiated counterparts:Un=(Un){\displaystyle U^{-n}=(U^{n})^{\dagger }}. For example, some negative exponents of thephase shift gates areT1=T{\displaystyle T^{-1}=T^{\dagger }} andT2=(T2)=S{\displaystyle T^{-2}=(T^{2})^{\dagger }=S^{\dagger }}.

Note that for aHermitian matrixH=H,{\displaystyle H^{\dagger }=H,} and because of unitarity,HH=I,{\displaystyle HH^{\dagger }=I,} soH2=I{\displaystyle H^{2}=I} for all Hermitian gates. They areinvolutory. Examples of Hermitian gates are thePauli gates,Hadamard,CNOT,SWAP andToffoli. Each Hermitian unitary matrixH{\displaystyle H}has the property thateiθH=(cosθ)I+(isinθ)H{\displaystyle e^{i\theta H}=(\cos \theta )I+(i\sin \theta )H} whereH=eiπ2(IH)=eiπ2(IH).{\displaystyle H=e^{i{\frac {\pi }{2}}(I-H)}=e^{-i{\frac {\pi }{2}}(I-H)}.}

The exponent of a gate is a multiple of the duration of time that thetime evolution operator is applied to a quantum state. E.g. in aspin qubit quantum computer theSWAP{\displaystyle {\sqrt {\mathrm {SWAP} }}} gate could be realized viaexchange interaction on thespin of twoelectrons for half the duration of a full exchange interaction.[25]

Parallel gates

[edit]
Two gatesY{\displaystyle Y} andX{\displaystyle X} in parallel is equivalent to the gateYX{\displaystyle Y\otimes X}.

Thetensor product (orKronecker product) of two quantum gates is the gate that is equal to the two gates in parallel.[4]: 71–75 [5]: 148 

If we, as in the picture, combine the Pauli-Y gate with the Pauli-X gate in parallel, then this can be written as:

C=YX=[0ii0][0110]=[0[0110]i[0110]i[0110]0[0110]]=[000i00i00i00i000]{\displaystyle C=Y\otimes X={\begin{bmatrix}0&-i\\i&0\end{bmatrix}}\otimes {\begin{bmatrix}0&1\\1&0\end{bmatrix}}={\begin{bmatrix}0{\begin{bmatrix}0&1\\1&0\end{bmatrix}}&-i{\begin{bmatrix}0&1\\1&0\end{bmatrix}}\\i{\begin{bmatrix}0&1\\1&0\end{bmatrix}}&0{\begin{bmatrix}0&1\\1&0\end{bmatrix}}\end{bmatrix}}={\begin{bmatrix}0&0&0&-i\\0&0&-i&0\\0&i&0&0\\i&0&0&0\end{bmatrix}}}

Both the Pauli-X and the Pauli-Y gate act on a single qubit. The resulting gateC{\displaystyle C} act on two qubits.

Sometimes the tensor product symbol is omitted, and indexes are used for the operators instead.[25]

Hadamard transform

[edit]
Further information:Hadamard transform

The gateH2=HH{\displaystyle H_{2}=H\otimes H} is theHadamard gate(H{\displaystyle H}) applied in parallel on 2 qubits. It can be written as:

H2=HH=12[1111]12[1111]=12[1111111111111111]{\displaystyle H_{2}=H\otimes H={\frac {1}{\sqrt {2}}}{\begin{bmatrix}1&1\\1&-1\end{bmatrix}}\otimes {\frac {1}{\sqrt {2}}}{\begin{bmatrix}1&1\\1&-1\end{bmatrix}}={\frac {1}{2}}{\begin{bmatrix}1&1&1&1\\1&-1&1&-1\\1&1&-1&-1\\1&-1&-1&1\end{bmatrix}}}

This "two-qubit parallel Hadamard gate" will, when applied to, for example, the two-qubit zero-vector(|00{\displaystyle |00\rangle }), create a quantum state that has equal probability of being observed in any of its four possible outcomes;|00{\displaystyle |00\rangle },|01{\displaystyle |01\rangle },|10{\displaystyle |10\rangle }, and|11{\displaystyle |11\rangle }. We can write this operation as:

H2|00=12[1111111111111111][1000]=12[1111]=12|00+12|01+12|10+12|11=|00+|01+|10+|112{\displaystyle H_{2}|00\rangle ={\frac {1}{2}}{\begin{bmatrix}1&1&1&1\\1&-1&1&-1\\1&1&-1&-1\\1&-1&-1&1\end{bmatrix}}{\begin{bmatrix}1\\0\\0\\0\end{bmatrix}}={\frac {1}{2}}{\begin{bmatrix}1\\1\\1\\1\end{bmatrix}}={\frac {1}{2}}|00\rangle +{\frac {1}{2}}|01\rangle +{\frac {1}{2}}|10\rangle +{\frac {1}{2}}|11\rangle ={\frac {|00\rangle +|01\rangle +|10\rangle +|11\rangle }{2}}}
Example: The Hadamard transform on a 3-qubitregister|ψ{\displaystyle |\psi \rangle }.

Here the amplitude for each measurable state is12. The probability to observe any state is the square of the absolute value of the measurable states amplitude, which in the above example means that there is one in four that we observe any one of the individual four cases. Seemeasurement for details.

H2{\displaystyle H_{2}} performs theHadamard transform on two qubits. Similarly the gateHHHn times=i=0n1H=Hn=Hn{\displaystyle \underbrace {H\otimes H\otimes \dots \otimes H} _{n{\text{ times}}}=\bigotimes _{i=0}^{n-1}H=H^{\otimes n}=H_{n}} performs a Hadamard transform on aregister ofn{\displaystyle n} qubits.

When applied to a register ofn{\displaystyle n} qubits all initialized to|0{\displaystyle |0\rangle }, the Hadamard transform puts the quantum register into a superposition with equal probability of being measured in any of its2n{\displaystyle 2^{n}} possible states:

i=0n1(H|0)=12n[111]=12n(|0+|1++|2n1)=12ni=02n1|i{\displaystyle \bigotimes _{i=0}^{n-1}(H|0\rangle )={\frac {1}{\sqrt {2^{n}}}}{\begin{bmatrix}1\\1\\\vdots \\1\end{bmatrix}}={\frac {1}{\sqrt {2^{n}}}}{\Big (}|0\rangle +|1\rangle +\dots +|2^{n}-1\rangle {\Big )}={\frac {1}{\sqrt {2^{n}}}}\sum _{i=0}^{2^{n}-1}|i\rangle }

This state is auniform superposition and it is generated as the first step in some search algorithms, for example inamplitude amplification andphase estimation.

Measuring this state results in arandom number between|0{\displaystyle |0\rangle } and|2n1{\displaystyle |2^{n}-1\rangle }.[e] How random the number is depends on thefidelity of the logic gates. If not measured, it is a quantum state with equalprobability amplitude12n{\displaystyle {\frac {1}{\sqrt {2^{n}}}}} for each of its possible states.

The Hadamard transform acts on a register|ψ{\displaystyle |\psi \rangle } withn{\displaystyle n} qubits such that|ψ=i=0n1|ψi{\textstyle |\psi \rangle =\bigotimes _{i=0}^{n-1}|\psi _{i}\rangle } as follows:

i=0n1H|ψ=i=0n1|0+(1)ψi|12=12ni=0n1(|0+(1)ψi|1)=H|ψ0H|ψ1H|ψn1{\displaystyle \bigotimes _{i=0}^{n-1}H|\psi \rangle =\bigotimes _{i=0}^{n-1}{\frac {|0\rangle +(-1)^{\psi _{i}}|1\rangle }{\sqrt {2}}}={\frac {1}{\sqrt {2^{n}}}}\bigotimes _{i=0}^{n-1}{\Big (}|0\rangle +(-1)^{\psi _{i}}|1\rangle {\Big )}=H|\psi _{0}\rangle \otimes H|\psi _{1}\rangle \otimes \cdots \otimes H|\psi _{n-1}\rangle }

Application on entangled states

[edit]

If two or more qubits are viewed as a single quantum state, this combined state is equal to the tensor product of the constituent qubits. Any state that can be written as a tensor product from the constituent subsystems are calledseparable states. On the other hand, anentangled state is any state that cannot be tensor-factorized, or in other words:An entangled state can not be written as a tensor product of its constituent qubits states. Special care must be taken when applying gates to constituent qubits that make up entangled states.

If we have a set ofN qubits that are entangled and wish to apply a quantum gate onM <N qubits in the set, we will have to extend the gate to takeN qubits. This application can be done by combining the gate with anidentity matrix such that their tensor product becomes a gate that act onN qubits. The identity matrix(I{\displaystyle I}) is a representation of the gate that maps every state to itself (i.e., does nothing at all). In a circuit diagram the identity gate or matrix will often appear as just a bare wire.

The example given in the text. The Hadamard gateH{\displaystyle H} only act on 1 qubit, but|ψ{\displaystyle |\psi \rangle } is an entangled quantum state that spans 2 qubits. In our example,|ψ=|00+|112{\displaystyle |\psi \rangle ={\frac {|00\rangle +|11\rangle }{\sqrt {2}}}}.

For example, the Hadamard gate(H{\displaystyle H}) acts on a single qubit, but if we feed it the first of the two qubits that constitute theentangledBell state|00+|112{\displaystyle {\frac {|00\rangle +|11\rangle }{\sqrt {2}}}}, we cannot write that operation easily. We need to extend the Hadamard gateH{\displaystyle H} with the identity gateI{\displaystyle I} so that we can act on quantum states that spantwo qubits:

K=HI=12[1111][1001]=12[1010010110100101]{\displaystyle K=H\otimes I={\frac {1}{\sqrt {2}}}{\begin{bmatrix}1&1\\1&-1\end{bmatrix}}\otimes {\begin{bmatrix}1&0\\0&1\end{bmatrix}}={\frac {1}{\sqrt {2}}}{\begin{bmatrix}1&0&1&0\\0&1&0&1\\1&0&-1&0\\0&1&0&-1\end{bmatrix}}}

The gateK{\displaystyle K} can now be applied to any two-qubit state, entangled or otherwise. The gateK{\displaystyle K} will leave the second qubit untouched and apply the Hadamard transform to the first qubit. If applied to the Bell state in our example, we may write that as:

K|00+|112=12[1010010110100101]12[1001]=12[1111]=|00+|01+|10|112{\displaystyle K{\frac {|00\rangle +|11\rangle }{\sqrt {2}}}={\frac {1}{\sqrt {2}}}{\begin{bmatrix}1&0&1&0\\0&1&0&1\\1&0&-1&0\\0&1&0&-1\end{bmatrix}}{\frac {1}{\sqrt {2}}}{\begin{bmatrix}1\\0\\0\\1\end{bmatrix}}={\frac {1}{2}}{\begin{bmatrix}1\\1\\1\\-1\end{bmatrix}}={\frac {|00\rangle +|01\rangle +|10\rangle -|11\rangle }{2}}}

Computational complexity and the tensor product

[edit]

Thetime complexity for multiplying twon×n{\displaystyle n\times n}-matrices is at leastΩ(n2logn){\displaystyle \Omega (n^{2}\log n)},[26] if using a classical machine. Because the size of a gate that operates onq{\displaystyle q} qubits is2q×2q{\displaystyle 2^{q}\times 2^{q}} it means that the time for simulating a step in a quantum circuit (by means of multiplying the gates) that operates on generic entangled states isΩ(2q2log(2q)){\displaystyle \Omega ({2^{q}}^{2}\log({2^{q}}))}. For this reason it is believed to beintractable to simulate large entangled quantum systems using classical computers. Subsets of the gates, such as theClifford gates, or the trivial case of circuits that only implement classical Boolean functions (e.g. combinations ofX,CNOT,Toffoli), can however be efficiently simulated on classical computers.

The state vector of aquantum register withn{\displaystyle n} qubits is2n{\displaystyle 2^{n}} complex entries. Storing theprobability amplitudes as a list offloating point values is not tractable for largen{\displaystyle n}.

Unitary inversion of gates

[edit]
Example: The unitary inverse of the Hadamard-CNOT product. The three gatesH{\displaystyle H},I{\displaystyle I} andCNOT{\displaystyle \mathrm {CNOT} } are their own unitary inverses.

Because all quantum logical gates arereversible, any composition of multiple gates is also reversible. All products and tensor products (i.e.series andparallel combinations) ofunitary matrices are also unitary matrices. This means that it is possible to construct an inverse of all algorithms and functions, as long as they contain only gates.

Initialization, measurement,I/O and spontaneousdecoherence areside effects in quantum computers. Gates however arepurely functional andbijective.

IfU{\displaystyle U} is aunitary matrix, thenUU=UU=I{\displaystyle U^{\dagger }U=UU^{\dagger }=I} andU=U1{\displaystyle U^{\dagger }=U^{-1}}. The dagger ({\displaystyle \dagger }) denotes theconjugate transpose. It is also called theHermitian adjoint.

If a functionF{\displaystyle F} is a product ofm{\displaystyle m} gates,F=A1A2Am{\displaystyle F=A_{1}\cdot A_{2}\cdot \dots \cdot A_{m}}, the unitary inverse of the functionF{\displaystyle F^{\dagger }} can be constructed:

Because(UV)=VU{\displaystyle (UV)^{\dagger }=V^{\dagger }U^{\dagger }} we have, after repeated application on itself

F=(i=1mAi)=i=m1Ai=AmA2A1{\displaystyle F^{\dagger }=\left(\prod _{i=1}^{m}A_{i}\right)^{\dagger }=\prod _{i=m}^{1}A_{i}^{\dagger }=A_{m}^{\dagger }\cdot \dots \cdot A_{2}^{\dagger }\cdot A_{1}^{\dagger }}

Similarly if the functionG{\displaystyle G} consists of two gatesA{\displaystyle A} andB{\displaystyle B} in parallel, thenG=AB{\displaystyle G=A\otimes B} andG=(AB)=AB{\displaystyle G^{\dagger }=(A\otimes B)^{\dagger }=A^{\dagger }\otimes B^{\dagger }}.

Gates that are their own unitary inverses are calledHermitian orself-adjoint operators. Some elementary gates such as theHadamard (H) and thePauli gates (I,X,Y,Z) are Hermitian operators, while others like thephase shift (S,T,P,CPhase) gates generally are not.

For example, an algorithm for addition can be used for subtraction, if it is being "run in reverse", as its unitary inverse. Theinverse quantum Fourier transform is the unitary inverse. Unitary inverses can also be used foruncomputation. Programming languages for quantum computers, such asMicrosoft'sQ#,[10] Bernhard Ömer'sQCL,[13]: 61  andIBM'sQiskit,[27] contain function inversion as programming concepts.

Measurement

[edit]
Further information:Measurement in quantum mechanics andDeferred measurement principle
Circuit representation of measurement. The two lines on the right hand side represent a classical bit, and the single line on the left hand side represents a qubit.

Measurement (sometimes calledobservation) is irreversible and therefore not a quantum gate, because it assigns the observed quantum state to a single value. Measurement takes a quantum state and projects it to one of thebasis vectors, with a likelihood equal to the square of the vector's length (in the2-norm[4]: 66 [5]: 56, 65 ) along that basis vector.[1]: 15–17 [28][29][30] This is known as theBorn rule and appears[e] as astochastic non-reversible operation as it probabilistically sets the quantum state equal to the basis vector that represents the measured state. At the instant of measurement, the state is said to "collapse" to the definite single value that was measured. Why and how, or even if[31][32] the quantum state collapses at measurement, is called themeasurement problem.

The probability of measuring a value withprobability amplitudeϕ{\displaystyle \phi } is1|ϕ|20{\displaystyle 1\geq |\phi |^{2}\geq 0}, where||{\displaystyle |\cdot |} is themodulus.

Measuring a single qubit, whose quantum state is represented by the vectora|0+b|1=[ab]{\displaystyle a|0\rangle +b|1\rangle ={\begin{bmatrix}a\\b\end{bmatrix}}}, will result in|0{\displaystyle |0\rangle } with probability|a|2{\displaystyle |a|^{2}}, and in|1{\displaystyle |1\rangle } with probability|b|2{\displaystyle |b|^{2}}.

For example, measuring a qubit with the quantum state|0i|12=12[1i]{\displaystyle {\frac {|0\rangle -i|1\rangle }{\sqrt {2}}}={\frac {1}{\sqrt {2}}}{\begin{bmatrix}1\\-i\end{bmatrix}}} will yield with equal probability either|0{\displaystyle |0\rangle } or|1{\displaystyle |1\rangle }.

For a single qubit, we have a unit sphere inC2{\displaystyle \mathbb {C} ^{2}} with the quantum statea|0+b|1{\displaystyle a|0\rangle +b|1\rangle } such that|a|2+|b|2=1{\displaystyle |a|^{2}+|b|^{2}=1}. The state can be re-written as|cosθ|2+|sinθ|2=1{\displaystyle |\cos \theta |^{2}+|\sin \theta |^{2}=1},or|a|2=cos2θ{\displaystyle |a|^{2}=\cos ^{2}\theta } and|b|2=sin2θ{\displaystyle |b|^{2}=\sin ^{2}\theta }.
Note:|a|2{\displaystyle |a|^{2}} is the probability of measuring|0{\displaystyle |0\rangle } and|b|2{\displaystyle |b|^{2}} is the probability of measuring|1{\displaystyle |1\rangle }.

A quantum state|Ψ{\displaystyle |\Psi \rangle } that spansn qubits can be written as a vector in2n{\displaystyle 2^{n}}complex dimensions:|ΨC2n{\displaystyle |\Psi \rangle \in \mathbb {C} ^{2^{n}}}. This is because the tensor product ofn qubits is a vector in2n{\displaystyle 2^{n}} dimensions. This way, aregister ofn qubits can be measured to2n{\displaystyle 2^{n}} distinct states, similar to how a register ofn classicalbits can hold2n{\displaystyle 2^{n}} distinct states. Unlike with the bits of classical computers, quantum states can have non-zero probability amplitudes in multiple measurable values simultaneously. This is calledsuperposition.

The sum of all probabilities for all outcomes must always be equal to1.[f] Another way to say this is that thePythagorean theorem generalized toC2n{\displaystyle \mathbb {C} ^{2^{n}}} has that all quantum states|Ψ{\displaystyle |\Psi \rangle } withn qubits must satisfy1=x=02n1|ax|2,{\textstyle 1=\sum _{x=0}^{2^{n}-1}|a_{x}|^{2},}[g] whereax{\displaystyle a_{x}} is the probability amplitude for measurable state|x{\displaystyle |x\rangle }. A geometric interpretation of this is that the possiblevalue-space of a quantum state|Ψ{\displaystyle |\Psi \rangle } withn qubits is the surface of theunit sphere inC2n{\displaystyle \mathbb {C} ^{2^{n}}} and that theunitary transforms (i.e. quantum logic gates) applied to it are rotations on the sphere. The rotations that the gates perform form thesymmetry groupU(2n). Measurement is then a probabilistic projection of the points at the surface of thiscomplex sphere onto thebasis vectors that span the space (and labels the outcomes).

In many cases the space is represented as aHilbert spaceH{\displaystyle {\mathcal {H}}} rather than some specific2n{\displaystyle 2^{n}}-dimensional complex space. The number of dimensions (defined by the basis vectors, and thus also the possible outcomes from measurement) is then often implied by the operands, for example as the requiredstate space for solving aproblem. InGrover's algorithm,Grover named this generic basis vector set"the database".

The selection of basis vectors against which to measure a quantum state will influence the outcome of the measurement.[1]: 30–35 [4]: 22, 84–85, 185–188 [33] Seechange of basis andVon Neumann entropy for details. In this article, we always use thecomputationalbasis, which means that we have labeled the2n{\displaystyle 2^{n}} basis vectors of ann-qubitregister|0,|1,|2,,|2n1{\displaystyle |0\rangle ,|1\rangle ,|2\rangle ,\cdots ,|2^{n}-1\rangle }, or use thebinary representation|010=|0002,|110=|0012,|210=|0102,,|2n1=|11112{\displaystyle |0_{10}\rangle =|0\dots 00_{2}\rangle ,|1_{10}\rangle =|0\dots 01_{2}\rangle ,|2_{10}\rangle =|0\dots 10_{2}\rangle ,\cdots ,|2^{n}-1\rangle =|111\dots 1_{2}\rangle }.

Inquantum mechanics, the basis vectors constitute anorthonormal basis.

An example of usage of an alternative measurement basis is in theBB84 cipher.

The effect of measurement on entangled states

[edit]
TheHadamard-CNOT gate, which when given the input|00{\displaystyle |00\rangle } produces aBell state

If twoquantum states (i.e.qubits, orregisters) areentangled (meaning that their combined state cannot be expressed as atensor product), measurement of one register affects or reveals the state of the other register by partially or entirely collapsing its state too. This effect can be used for computation, and is used in many algorithms.

The Hadamard-CNOT combination acts on the zero-state as follows:

CNOT(HI)|00=([1000010000010010](12[1111][1001]))[1000]=12[1001]=|00+|112{\displaystyle \operatorname {CNOT} (H\otimes I)|00\rangle =\left({\begin{bmatrix}1&0&0&0\\0&1&0&0\\0&0&0&1\\0&0&1&0\end{bmatrix}}\left({\frac {1}{\sqrt {2}}}{\begin{bmatrix}1&1\\1&-1\end{bmatrix}}\otimes {\begin{bmatrix}1&0\\0&1\end{bmatrix}}\right)\right){\begin{bmatrix}1\\0\\0\\0\end{bmatrix}}={\frac {1}{\sqrt {2}}}{\begin{bmatrix}1\\0\\0\\1\end{bmatrix}}={\frac {|00\rangle +|11\rangle }{\sqrt {2}}}}
The Bell state in the text is|Ψ=a|00+b|01+c|10+d|11{\displaystyle |\Psi \rangle =a|00\rangle +b|01\rangle +c|10\rangle +d|11\rangle } wherea=d=12{\displaystyle a=d={\frac {1}{\sqrt {2}}}} andb=c=0{\displaystyle b=c=0}. Therefore, it can be described by theplane spanned by thebasis vectors|00{\displaystyle |00\rangle } and|11{\displaystyle |11\rangle }, as in the picture. Theunit sphere(inC4{\displaystyle \mathbb {C} ^{4}}) that represent the possiblevalue-space of the 2-qubit system intersects the plane and|Ψ{\displaystyle |\Psi \rangle } lies on the unit spheres surface. Because|a|2=|d|2=1/2{\displaystyle |a|^{2}=|d|^{2}=1/2}, there is equal probability of measuring this state to|00{\displaystyle |00\rangle } or|11{\displaystyle |11\rangle }, and becauseb=c=0{\displaystyle b=c=0} there is zero probability of measuring it to|01{\displaystyle |01\rangle } or|10{\displaystyle |10\rangle }.

This resulting state is theBell state|00+|112=12[1001]{\displaystyle {\frac {|00\rangle +|11\rangle }{\sqrt {2}}}={\frac {1}{\sqrt {2}}}{\begin{bmatrix}1\\0\\0\\1\end{bmatrix}}}. It cannot be described as a tensor product of two qubits. There is no solution for

[xy][wz]=[xwxzywyz]=12[1001],{\displaystyle {\begin{bmatrix}x\\y\end{bmatrix}}\otimes {\begin{bmatrix}w\\z\end{bmatrix}}={\begin{bmatrix}xw\\xz\\yw\\yz\end{bmatrix}}={\frac {1}{\sqrt {2}}}{\begin{bmatrix}1\\0\\0\\1\end{bmatrix}},}

because for examplew needs to be both non-zero and zero in the case ofxw andyw.

The quantum statespans the two qubits. This is calledentanglement. Measuring one of the two qubits that make up this Bell state will result in that the other qubit logically must have the same value, both must be the same: Either it will be found in the state|00{\displaystyle |00\rangle }, or in the state|11{\displaystyle |11\rangle }. If we measure one of the qubits to be for example|1{\displaystyle |1\rangle }, then the other qubit must also be|1{\displaystyle |1\rangle }, because their combined statebecame|11{\displaystyle |11\rangle }. Measurement of one of the qubits collapses the entire quantum state, that span the two qubits.

TheGHZ state is a similar entangled quantum state that spans three or more qubits.

This type of value-assignment occursinstantaneously over any distance and this has as of 2018 been experimentally verified byQUESS for distances of up to 1200 kilometers.[34][35][36] That the phenomena appears to happen instantaneously as opposed to the time it would take to traverse the distance separating the qubits at the speed of light is called theEPR paradox, and it is an open question in physics how to resolve this. Originally it was solved by giving up the assumption oflocal realism, but otherinterpretations have also emerged. For more information see theBell test experiments. Theno-communication theorem proves that this phenomenon cannot be used for faster-than-light communication ofclassical information.

Measurement on registers with pairwise entangled qubits

[edit]
The effect of a unitary transform F on a register A that is in a superposition of2n{\displaystyle 2^{n}} states and pairwise entangled with the register B. Here,n is 3 (each register has 3 qubits).

Take aregister A withn qubits all initialized to|0{\displaystyle |0\rangle }, and feed it through aparallel Hadamard gateHn{\textstyle H^{\otimes n}}. Register A will then enter the state12nk=02n1|k{\textstyle {\frac {1}{\sqrt {2^{n}}}}\sum _{k=0}^{2^{n}-1}|k\rangle } that have equal probability of when measured to be in any of its2n{\displaystyle 2^{n}} possible states;|0{\displaystyle |0\rangle } to|2n1{\displaystyle |2^{n}-1\rangle }. Take a second register B, also withn qubits initialized to|0{\displaystyle |0\rangle } and pairwiseCNOT its qubits with the qubits in register A, such that for eachp the qubitsAp{\displaystyle A_{p}} andBp{\displaystyle B_{p}} forms the state|ApBp=|00+|112{\displaystyle |A_{p}B_{p}\rangle ={\frac {|00\rangle +|11\rangle }{\sqrt {2}}}}.

If we now measure the qubits in register A, then register B will be found to contain the same value as A. If we however instead apply a quantum logic gateF on A and then measure, then|A=F|BF|A=|B{\displaystyle |A\rangle =F|B\rangle \iff F^{\dagger }|A\rangle =|B\rangle }, whereF{\displaystyle F^{\dagger }} is theunitary inverse ofF.

Because of howunitary inverses of gates act,F|A=F1(|A)=|B{\displaystyle F^{\dagger }|A\rangle =F^{-1}(|A\rangle )=|B\rangle }. For example, sayF(x)=x+3(mod2n){\displaystyle F(x)=x+3{\pmod {2^{n}}}}, then|B=|A3(mod2n){\displaystyle |B\rangle =|A-3{\pmod {2^{n}}}\rangle }.

The equality will hold no matter in which order measurement is performed (on the registers A or B), assuming thatF has run to completion. Measurement can even be randomly and concurrently interleaved qubit by qubit, since the measurements assignment of one qubit will limit the possible value-space from the other entangled qubits.

Even though the equalities holds, the probabilities for measuring the possible outcomes may change as a result of applyingF, as may be the intent in a quantum search algorithm.

This effect of value-sharing via entanglement is used inShor's algorithm,phase estimation and inquantum counting. Using theFourier transform to amplify the probability amplitudes of the solution states for someproblem is a generic method known as "Fourier fishing".[37]

Logic function synthesis

[edit]
A quantumfull adder, given by Feynman in 1986.[3] It consists of onlyToffoli andCNOT gates. The gate that is surrounded by the dotted square in this picture can be omitted ifuncomputation to restore theB output is not required.

Functions and routines that only use gates can themselves be described as matrices, just like the smaller gates. The matrix that represents a quantum function acting onq{\displaystyle q} qubits has size2q×2q{\displaystyle 2^{q}\times 2^{q}}. For example, a function that acts on a "qubyte" (aregister of 8 qubits) would be represented by a matrix with28×28=256×256{\displaystyle 2^{8}\times 2^{8}=256\times 256} elements.

Unitary transformations that are not in the set of gates natively available at the quantum computer (the primitive gates) can be synthesised, or approximated, by combining the available primitive gates in acircuit. One way to do this is to factor the matrix that encodes the unitary transformation into a product of tensor products (i.e.series andparallel circuits) of the available primitive gates. ThegroupU(2q) is thesymmetry group for the gates that act onq{\displaystyle q} qubits.[2] Factorization is then theproblem of finding a path in U(2q) from thegenerating set of primitive gates. TheSolovay–Kitaev theorem shows that given a sufficient set of primitive gates, there exist an efficient approximate for any gate. For the general case with a large number of qubits this direct approach to circuit synthesis isintractable.[38][39] This puts a limit on how large functions can be brute-force factorized into primitive quantum gates. Typically quantum programs are instead built using relatively small and simple quantum functions, similar to normal classical programming.

Because of the gatesunitary nature, all functions must bereversible and always bebijective mappings of input to output. There must always exist a functionF1{\displaystyle F^{-1}} such thatF1(F(|ψ))=|ψ{\displaystyle F^{-1}(F(|\psi \rangle ))=|\psi \rangle }. Functions that are not invertible can be made invertible by addingancilla qubits to the input or the output, or both. After the function has run to completion, the ancilla qubits can then either beuncomputed or left untouched. Measuring or otherwise collapsing the quantum state of an ancilla qubit (e.g. by re-initializing the value of it, or by its spontaneousdecoherence) that have not been uncomputed may result in errors,[40][41] as their state may be entangled with the qubits that are still being used in computations.

Logically irreversible operations, for example addition modulo2n{\displaystyle 2^{n}} of twon{\displaystyle n}-qubit registersa andb,F(a,b)=a+b(mod2n){\displaystyle F(a,b)=a+b{\pmod {2^{n}}}},[h] can be made logically reversible by adding information to the output, so that the input can be computed from the output (i.e. there exists a functionF1{\displaystyle F^{-1}}). In our example, this can be done by passing on one of the input registers to the output:F(|a|b)=|a+b(mod2n)|a{\displaystyle F(|a\rangle \otimes |b\rangle )=|a+b{\pmod {2^{n}}}\rangle \otimes |a\rangle }. The output can then be used to compute the input (i.e. given the outputa+b{\displaystyle a+b} anda{\displaystyle a}, we can easily find the input;a{\displaystyle a} is given and(a+b)a=b{\displaystyle (a+b)-a=b}) and the function is made bijective.

AllBoolean algebraic expressions can be encoded as unitary transforms (quantum logic gates), for example by using combinations of thePauli-X,CNOT andToffoli gates. These gates arefunctionally complete in the Boolean logic domain.

There are many unitary transforms available in the libraries ofQ#,QCL,Qiskit, and otherquantum programming languages. It also appears in the literature.[42][43]

For example,inc(|x)=|x+1(mod2xlength){\displaystyle \mathrm {inc} (|x\rangle )=|x+1{\pmod {2^{x_{\text{length}}}}}\rangle }, wherexlength{\displaystyle x_{\text{length}}} is the number of qubits that constitutes theregisterx{\displaystyle x}, is implemented as the following in QCL:[44][13][12]

condqufunctinc(quregx){// increment registerinti;fori=#x-1to0step-1{CNot(x[i],x[0::i]);// apply controlled-not from}// MSB to LSB}
The generated circuit, whenxlength=4{\displaystyle x_{\text{length}}=4}. The symbols{\displaystyle \oplus },{\displaystyle \land } and¬{\displaystyle \neg } denotesXOR,AND andNOT respectively, and comes from the Boolean representation of Pauli-X with zero or more control qubits when applied to states that are in the computational basis.

In QCL, decrement is done by "undoing" increment. The prefix! is used to instead run theunitary inverse of the function.!inc(x) is the inverse ofinc(x) and instead performs the operationinc|x=inc1(|x)=|x1(mod2xlength){\displaystyle \mathrm {inc} ^{\dagger }|x\rangle =\mathrm {inc} ^{-1}(|x\rangle )=|x-1{\pmod {2^{x_{\text{length}}}}}\rangle }. Thecond keyword means that the function can beconditional.[11]

In themodel of computation used in this article (thequantum circuit model), a classic computer generates the gate composition for the quantum computer, and the quantum computer behaves as acoprocessor that receives instructions from the classical computer about which primitive gates to apply to which qubits.[13]: 36–43 [14] Measurement of quantum registers results in binary values that the classical computer can use in its computations.Quantum algorithms often contain both a classical and a quantum part. UnmeasuredI/O (sending qubits to remote computers without collapsing their quantum states) can be used to createnetworks of quantum computers.Entanglement swapping can then be used to realizedistributed algorithms with quantum computers that are not directly connected. Examples of distributed algorithms that only require the use of a handful of quantum logic gates aresuperdense coding, thequantum Byzantine agreement and theBB84cipherkey exchange protocol.

See also

[edit]
Further information:List of quantum logic gates

Notes

[edit]
  1. ^Matrix multiplication of quantum gates is defined asseries circuits.
  2. ^Note, here a full rotation about the Bloch sphere is2π{\displaystyle 2\pi } radians, as opposed to therotation operator gates where a full turn is4π.{\displaystyle 4\pi .}
  3. ^Either theP orPh gate can be used, asRz(δ)Ph(δ/2)=P(δ){\displaystyle R_{z}(\delta )\operatorname {Ph} (\delta /2)=P(\delta )}[2]: 11 [1]: 76–83 
  4. ^This set generates every possible unitary gate exactly. However as the global phase is irrelevant in the measurement output, universal quantum subsets can be constructed e.g. the set containingRy(θ),Rz(θ) and CNOT only spans all unitaries with determinant ±1 but it is sufficient for quantum computation.
  5. ^abIf this actually is astochastic effect depends on whichinterpretation of quantum mechanics that is correct (and if any interpretation can be correct). For example,De Broglie–Bohm theory and themany-worlds interpretation assertsdeterminism. (In the many-worlds interpretation, a quantum computer is a machine that runs programs (quantum circuits) that selects a reality where the probability of it having the solution states of aproblem is large. That is, the machine more often than not ends up in a reality where it gives the correct answer. Becauseall outcomes are realized in separate universes according to the many-worlds interpretation, the total outcome is deterministic. Thisinterpretation does however not change themechanics by which the machine operates.)
  6. ^SeeProbability axioms § Second axiom
  7. ^Thehypotenuse has length 1 because the probabilities sum to 1, so the quantum state vector is aunit vector.
  8. ^The input is2n{\displaystyle 2n} qubits, but the output is justn{\displaystyle n} qubits. Information erasure is not a reversible (orunitary) operation, and therefore not allowed. See alsoLandauer's principle.

References

[edit]
  1. ^abcdefghijkColin P. Williams (2011).Explorations in Quantum Computing.Springer.ISBN 978-1-84628-887-6.
  2. ^abcdefgBarenco, Adriano; Bennett, Charles H.; Cleve, Richard; DiVincenzo, David P.; Margolus, Norman; Shor, Peter; Sleator, Tycho; Smolin, John A.; Weinfurter, Harald (1995-11-01). "Elementary gates for quantum computation".Physical Review A.52 (5). American Physical Society (APS):3457–3467.arXiv:quant-ph/9503016.Bibcode:1995PhRvA..52.3457B.doi:10.1103/physreva.52.3457.ISSN 1050-2947.PMID 9912645.S2CID 8764584.
  3. ^abFeynman, Richard P. (1986). "Quantum mechanical computers".Foundations of Physics.16 (6). Springer Science and Business Media LLC:507–531.Bibcode:1986FoPh...16..507F.doi:10.1007/bf01886518.ISSN 0015-9018.S2CID 122076550.
  4. ^abcdefghiNielsen, Michael A.;Chuang, Isaac (2010).Quantum Computation and Quantum Information. Cambridge:Cambridge University Press.ISBN 978-1-10700-217-3.OCLC 43641333.
  5. ^abcdeYanofsky, Noson S.; Mannucci, Mirco (2013).Quantum computing for computer scientists.Cambridge University Press.ISBN 978-0-521-87996-5.
  6. ^Preskill, John (2021-06-06). "Quantum computing 40 years later". pp. 10–15.arXiv:2106.10522 [quant-ph].
  7. ^"Circuit Library". IBM (Qiskit).
  8. ^"cQASM: Qubit gate operations". QuTech. Archived fromthe original on 2024-05-11. Retrieved2021-10-06.
  9. ^"Microsoft.Quantum.Intrinsic namespace". Microsoft (Q#). 28 July 2023.
  10. ^abOperations and Functions (Q# documentation)
  11. ^abÖmer, Bernhard (2 September 2009)."Structured Quantum Programming"(PDF). Institute for Theoretical Physics, Vienna University of Technology. pp. 72,92–107.Archived(PDF) from the original on 27 March 2022. Retrieved28 July 2021.
  12. ^abÖmer, Bernhard (29 Apr 2003). "Classical Concepts in Quantum Programming".International Journal of Theoretical Physics.44 (7):943–955.arXiv:quant-ph/0211100.doi:10.1007/s10773-005-7071-x.S2CID 119373370.
  13. ^abcdÖmer, Bernhard (2000-01-20).Quantum Programming in QCL(PDF) (Thesis). Institute for Theoretical Physics, Vienna University of Technology. Archived fromthe original(PDF) on June 1, 2022. Retrieved2021-05-24.
  14. ^abPauka SJ, Das W, Kalra R, Moini A, Yang Y, Trainer M, Bousquet A, Cantaloube C, Dick N, Gardner GC, Manfra MJ, Reilly DJ (2021). "A cryogenic CMOS chip for generating control signals for multiple qubits".Nature Electronics.4 (4):64–70.arXiv:1912.01299.doi:10.1038/s41928-020-00528-y.S2CID 231715555.
  15. ^"TdgGate".Qiskit online documentation.
  16. ^"T dagger Gate". cQASM online documentation.
  17. ^abAharonov, Dorit (2003-01-09). "A Simple Proof that Toffoli and Hadamard are Quantum Universal".arXiv:quant-ph/0301040.
  18. ^Sawicki, Adam; Karnas, Katarzyna (2017-11-01). "Universality of Single-Qudit Gates".Annales Henri Poincaré.18 (11):3515–3552.arXiv:1609.05780.Bibcode:2017AnHP...18.3515S.doi:10.1007/s00023-017-0604-z.ISSN 1424-0661.S2CID 253594045.
  19. ^Sawicki, Adam; Mattioli, Lorenzo; Zimborás, Zoltán (2022-05-12)."Universality verification for a set of quantum gates".Physical Review A.105 (5) 052602.arXiv:2111.03862.Bibcode:2022PhRvA.105e2602S.doi:10.1103/PhysRevA.105.052602.S2CID 248761038.
  20. ^Williams, Colin P. (2011), Williams, Colin P. (ed.), "Quantum Gates",Explorations in Quantum Computing, Texts in Computer Science, London, England: Springer, pp. 51–122,doi:10.1007/978-1-84628-887-6_2,ISBN 978-1-84628-887-6
  21. ^Deutsch, David (September 8, 1989), "Quantum computational networks",Proc. R. Soc. Lond. A,425 (1989):73–90,Bibcode:1989RSPSA.425...73D,doi:10.1098/rspa.1989.0099,S2CID 123073680
  22. ^Shi, Xiao-Feng (2018-05-22)."Deutsch, Toffoli, and cnot Gates via Rydberg Blockade of Neutral Atoms".Physical Review Applied.9 (5) 051001.arXiv:1710.01859.Bibcode:2018PhRvP...9e1001S.doi:10.1103/PhysRevApplied.9.051001.ISSN 2331-7019.S2CID 118909059.
  23. ^"I operation".docs.microsoft.com. 28 July 2023.
  24. ^"IGate".qiskit.org.Qiskit online documentation.
  25. ^abLoss, Daniel; DiVincenzo, David P. (1998-01-01)."Quantum computation with quantum dots".Physical Review A.57 (1):120–126.arXiv:cond-mat/9701055.Bibcode:1998PhRvA..57..120L.doi:10.1103/physreva.57.120.ISSN 1050-2947. Example in eq. 2.
  26. ^Raz, Ran (2002). "On the complexity of matrix product".Proceedings of the thiry-fourth annualACM Symposium on Theory of Computing. pp. 144–151.doi:10.1145/509907.509932.ISBN 1-58113-495-9.S2CID 9582328.
  27. ^"UnitaryGate § UnitaryGate adjoint()".docs.quantum.ibm.com.
  28. ^Griffiths, D.J. (2008).Introduction to Elementary Particles (2nd ed.).John Wiley & Sons. pp. 115–121, 126.ISBN 978-3-527-40601-2.
  29. ^Albert, David (1994).Quantum mechanics and experience.Harvard University Press. p. 35.ISBN 0-674-74113-7.
  30. ^Sean M. Carroll (2019).Spacetime and geometry: An introduction to general relativity.Cambridge University Press. pp. 376–394.ISBN 978-1-108-48839-6.
  31. ^Wallace, David (2012).The emergent multiverse: Quantum theory according to the Everett Interpretation.Oxford University Press.ISBN 978-0-19-954696-1.
  32. ^Carroll, Sean M. (2019).Something deeply hidden: Quantum worlds and the emergence of spacetime.Penguin Random House.ISBN 978-1-5247-4301-7.
  33. ^Q# Online manual: Measurement
  34. ^Juan Yin; Yuan Cao; Yu-Huai Li; Sheng-Kai Liao; Liang Zhang; Ji-Gang Ren; Wen-Qi Cai; Wei-Yue Liu; Bo Li; Hui Dai; Guang-Bing Li; Qi-Ming Lu; Yun-Hong Gong; Yu Xu; Shuang-Lin Li; Feng-Zhi Li; Ya-Yun Yin; Zi-Qing Jiang; Ming Li; Jian-Jun Jia; Ge Ren; Dong He; Yi-Lin Zhou; Xiao-Xiang Zhang; Na Wang; Xiang Chang; Zhen-Cai Zhu; Nai-Le Liu; Yu-Ao Chen; Chao-Yang Lu; Rong Shu; Cheng-Zhi Peng; Jian-Yu Wang;Jian-Wei Pan (2017). "Satellite-based entanglement distribution over 1200 kilometers".Quantum Optics.356 (6343):1140–1144.arXiv:1707.01339.doi:10.1126/science.aan3211.PMID 28619937.S2CID 5206894.
  35. ^Billings, Lee (23 April 2020)."China Shatters "Spooky Action at a Distance" Record, Preps for Quantum Internet".Scientific American.
  36. ^Popkin, Gabriel (15 June 2017)."China's quantum satellite achieves 'spooky action' at record distance".Science – AAAS.
  37. ^Aaronson, Scott (2009). "BQP and the Polynomial Hierarchy".arXiv:0910.4698 [quant-ph].
  38. ^Dawson, Christopher M.; Nielsen, Michael (2006-01-01)."The Solovay-Kitaev algorithm".Quantum Information and Computation.6 (1). Section 5.1, equation 23.arXiv:quant-ph/0505030.doi:10.26421/QIC6.1-6.
  39. ^Matteo, Olivia Di (2016). "Parallelizing quantum circuit synthesis".Quantum Science and Technology.1 (1) 015003.arXiv:1606.07413.Bibcode:2016QS&T....1a5003D.doi:10.1088/2058-9565/1/1/015003.S2CID 62819073.
  40. ^Aaronson, Scott (2002). "Quantum Lower Bound for Recursive Fourier Sampling".Quantum Information and Computation.3 (2):165–174.arXiv:quant-ph/0209060.Bibcode:2002quant.ph..9060A.doi:10.26421/QIC3.2-7.
  41. ^Q# online manual: Quantum Memory Management
  42. ^Ryo, Asaka; Kazumitsu, Sakai; Ryoko, Yahagi (2020)."Quantum circuit for the fast Fourier transform".Quantum Information Processing.19 (277): 277.arXiv:1911.03055.Bibcode:2020QuIP...19..277A.doi:10.1007/s11128-020-02776-5.S2CID 207847474.
  43. ^Montaser, Rasha (2019). "New Design of Reversible Full Adder/Subtractor using R gate".International Journal of Theoretical Physics.58 (1):167–183.arXiv:1708.00306.Bibcode:2019IJTP...58..167M.doi:10.1007/s10773-018-3921-1.S2CID 24590164.
  44. ^QCL 0.6.4 source code, the file "lib/examples.qcl"

Sources

[edit]
General
Theorems
Quantum
communication
Quantum cryptography
Quantum algorithms
Quantum
complexity theory
Quantum
processor benchmarks
Quantum
computing models
Quantum
error correction
Physical
implementations
Quantum optics
Ultracold atoms
Spin-based
Superconducting
Quantum
programming
Fields
Quantum
Other
Retrieved from "https://en.wikipedia.org/w/index.php?title=Quantum_logic_gate&oldid=1317900915"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp