Apa artinya dua qubit dilibatkan?

14

Saya telah melakukan semacam riset online tentang qubit dan faktor-faktor yang membuat mereka terkenal yaitu membiarkan qubit untuk memegang 1 dan 0 pada saat yang sama dan yang lain adalah bahwa qubit dapat terjerat entah bagaimana sehingga mereka dapat memiliki data terkait di dalamnya tidak peduli seberapa jauh mereka (bahkan di sisi yang berlawanan dari galaksi).

Saat membaca tentang ini di Wikipedia saya telah melihat beberapa persamaan yang masih sulit untuk saya pahami. Inilah tautan ke Wikipedia .

Pertanyaan:

  1. Bagaimana mereka terjerat pada awalnya?

  2. Bagaimana mereka menghubungkan data mereka?

Arshdeep Singh
sumber
2
Bisakah Anda mempertimbangkan untuk menautkan ke artikel Wikipedia / sertakan formula dalam pertanyaan Anda? Ini akan memudahkan orang lain untuk memahami apa sebenarnya masalah Anda.
MEE - Pasang kembali Monica
jawaban snulty adalah pertanyaan jawaban kualitas tinggi 1 dalam posting ini tetapi gagal menjawab pertanyaan judul. Keterjeratan adalah konsep halus yang tidak sepenuhnya dapat direduksi menjadi "dua sistem berkorelasi sempurna". Jawaban oleh DaftWullie sedikit lebih jauh dalam mencoba menjelaskan mengapa keterikatan bukan hanya korelasi sempurna. Kata kunci untuk pencarian di masa mendatang adalah Bell Inequalities dan aper yang sangat baik ini oleh Mermin web.pdx.edu/~pmoeck/lectures/Mermin%20longer.pdf
Andrea

Jawaban:

15

Sebagai contoh sederhana misalkan Anda memiliki dua qubit di negara tertentu |0 dan |0 . Keadaan gabungan sistem adalah |0|0 atau |00 di steno.

Kemudian jika kita menerapkan operator berikut ke qubit (gambar dipotong dari halaman wiki pengkodean superdense ), keadaan yang dihasilkan adalah keadaan terjerat, salah satu status bel .

enter image description here

Pertama pada gambar kita memiliki gerbang hadamard yang bekerja pada qubit pertama, yang dalam bentuk yang lebih panjang adalah HI sehingga itu adalah operator identitas pada qubit kedua.

Matriks hadamard terlihat seperti mana basis dipesan{| 0,| 1}.

H=12(1111)
{|0,|1}

Jadi setelah operator hadamard bertindak negara sekarang

(HI)(|0|0)=H|0I|0=12(|0+|1)(|0)=12(|00+|10)

Bagian selanjutnya dari rangkaian adalah gerbang bukan yang dikontrol, yang hanya bekerja pada qubit kedua jika qubit pertama adalah .1

Anda dapat mewakili sebagai | 0 0 | I + | 1 1 | X , di mana | 0 0 | adalah operator proyeksi ke bit 0 , atau dalam bentuk matriks ( 1 0 0 0 ) . Demikian pula | 1 1 | adalah ( 0 0 0 1 ) .CNOT|00|I+|11|X|00|0(1000)|11|(0001)

The operator adalah operator bit sandal direpresentasikan sebagai ( 0 1 1 0 ) .X(0110)

Secara keseluruhan matriks ( 1 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 )CNOT(1000010000010010)

Ketika kita menerapkan kita bisa menggunakan perkalian matriks dengan menuliskan status kita sebagai vektor ( 1CNOT, atau kita bisa menggunakan bentuk produk tensor.(120120)

CNOT(12(|00+|10))=12(|00+|11)

Kami melihat bahwa untuk bagian pertama dari negara bit pertama adalah 0 , sehingga bit kedua dibiarkan saja; bagian kedua dari negara | 10 bit pertama adalah 1 , sehingga bit kedua membalik dari 0 ke 1 .|000|10101

Keadaan akhir kita adalah yang merupakan salah satu dari empat negara Bell yang maksimal negara terjerat.

12(|00+|11)

Untuk melihat apa artinya bagi mereka untuk terjerat, perhatikan bahwa jika Anda mengukur status qubit pertama, jika Anda mengetahui bahwa itu adalah itu akan segera memberi tahu Anda bahwa qubit kedua juga harus menjadi 0 , karena itulah satu-satunya kemungkinan kita.00

Bandingkan dengan keadaan ini misalnya:

12(|00+|01+|10+|11).

Jika Anda mengukur bahwa qubit pertama adalah nol, maka statusnya runtuh menjadi , di mana masih ada peluang 50-50 qubit kedua adalah0atau1.12(|00+|01)01

Semoga ini memberi gambaran bagaimana negara bisa terjerat. Jika Anda ingin mengetahui contoh tertentu, seperti menjerat foton atau elektron dll, maka Anda harus melihat bagaimana gerbang tertentu dapat diimplementasikan, tetapi Anda masih dapat menulis matematika dengan cara yang sama, dan 1 mungkin mewakili hal-hal yang berbeda dalam situasi fisik yang berbeda.01


Pembaruan 1: Panduan Mini untuk notasi QM / QC / Dirac

Usually there's a standard computational (ortho-normal) basis for a single qubit which is {|0,|1}, say H=span{|0,|1} is the vector space.

In this ordering of the basis we can identify |0 with (10) and |1 with (01). Any single qubit operator then can be written in matrix form using this basis. E.g. a bit flip operator X (after pauli-σx) which should take |0|1 and |1|0, can be written as (0110)

nHn:=HHHntimes. A basis for this space is labelled by strings of zeros and ones, e.g. |0|1|1|0, which is usually abbreviated for simplicity as |0110.

A simple example for two qubits, the basis for H2=HH, is {|0|0,|0|1,|1|0,|1|1} or in the shorthand {|00,|01,|10,|11}.

There's different ways to order this basis in order to use matrices, but one natural one is to order the strings as if they are numbers in binary so as above. For example for 3 qubits you could order the basis as

{|000,|001,|010,|011,|100,|101,|110,|111}.

The reason why this can be useful is that it corresponds with the Kronecker product for the matrices of the operators. For instance, first looking at the basis vectors:

|0|0=(10)(10):=(1(10)0(10))=(1000)

and

|0|1=(10)(01):=(1(01)0(10))=(0100)

and similarly

|1|0=(0010),|1|1=(0001)

If you have an operator e.g. X1X2:=XX which acts on two qubits and we order the basis as above we can take the kronecker product of the matrices to find the matrix in this basis:

X1X2=XX=(0110)(0110)=(0(0110)1(0110)1(0110)0(0110))=(0001001001001000)

If we look at the example of CNOT above given as |00|I+|11|X. This can be computed in matrix form as (1000)(1001)+(0001)(0110), which you can check is the CNOT matrix above.

It's worthwhile getting used to using the shorthands and the tensor products rather than converting everything to matrix representation since the computational space grows as 2n for n-qubits, which means for three cubits you have 8×8 matrices, 4-qubits you have 16×16 matrices and it quickly becomes less than practical to convert to matrix form.

Aside: There are a few common ways to use dirac notation, to represent vectors like |0; dual vectors e.g. 0|, inner product 0|1 between the vectors |0 and |1; operators on the space like X=|01|+|10|.

An operator like P0=|00| is a projection operator is a (orthogonal) projection operator because it satisfies P2=P and P=P.

snulty
sumber
I've failed to see through the complete calculations part, as I don't have the fundamentals to simplify. But it helped me to get an idea!
Arshdeep Singh
@ArshdeepSingh I can try add in anything that helps in understanding. I could probably add a bit more about entangled states. Glad it was a bit helpful anyway :)
snulty
@snulty maybe if you use the vector notation for the qubits the calculations become more transparent? Just a suggestion.
Kiro
1
@Kiro I've added a small bit about vector/matrix notation, only you might want to move away form that notation where possible in order to avoid multiplying large matrices by hand.
snulty
5

