Як вимірювання одного кубіта впливає на інші?


21

Щоб представити стан квантового комп'ютера, всі кубіти вносять один вектор стану (це я одна з основних відмінностей між квантовими та класичними обчисленнями, наскільки я це розумію). Я розумію, що можна виміряти лише один кубіт із системи декількох кубітів. Як вимірювання одного кубіту впливає на всю систему (конкретно, як це впливає на вектор стану)?

Відповіді:


15

Існує маса різних поглядів на кубіти, і державний векторний формалізм - лише один із них. У загальному лінійно-алгебраїчному сенсі вимірювання проектується на основу. Тут я надам уявлення з прикладом спостережуваної точки зору Паулі, тобто звичайною схемою QC.

По-перше, цікаво, на якій основі надається вектор стану - кожен оператор вимірювання постачається з набором власних даних і якими б вимірюваннями ви не дивилися (наприклад, X,Y,Z,XX,XZ тощо) визначте основу, яка може бути найкращою для запису вектора стану. Найпростіший спосіб відповісти на ваше запитання, якщо ви знаєте, яка основа вас цікавить, і що ще важливіше, чи вона співвідноситься з вимірюванням, яке ви тільки що зробили .

Отже, для простоти, скажімо, ви починаєте з двох зв'язаних кубітів у довільному стані, записаному в Z -основі для обох кубітів:

|ψ=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| 2.1|c|2+|d|2|c2||a|2+|c|2

Припустимо, наступне вимірювання, яке ви робите, не змінюється з попереднім. Це складніше, оскільки вам доведеться здійснити зміну бази на векторі стану, щоб зрозуміти ймовірності. Однак із вимірюванням Паулі це, як правило, легко, оскільки власні бази співвідносяться приємно, тобто:

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

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

Хороший спосіб перевірити своє розуміння: Яка ймовірність вимірювання після вимірювання Z 1 = 1 вище? Яка ймовірність, якщо ми не зробили вимірювання Z 1 ? Тоді складніше питання - подивитися на операторів продуктів, які діють на обидва кубіти одночасно, наприклад, як вимірювання Z 1 Z 2 = + 1 впливає на початковий стан? Тут Z 1 Z 2 вимірює добуток двох операторів.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

n|ψH2nH2C2

|ψ=x{0,1}nux|x
for some coefficients uxC such that x|ux|2=1.
  • If you are measuring the first qubit in the standard basis, define

    |φ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|0|ψ0|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!

Використовуючи наш веб-сайт, ви визнаєте, що прочитали та зрозуміли наші Політику щодо файлів cookie та Політику конфіденційності.
Licensed under cc by-sa 3.0 with attribution required.