Operator change of basis (QM / QI)

In summary, the conversation is discussing a problem in linear algebra for quantum computation and quantum information theory. The main focus is on changing the basis of an operator and calculating probabilities and expectation values for measurements on different states. There is some confusion about the unitarity of the basis transformation and the resulting operator being self-adjoint or Hermitian, which could explain the complex values in the calculations.
  • #1
James Jackson
163
0
Hi there, just doing some basic linear algebra for quantum computation / quantum information theory, and am wondering whether I'm changing the basis of an operator correctly.

If I have two orthogonal basis vectors of space C2 given by (~ = complex conjugate):

S1 = [|0>, |1>]

and S2 = [|u> = a|0> + b|1> and |v> = b~|0> - a~|1>]

(S2 is orthonormal given aa~+bb~=1, easy enough to prove (<u|v>=0))

and the operator, A, given in terms of the basis set S2:

A = |u><u| - |v><v|

(This is from the given fact that A has eigenvectors |u>,|v> with eigenvalues 1,-1 respectively)

To change A into the basis set S1, do I simply do:

A' = UA

where U is the unitary matrix |0><u|+|1><v|

This results in A' = |0><u| - |1><v|

So, if I want to find the probabiliy of a measurement of A on the state |0> I then do:

A'|0> = |0><u|o> - |1><v|0>

As <u|0> = a~ and <v|0> = b this gives

Therefore A'|0> = a~|0> - b|1>

So the probability of this measurement returning 1 is |b|^2
This also means the expectation value of the measurement is 0*p(0)+1*p(1) = 0*|a|^2 + 1*|b|^2 = |b|^2

Is this correct or have I made a mistake somewhere?

Cheers!
 
Physics news on Phys.org
  • #2
P.S. I'm in my final year physics degree, but haven't really covered linear algebra before. In the above, I'm assuming that this expansion for A'=UA is valid:

A'=UA=(|0><u|+|1><v|)(|u><u|-|v><v|)

= |0><u|u><u|-|1><v|v><v|+|1><v|u><u|-|0><u|v><v|

which as <u|u>, <v|v> = 1 and <u|v>, <v|u> = 0 gives:

A' = UA = |0><u|-|1><v|
 
  • #3
Here's what i get

[tex] \hat{A}'=:|0\rangle\langle u|-|1\rangle\langle v| [/tex]

U want to compute the expectation value on the state [itex] |1\rangle [/itex]

[tex] \langle \hat{A}'\rangle_{|1\rangle}=:\langle 1|\hat{A}'|1\rangle [/tex]

Okay.

[tex] \hat{A}'|1\rangle=|0\rangle\langle u|1\rangle - |1\rangle \langle v|1\rangle [/tex]

[tex] \langle u|1\rangle=a^{*}\langle 0|1\rangle+b^{*}\langle 1|1\rangle=b^{*} [/tex]

[tex] \langle v|1\rangle=b\langle 0|1\rangle-a\langle 1|1\rangle =-a [/tex]

[tex] \hat{A}'|1\rangle=b^{*}|0\rangle+a|1\rangle [/tex]

[tex] \langle 1|\hat{A}'|1\rangle =b^{*}\langle 1|0\rangle+a\langle 1|1\rangle=a [/tex]

U can compute the other expectation value in the same way.

Daniel.
 
  • #4
Thanks for that, could I clarify a few things? I assume that I've got the change of operator basis correct as you haven't commented on that, which is nice. On to the expectation measurement: The question is set as such: A measurement is made with A on the state [tex]|0\rangle[/tex]. What is the probability of the result being 1? What is the expected value of the outcome?

So, following from you above, the expected value of the measurement A on the state [tex]|0\rangle[/tex] would be:

[tex]\langle0|A'|0\rangle = a^{*}[/tex]

I was under the impression that all measurements returned real numbers (assuming the operator is hermitian. I haven't checked this for A' yet as I haven't learned how to change from dirac outer product notation to matrix notation for an operator - that's a job for tomorrow!). In both cases (i.e. measurements on [tex]|0\rangle[/tex] and [tex]|1\rangle[/tex]) a complex expectation value is being returned - am I missing something?

Secondly, from the way you have expressed expectation measurements above as an inner product (say, expectation value of |0>): [tex]\langle 0|A'|0\rangle[/tex], for a state [tex]|x\rangle = \alpha|0\rangle + \beta|1\rangle[/tex], how can one determine the probability (and not just expectation value, which would of course be given by [tex]\langle x|A'|x\rangle[/tex]) of a measurement of A' on the state [tex]|x\rangle[/tex] returning a given state (either [tex]|0\rangle[/tex] or [tex]|1\rangle[/tex]).

From my original post (and backed up by your reply), [tex]A'|0\rangle = a^{*}|0\rangle - b|1\rangle[/tex] which imples the probability of the measurement of A on [tex]|0\rangle[/tex] returning 1 is [tex]\|b\|^2[/tex]. Is there a more 'elegant' way or is this completely incorrect anyway?

Many thanks for you help.

Edit: Hmm, found some stuff about measurement probabilities. So, for measurement of a qubit in the computational basis, we have:

[tex]M_{0}=|0\rangle\langle 0|, M_{1}=|1\rangle\langle 1|[/tex]

