मैं कैसे दिखाऊं कि दो-तिहाई राज्य एक उलझा हुआ राज्य है?


19

बेल राज्य एक उलझ राज्य है। लेकिन ऐसा क्यों है? मैं गणितीय रूप से यह कैसे साबित करूं?|Φ+=12(|00+|11)

जवाबों:


20

परिभाषा


एक दो-राज्य है एक उलझ राज्य यदि और केवल यदि वहाँ नहीं दो एक qubit राज्यों मौजूद | a a = α | 0 + बीटा | 1 सी 2 और | b γ = | 0 + λ | 1 सी 2 ऐसी है कि | एक | = | ψ|ψC4|a=α|0+β|1C2|b=γ|0+λ|1C2 , जहां|a|b=|ψ को दर्शाता है टेन्सर उत्पाद और α,β,γ,λC

तो, यह दिखाने के लिए कि बेल राज्य एक उलझ राज्य, हम बस दिखाने के लिए वहाँ मौजूद है कि कोई दो एक qubit राज्यों है है| aaऔर| ऐसा है कि| Φ+=| एक| |Φ+=12(|00+|11)|a|b|Φ+=|a|b

प्रमाण


मान लो कि

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

अब हम केवल प्राप्त करने के लिए वितरण योग्य संपत्ति को लागू कर सकते हैं

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

यह 1 के बराबर होना चाहिए, है कि, हम पाते हैं चाहिए गुणांकअल्फा,β,γऔरλ, ऐसा है कि12(|00+|11)αβγλ

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
वाह आपने अपने प्रश्न का उत्तर एक सुंदर, समझने योग्य प्रमाण के साथ दिया। ऐसा कुछ नहीं जो आप रोज देखते हैं। इससे मुझे धन्यवाद देने में मदद मिली।
युंगगुन

12

|Ψ=|ψ|ϕ
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). 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 A is

ρ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
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.