Wie wirkt sich die Messung eines Qubits auf die anderen aus?


21

Um den Zustand eines Quantencomputers darzustellen, tragen alle Qubits zu einem Zustandsvektor bei (dies ist nach meinem Verständnis einer der Hauptunterschiede zwischen Quanten- und klassischem Computing). Meines Wissens ist es möglich, nur ein Qubit aus einem System von mehreren Qubits zu messen. Wie wirkt sich die Messung dieses einen Qubits auf das gesamte System aus (insbesondere auf den Zustandsvektor)?

Antworten:


15

Es gibt viele verschiedene Sichtweisen auf Qubits, und der Staatsvektor-Formalismus ist nur eine davon. Im allgemeinen linear-algebraischen Sinne ist eine Messung eine Projektion auf eine Basis. Hier möchte ich Ihnen ein Beispiel aus der Sicht von Pauli vorstellen, das das übliche Schaltungsmodell der Qualitätskontrolle ist.

Erstens ist es von Interesse, auf welcher Basis der Zustandsvektor bereitgestellt wird - jeder Messoperator wird mit einer Reihe von Eigenzuständen geliefert, und welche Messungen Sie auch betrachten (z. B. X,Y,Z,XX,XZ usw.). Bestimmen Sie die Basis, auf die Sie den Zustandsvektor am besten schreiben können. Am einfachsten können Sie Ihre Frage beantworten, wenn Sie wissen, welche Basis für Sie von Interesse ist und vor allem, ob sie mit der gerade durchgeführten Messung pendelt .

Nehmen wir der Einfachheit halber an, Sie beginnen mit zwei gekoppelten Qubits in einem beliebigen Zustand, der für beide Qubits auf der Z Basis geschrieben ist :

|ψ=a|0Z|0Z+b|0Z|1Z+c|1Z|0Z+d|1Z|1Z

Die einfachsten möglichen Messungen wären , dh der Z- Operator für das erste Qubit, gefolgt von Z 2 , dem Z- Operator für das zweite Qubit. Was macht die Messung? Es projiziert den Zustand in einen der Eigenzustände. Sie können sich das so vorstellen, als ob Sie alle möglichen Antworten eliminieren, die nicht mit den soeben gemessenen übereinstimmen. Nehmen wir zum Beispiel an, wir messen Z 1 und erhalten das Ergebnis 1 , dann wäre der resultierende Zustand:Z1ZZ2ZZ11

|ψ=1|c|2+|d|2(c|1Z|0Z+d|1Z|1Z)

Note that the coefficient out front is just for renormalization. So our probability of measuring Z2=0 is 1|c|2+|d|2|c2|. Note this is different from the probability we had in the initial state, which was |a|2+|c|2.

Suppose the next measurement you make does not commute with the previous one, however. This is trickier because you have to implement a change of basis on the state vector in order to understand the probabilities. With Pauli measurements, though, it tends to be easy since the eigenbases relate in a nice way, that is:

|0Z=12(|0X+|1X)

|1Z=12(|0X|1X)

Ein guter Weg, um Ihr Verständnis zu überprüfen: Mit welcher Wahrscheinlichkeit wird nach der obigen Messung von Z 1 = 1 gemessen ? Was ist die Wahrscheinlichkeit, wenn wir die Z 1 -Messung nicht durchgeführt haben? Eine kompliziertere Frage ist es dann, Produktoperatoren zu betrachten, die auf beide Qubits gleichzeitig einwirken. Wie wirkt sich beispielsweise eine Messung von Z 1 Z 2 = + 1 auf den Anfangszustand aus? Hier misst Z 1 Z 2 das Produkt der beiden Operatoren.X=+1Z1=1Z1Z1Z2=+1Z1Z2


2
Nice and simple answer. I think it is important to note, that what you describe is only true if you a) perform projective measurements and b) you know the outcome of the measurement. Just keep in mind that in general you will need mixed states to describe the post-measurement state.
M. Stern

