2 큐 비트 상태가 얽힌 상태임을 어떻게 표시합니까?


18

벨 주 | Φ += 12 (|00+|11)얽힌 상태이다. 그러나 왜 그런가? 수학적으로 어떻게 증명합니까?|Φ+=12(|00+|11)

답변:


19

정의


2 큐빗 상태 | ψ C 4 인 얽힌 상태 경우 거기에만 있지 이 하나의 큐 비트 상태를 존재 | = α | 0 + β | 1 C 2| B = γ | 0 + λ | 1 C 2 등이 | | B = | ψ|ψC4|a=α|0+β|1C2|b=γ|0+λ|1C2 여기서|a|b=|ψ denotes the tensor product and α,β,γ,λCα,β,γ,λC.

So, to show that the Bell state |Φ+=12(|00+|11)|Φ+=12(|00+|11) is an entangled state, we simply have to show that there exist no two one-qubit states |a|a and |b|b such that |Φ+=|a|b|Φ+=|a|b.

Proof


Suppose that

|Φ+=|a|b=(α|0+β|1)(γ|0+λ|1)

|Φ+=|a|b=(α|0+β|1)(γ|0+λ|1)

We can now simply apply the distributive property to obtain

|Φ+==(αγ|00+αλ|01+βγ|10+βλ|11)

|Φ+==(αγ|00+αλ|01+βγ|10+βλ|11)

This must be equal to 12(|00+|11)12(|00+|11), that is, we must find coefficients αα, ββ, γγ and λλ, such that

12(|00+|11)=(αγ|00+αλ|01+βγ|10+βλ|11)

12(|00+|11)=(αγ|00+αλ|01+βγ|10+βλ|11)

Observe that, in the expression αγ|00+αλ|01+βγ|10+βλ|11αγ|00+αλ|01+βγ|10+βλ|11, we want to keep both |00|00 and |11|11. Hence, αα and γγ, which are the coefficients of |00|00, cannot be zero; in other words, we must have α0α0 and γ0γ0. Similarly, ββ and λλ, which are the complex numbers multiplying |11|11 cannot be zero, i.e. β0β0 and λ0λ0. So, all complex numbers αα, ββ, γγ and λλ must be different from zero.

But, to obtain the Bell state |Φ+|Φ+, we want to get rid of |01|01 and |10|10. So, one of the numbers (or both) multiplying |01|01 (and |10|10) in the expression αγ|00+αλ|01+βγ|10+βλ|11αγ|00+αλ|01+βγ|10+βλ|11, i.e. αα and λλ (and, respectively, ββ and γγ), must be equal to zero. But we have just seen that αα, ββ, γγ and λλ must all be different from zero. So, we cannot find a combination of complex numbers αα, ββ, γγ and λλ such that

12(|00+|11)=(αγ|00+αλ|01+βγ|10+βλ|11)

12(|00+|11)=(αγ|00+αλ|01+βγ|10+βλ|11)

In other words, we are not able to express |Φ+|Φ+ as a tensor product of two one-qubit states. Therefore, |Φ+|Φ+ is a entangled state.

We can perform a similar proof for other Bell states or, in general, if we want to prove that a state is entangled.


2
Wow you answered your own question with a beautiful, understandable proof. Not something you see every day. This helped me thank you.
YungGun

11

A two qudit pure state is separable if and only if it can be written in the form |Ψ=|ψ|ϕ

|Ψ=|ψ|ϕ
for arbitrary single qudit states |ψ|ψ and |ϕ|ϕ. Otherwise, it is entangled.

To determine if the pure state is entangled, one could try a brute force method of attempting to find satisfying states |ψ|ψ and |ϕ|ϕ, as in this answer. This is inelegant, and hard work in the general case. A more straightforward way to prove whether this pure state is entangled is the calculate the reduced density matrix ρρ for one of the qudits, i.e. by tracing out the other. The state is separable if and only if ρρ has rank 1. Otherwise it is entangled. Mathematically, you can test the rank condition simply by evaluating Tr(ρ2)Tr(ρ2). The original state is separable if and only if this value is 1. Otherwise the state is entangled.

For example, imagine one has a pure separable state |Ψ=|ψ|ϕ|Ψ=|ψ|ϕ. The reduced density matrix on AA is ρA=TrB(|ΨΨ|)=|ψψ|,

ρA=TrB(|ΨΨ|)=|ψψ|,
and Tr(ρ2A)=Tr(|ψψ||ψψ|)=Tr(|ψψ|)=1.
Tr(ρ2A)=Tr(|ψψ||ψψ|)=Tr(|ψψ|)=1.
Thus, we have a separable state.

Meanwhile, if we take |Ψ=12(|00+|11)|Ψ=12(|00+|11), then ρA=TrB(|ΨΨ|)=12(|00|+|11|)=12I

ρA=TrB(|ΨΨ|)=12(|00|+|11|)=12I
and Tr(ρ2A)=14Tr(II)=12
Tr(ρ2A)=14Tr(II)=12
Since this value is not 1, we have an entangled state.

If you wish to know about detecting entanglement in mixed states (not pure states), this is less straightforward, but for two qubits there is a necessary and sufficient condition for separability: positivity under the partial transpose operation.


+1 This is a much more elegant method compared to the brute force algorithm.
Sanchayan Dutta

What are AA and BB? Are these just the qudits themselves?
Dohleman

@Dohleman Yes, they're just labels for the two parts of the system, one part held by A (Alice), and the other by B (Bob). In this case it's the two qudits.
DaftWullie
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.