Neeley et al., Nature 467, 570-573 (2010)

CSC 685/595: Entanglement

← prev page  next page →
by: burt rosenberg
at: university of miami
semester: fall 2020–2021 (211)
location: not yet determined
The picture to the right announced in 2010 a three qubit entanglement; see arxiv.org.

Entanglement
In the previous lecture the phenomena of superposition was introduced. The Hadamard quantum gate was used to create a quantum state in which a qubit is equally 0❭ and 1❭ at the same time. This state is denoted +❭.

Just as 0❭ and 1❭ are orthogonal states (the direction in which photons pass or are absorbed by a linear polarized filter) +❭ has an orthogonal state −❭. The difference between these two is the sign in the superposition. They are created using the same hadamard operator, but on orthogonal starting states.

+❭ = H(0❭) = (1/√2) ( 0❭ + 1❭ )

−❭ = H(1❭) = (1/√2) ( 0❭ − 1❭ )

We also saw how the tensor product can be used to apply quantum gates to individual qubits, and the result would be a combined state based on the algebra of the tensor product.

H(0❭) ⊗ H(0❭) = (1/√2) ( 0❭ + 1❭ ) ⊗ (1/√2) ( 0❭ + 1❭ ) = (1/2) ( 00❭ + 01❭ + 10❭ + 11❭ )

A an observation of one qubit or the other will not affect the probabilities in the superposition of the other qubit. As a two quibit quantum system, before an observation of one of the qubits, all for observables are likely with probability 1/4. After an observation of one of the qubits, that qubit will be in a classical, non-superposed state, according to the outcome of the observation. The other qubit will remain in a superposed state, namely +❭.

Not so with the following qubit in the Bell state.

(1/√2) ( 00❭ + 11❭ )

In this state, the outcome of an observation of one qubit implies a single state for the other qubit. When the observation takes one qubit to a classical, non-superposed state, the other qubit must follow, despite that no direct observation has been made of that qubit.

The two qubits are said to be entangled when an observation of one acts as an observation on the other, due to the form of their superposition.

Nota Bene:
Entanglement is a quantum phenomena and possible non-quantum models for entangle are wrong.

One wrong model is that entanglement is a compact expression expressing two possible outcomes of and observation, but the system is already in one of those outcomes, the observer is simply uncertain which it is. This is wrong. The entangled state is quantum until the observation collapses the some or all of the quantum superposition to a classical outcome consistent with what was observed.

Another wrong model is that after the observation the entangled particle continues in a superposed state, but its future is determined, and when the observation is made then the particle will collapse to a classical state. This is also wrong. They are soul-mates, connected by quantum telepathy; what happens to one affects the other.

A quantum circuit: the C-Not gate
To make this entangled state we use a quantum gate called a controlled-not, with shortened name Cnot. A Cnot takes two qubits as input produces two qubits as output. One qubit is called the control qubit, and it passes from input to output unchanged. The other qubit input is either passed unchanged to the output, or its logic is inverted, depending on whether the control qubit is 0❭ or 1❭.

This qiskit run shows the basic operation of the cnot on the input 00❭. The control is diagramed as a small dot and does not change the qubit state. Since q0 is 0❭ the value of q1 is not changed and remains 0❭.

If q1 where in state 1❭, it cnot would also not change the state. We do not show this case for q1 as the formation of the Bell state will have q1= 0❭.

So far it looks like nothing much is happening. But don't be so sure about that!

Cnot with control bit 1❭

From Don Lancaster's TTL Cook Book.
We place a 1❭ on q0, still with q1 a 0❭. To do this we introduce the Pauli X operator, and its realization as a quantum gate. The IBM quantum computer supplies this, and we can add it to our circuit on the q0 qubit.

For qubits in the states 0❭ or 1❭, the Pauli X operator swaps their state. This is like a classical NOT gate in digital logic design. See the sidebar for the classical TTL 7404 quad inverter, and refer to the equally classic as the state Don Lancaster's TTL Cookbook for all you would like to know about classic digital logic with the 7400-series TTL logic gates.

However, for other states, the Pauli X operator does not invert. This operator leaves the +❭ unchanged. The −❭ is also unchanged except for the sign of its weight becomes -1. Since that weight is used by the Born law as a square, this change of sign does not observably change the state, hence the state −❭ is also unchanged.

X ∘ 0❭ = 1❭
X ∘ 1❭ = 0❭
X ∘ +❭ = +❭
X ∘ −❭ = (−1) −❭ ≅ −❭

The last two equalities are consequences of the first two equalities.

X ∘ +❭ = X ∘ (1/√2)( 0❭ + 1❭ ) = (1/√2)( X ∘ 0❭ + X ∘ 1❭ ) = (1/√2)( 1❭ + 0❭ ) = +❭

X ∘ −❭ = X ∘ (1/√2)( 0❭ − 1❭ ) = (1/√2)( X ∘ 0❭ − X ∘ 1❭ ) = (1/√2)( 1❭ − 0❭ ) = − +❭

The experiment has q0 inverted from 0❭ to 1❭. If an X was applied to q1 so it entered the CNOT as 1❭ it would be inverted by the CNOT to 0❭. We did not show this case for q1 as the formation of the Bell state will have q1= 0❭.

Preparation of a Bell state
Since the input to the CNOT of 00❭ gives output 00❭, and the input of 01❭ gives output 11❭, then the superposition of inputs will give the superposition of outputs. The calculation following shows that we achieve the superposed input by applying a hadamard to qubit q0

(1/√2) ( 00❭ + 01❭ ) = 0❭ ⊗ (1/√2) ( 00❭ + 01❭ ) = 0❭ ⊗ H ∘ 0❭

Glossary
References
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.

author: burton rosenberg
created: 1 may 2020
update: 26 may 2020