一个量子比特的测量如何影响其他量子比特?


21

为了表示量子计算机的状态,所有量子位都贡献一个状态向量(据我所知,这是量子计算与经典计算之间的主要区别之一)。我的理解是,可以在一个多量子位系统中仅测量一个量子位。测量一个量子比特如何影响整个系统(具体来说,它如何影响状态向量)?

Answers:


15

查看量子位的方法有很多,状态向量形式主义只是其中之一。在一般的线性代数意义上,度量是投影到基础上的。在这里,我将从Pauli可观察的角度提供一个示例,这是QC的常用电路模型。

首先,感兴趣的是提供状态向量的基础-每个测量运算符都带有一组本征态,以及您要查看的任何测量值(例如X,Y,Z,XX,XZ等)。确定最适合写状态向量的基础。回答问题的最简单方法是,您是否知道哪个基础对您感兴趣,更重要的是,该基础是否与您刚刚进行的测量相减

因此,为简单起见,假设您以两个Z位为基础,以Z为基础,以处于任意状态的两个耦合的qubit开始:

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

您可能做的最简单的测量就是Z1,即第一个量子位上的Z运算符,然后是Z2,第二个量子位上的Z运算符。测量做什么?它将状态投影到本征状态之一。您可以将其视为消除了所有可能的答案,这些答案与我们刚刚测得的答案不一致。例如,假设我们测量Z1并获得结果1,那么我们将得到的结果状态将是:

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

请注意,前面的系数仅用于重新规格化。因此,我们测量概率Z2=0。请注意,这不同于我们在初始状态下的概率| 一个| 2+| c| 21|c|2+|d|2|c2||a|2+|c|2

但是,假设您进行的下一次测量与上一次测量不同步。这比较棘手,因为您必须根据状态向量实现基础的更改才能理解概率。但是,通过Pauli测量,由于本征基以一种很好的方式关联,所以它往往很容易,即:

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

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

A good way to check your understanding: What is the probability of measuring X=+1 after the Z1=1 measurement above? What is the probability if we have not made the Z1 measurement? Then a more complicated question is to look at product operators that act on both qubits at once, for instance, how does a measurement of Z1Z2=+1 affect the initial state? Here Z1Z2 measures the product of the two operators.


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

Suppose that, prior to measurement, your n-qubit system is in some state |ψH2n, where H2C2 is the Hilbert space of a single qubit. Write

|ψ=x{0,1}nux|x
for some coefficients uxC such that x|ux|2=1.
  • |φ0=x{0,1}n1u0x|0|x,|φ1=x{0,1}n1u1x|1|x,
    and let |ψ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!

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.