Although the linked wikipedia article is trying to use entanglement as a distinguishing feature from classical physics, I think one can start to get some understanding about entanglement by looking at classical stuff, where our intuition works a little better...

Imagine you have a random number generator that, each time, spits out a number 0,1,2 or 3. Usually you'd make these equally probability, but we can assign any probability to each outcome that we want. For example, let's give 1 and 2 each with probability 1/2, and never give 0 or 3. So, each time the random number generator picks something, it gives 1 or 2, and you don't know in advance what it's going to be. Now, let's write these numbers in binary, 1 as 01 and 2 as 10. Then, we give each bit to a different person, say Alice and Bob. Now, when the random number generator picks a value, either 01 or 10, Alice has one part, and Bob has the other. So, Alice can look at her bit, and whatever value she gets, she knows that Bob has the opposite value. We say these bits are perfectly anti-correlated.

Entanglement works much the same way. For example, you might have a quantum state

|ψ=12(|01|10)
where Alice holds one qubit of |ψ, and Bob holds the other. Whatever single-qubit projective measurement Alice chooses to make, she'll get an answer 0 or 1. If Bob makes the same measurement on his qubit, he always gets the opposite answer. This includes measuring in the Z-basis, which reproduces the classical case.

The difference comes from the fact that this holds true for every possible measurement basis, and for that to be the case, the measurement outcome must be unpredictable, and that's where it differs from the classical case (you may like to read up about Bell tests, specifically the CHSH test). In the classical random number example I described at the start, once the random number generator has picked something, there's no reason why it can't be copied. Somebody else would be able to know what answer both Alice and Bob would get. However, in the quantum version, the answers that Alice and Bob get do not exist is advance, and therefore nobody else can know them. If somebody did know them, the two answers would not be perfectly anti-correlated. This is the basis of Quantum Key Distribution as it basically describes being able to detect the presence of an eavesdropper.

Something further that may help in trying to understand entanglement: mathematically, it’s no different to superposition, it’s just that, at some point, you separate the superposed parts over a great distance, and the fact that that is in some sense difficult to do means that making the separation provides you with a resource that you can do interesting things with. Really, entanglement is the resource of what one might call ‘distributed superposition’.

DaftWullie
sumber
2

Entanglement is a quantum physical phenomenon, demonstrated in practical experiments, mathematically modeled in quantum mechanics. We can come up with several creative speculations of what it is (philosophically), but at the end of the day we just have to accept it and trust the math.

From a statistics point of view we can think of it as a complete correlation (1 or -1) between two random variables (the qubits). We may not know any these variables outcome beforehand, but once we measure one of them, due to the correlation, the other will be previsible. I recently wrote an article on how quantum entanglement is handled by a quantum computing simulator, wich you may find helpful as well.

Thomas C. G. de Vilhena
sumber
I have two blank pieces of paper. I flip a coin and write the outcome on both of them and fold them. I hand you one of the two pieces and I keep the other. This process creates two random variables. You may not know the value of either, but if you measure one, you immediately know the other. Does this process entangle the pieces of paper?
Andrea
Great question! The analogy may seem valid at first, but there's one problem, once qubits become entangled you can perform additional operations on them, modifying their internal state simultaneously. This behavior can be used for instance to implement quantum teleportation. In your case we end up with a classical deterministic system in which states are pre-determined, and further operations that take advantage of physical entanglement phenomenon are not possible.
Thomas C. G. de Vilhena
Indeed! I would add a short discussion along these lines to complete your answer.
Andrea