7

Nehmen wir an, dass vor der Messung, Ihre -qubit System ist in einem gewissen Zustand | & psgr; H n 2 , wobei H 2C 2 ist der Hilbert - Raum eines einzelnen Qubits. Schreiben | & psgr; = Σ x { 0 , 1 } n u x | x für einige Koeffizienten u xC , so dass Σ x | u 1n|ψH2nH2C2

|ψ=x{0,1}nux|x
uxCx|ux|2=1 .
  • Wenn Sie das erste Qubit in der Standardbasis messen, definieren Sie

    |φ0=x{0,1}n1u0x|0|x,|φ1=x{0,1}n1u1x|1|x,
    |ψ0=|φ0/φ0|φ0 and |ψ1=|φ1/φ1|φ1. It is not too difficult to show that, if you measure the first qubit and obtain the state |0, the state of the entire system "collapses" to |ψ0, and if you obtain |1 what you obtain is |ψ1.

    This is broadly analogous to the idea of conditional probability distributions: you might think of |ψ0 as the state of the system conditioned on the first qubit being |0, and |ψ1 as the state of the system conditioned on the first qubit being |1 (except of course that the story is a bit more complicated, on account of the fact that the first qubit is not "secretly" in either the state 0 or 1).

  • The above is not strongly dependent on measuring the first qubit: we can define |φ0 and |φ1 in terms of fixing any particular bit in the bit string x to either 0 or 1, summing over only those components which are consistent with either the choice 0 or 1, and proceeding as above.

  • The above is also not strongly dependent on measuring in the standard basis, as Emily indicates. If we wish to consider measuring the first qubit in the basis |α,|β, where |α=α0|0+α1|1 and |β=β0|0+β1|1, we define

    |φ0=(|αα|In1)|ψ=x{0,1}n1(α0u0x+α1u1x)|α|x,|φ1=(|ββ|In1)|ψ=x{0,1}n1(β0u0x+β1u1x)|β|x,
    and then proceeding as above.

6

Less formally-stated than the other answers, but for beginners I like the intuitive method outlined by Prof. Vazirani in this video.

Suppose you have a general two-qbit state:

|ψ=[α00α01α10α11]=α00|00+α01|01+α10|10+α11|11

Now suppose you measure the most-significant (leftmost) qbit in the computational basis (as in, collapse it to either |0 or |1). There are two questions we might ask:

  1. What is the probability that the measured qbit collapses to |0? What about |1?
  2. What is the state of the 2-qbit system after measurement?

For the first question, the intuitive answer is this: take the sum of squares of all amplitudes associated with the value for which you want to find the probability of collapse. So, if you want to know the probability of the measured qbit collapsing to |0, you'd look at the amplitudes associated with cases |00 and |01, because those are the cases where the measured qbit is |0. Thus:

P[|0]=|α00|2+|α01|2

Similarly, for |1 you look at the amplitudes associated with cases |10 and |11, so:

P[|1]=|α10|2+|α11|2

As for the state of the 2-qbit system after measurement, what you do is cross out all the components of the superposition which are inconsistent with the answer you got. So, if you measured |0, then the state after measurement is:

|ψ=α00|00+α01|01+α10|10+α11|11=α00|00+α01|01

However, this state is not normalized - the sum of squares does not add up to 1, and so you have to normalize it:

|ψ=α00|00+α01|01|α00|2+|α01|2

Similarly, if you measured |1 then you'd get:

|ψ=α00|00+α01|01+α10|10+α11|11=α10|10+α11|11

Normalized:

|ψ=α10|10+α11|11|α10|2+|α11|2

And that's how you calculate the action of measuring one qbit in a multi-qbit state, in the simplest case!

Durch die Nutzung unserer Website bestätigen Sie, dass Sie unsere Cookie-Richtlinie und Datenschutzrichtlinie gelesen und verstanden haben.
Licensed under cc by-sa 3.0 with attribution required.