so p(m) on a state [tex]|\phi\rangle[/tex] equals [tex]p(m)=\langle\phi |{M_{m}}^{\dagger}M_{m}|\phi\rangle[/tex]

but I can't see how to apply this to a measurement of [tex]A'|0\rangle[/tex] unless I put that state equal to [tex]|\phi\rangle[/tex] and then use [tex]M_1[/tex] in the above to get the probability of the measurement returning 1. Is this correct?
 
Last edited:
  • #5
Right... Done a bit of calculation in the light of day. OK, so if I make some (hopefully correct) definitions:

For a particle in state [tex]|\phi\rangle[/tex]:

Probability measurements: [tex]p(k)=\| c_{k}\|^{2}=\|\langle k|\phi\rangle\|^{2}[/tex] for k being the eigenstates of an operator A which must be the same as the basis for [tex]|\phi\rangle[/tex].

Expectation values: [tex]E(A)=\langle\phi |A|\phi \rangle[/tex] for operator A.

So, define [tex]|u\rangle = \alpha |0\rangle + \beta |1\rangle; |v\rangle = \beta^{*} |0\rangle - \alpha^{*} |1\rangle[/tex] as an orthonormal basis on [tex]C^2[/tex]

We then are given that an operator, A, has eigenvectors [tex]|u\rangle[/tex] and [tex]|v\rangle[/tex] with eigenvalues 1 and -1 respectivaly. This operator, in Dirac form, is therefore:

[tex]A=|u\rangle\langle u|-|v\rangle\langle v|[/tex]

To transform this into the [tex]|0\rangle ;|1\rangle[/tex] basis I apply the unitary transform U to A, given by:

[tex]U=|0\rangle\langle u|+|1\rangle\langle v|[/tex]

So I get the new operator A':

[tex]A'=UA=|0\rangle\langle u|-|1\rangle\langle v|[/tex]

So now, as A' is expressed in the basis [tex]|0\rangle ;|1\rangle[/tex], any results of the measurement are going to be either of this orthonormal set. So to get the probability of of measuring the state [tex]|1\rangle[/tex] when A' is applied to [tex]|0\rangle[/tex] is:

[tex]P_{1}=\|\langle 1|A'|0\rangle\|^{2}=\|\beta\|^2[/tex]

The expectation value of a measurement of A' on [tex]|0\rangle[/tex] is given by:

[tex]E(A'|0\rangle )=\langle 0|A'|0\rangle =\alpha^{*}[/tex]

This makes sense to me, but still the fact that the expectation value is a complex number confuses me. Surely it must be real (unless, of course, A' isn't Hamiltonian)?
 
Last edited:
  • #6
There's a big problem in everything that u did.The basis thansformation,unlike the operator one,was not unitary.Therefore,the new operator,even if unitarily transformed,is not selfadjoint.Not even hermitean,i think.So that would account for complex eigenvalues,even,and complex expectation values.

Daniel.
 
  • #7
Sorry, getting confused with nomclementure - what you say makes sense but I'm losing something somewhere. Surely my basis change was the 'operator one' (i.e. applying U to A), so by that as A is Hamiltonian over [tex]|u\rangle ;|v\rangle[/tex] and U is, by definition, unitary then UA is also Hamiltonian, or is this the wrong assumption I am making?

Thanks for your time!
 
Last edited:

What is an operator change of basis in quantum mechanics/quantum information?

An operator change of basis is a mathematical operation that transforms a quantum mechanical operator from one basis to another. It is used to analyze and manipulate quantum states and their corresponding measurements in different bases.

Why is operator change of basis important in quantum mechanics/quantum information?

Operator change of basis is important because it allows us to study and understand the behavior of quantum systems in different bases, providing us with a more complete understanding of their properties and allowing for more precise and efficient calculations and measurements.

How is an operator change of basis performed?

An operator change of basis is performed by first expressing the original operator in terms of the new basis vectors, and then applying a transformation matrix to map the original operator to the new basis. This transformation matrix is typically a unitary matrix, which ensures that the operator remains Hermitian and preserves the physical interpretation of the quantum system.

What are some applications of operator change of basis in quantum mechanics/quantum information?

Operator change of basis has many applications in quantum mechanics and quantum information, including quantum state tomography, quantum error correction, and quantum computing algorithms. It is also used in the analysis of quantum entanglement and quantum teleportation.

Are there any limitations or challenges associated with operator change of basis?

One potential limitation of operator change of basis is that it can be computationally intensive, especially for large quantum systems with many basis states. Additionally, the choice of basis can greatly affect the complexity and efficiency of calculations, making it important to carefully select the most appropriate basis for a given problem.

Similar threads

  • Linear and Abstract Algebra
Replies
3
Views
1K
Replies
3
Views
2K
Replies
2
Views
778
  • Linear and Abstract Algebra
2
Replies
52
Views
2K
  • Linear and Abstract Algebra
Replies
2
Views
904
  • Linear and Abstract Algebra
Replies
9
Views
996
  • Linear and Abstract Algebra
Replies
19
Views
2K
  • Linear and Abstract Algebra
Replies
23
Views
1K
  • Linear and Abstract Algebra
Replies
4
Views
1K
Replies
5
Views
1K
Back
Top