İki kubit durumun birbirine dolanmış bir durum olduğunu nasıl gösterebilirim?


19

Bell eyaleti sarmalanmış bir durumdur. Ama neden böyle? Bunu matematiksel olarak nasıl kanıtlayabilirim?|Φ+=12(|00+|11)

Yanıtlar:


20

Tanım


İki-kubit bir devlet olan sarmalanmış bir devlet ancak ve orada yalnızca değil iki tek qubit durumlarını var | Bir = alfa | 0 + p | 1 C 2 ve | b = y | 0 + Â | 1 2 bu şekilde | Bir | b = | ψ|ψC4|a=α|0+β|1C2|b=γ|0+λ|1C2 , Burada belirtmektedirtensör ürünve a , p , y , A, .|a|b=|ψα,β,γ,λC

Yani, Bell devlet göstermek için , basitçe hiçbir iki tek qubit durumlarını orada var olduğunu göstermek için bir dolaşmış devlet var olduğu| Birve| böyle ki| Φ+=| Bir| b.|Φ+=12(|00+|11)|a|b|Φ+=|a|b

Kanıt


Farz et ki

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

Artık dağıtım özelliğini yalnızca

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

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

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

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

But, to obtain the Bell state |Φ+, we want to get rid of |01 and |10. So, one of the numbers (or both) multiplying |01 (and |10) in the expression αγ|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)

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

12

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

|ψ 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). Orijinal durum ancak bu değer 1 ise ayrılabilir. Aksi takdirde durum birbirine dolanır.

|Ψ=|ψ|ϕA

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

Meanwhile, if we take |Ψ=12(|00+|11), then

ρA=TrB(|ΨΨ|)=12(|00|+|11|)=12I
and
Tr(ρA2)=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 A and B? 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
Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.