How to operate on product state?

  • Context: Graduate 
  • Thread starter Thread starter KFC
  • Start date Start date
  • Tags Tags
    Product State
Click For Summary
SUMMARY

This discussion focuses on the operation of an operator A on a product state formed by a Fock state |n⟩ and a spinor state |x⟩. The operator A is defined as a 2x2 matrix involving creation (â) and annihilation (â†) operators. The application of A to the product state results in a transformation that primarily affects the Fock state |n⟩, while the spinor state |x⟩ remains unchanged unless it is explicitly defined as a two-component vector. The confusion arises from the interpretation of the product state and its representation in terms of tensor products.

PREREQUISITES
  • Understanding of Fock states and their representation in quantum mechanics
  • Familiarity with creation and annihilation operators (â and â†)
  • Knowledge of matrix multiplication in the context of quantum states
  • Basic concepts of spinors and their representation as two-component vectors
NEXT STEPS
  • Study the mathematical properties of Fock states in quantum mechanics
  • Learn about the application of creation and annihilation operators in quantum harmonic oscillators
  • Explore the concept of tensor products in quantum state representation
  • Investigate the role of spinors in quantum mechanics and their applications
USEFUL FOR

Quantum physicists, students of quantum mechanics, and researchers working with quantum state operations and representations will benefit from this discussion.

KFC
Messages
477
Reaction score
4
Suppose a proudct is form by a Fock state [tex]|n\rangle[/tex] and any other state [tex]|x\rangle[/tex], i.e.

[tex]|\phi\rangle = |n\rangle|x\rangle[/tex]

If an operator defined as

[tex] A = \left(<br /> \begin{matrix}<br /> \alpha\hat{a}\hat{a}^\dagger & \beta\hat{a}^\dagger\hat{a} \\<br /> \gamma\hat{a}^\dagger\hat{a} & \kappa\hat{a}\hat{a}^\dagger<br /> \end{matrix}<br /> \right)[/tex]
where [tex]\hat{a}[/tex] and [tex]\hat{a}^\dagger[/tex] is creation and annilation operator will only opeate on Fock state. So how A operate on [tex]|n\rangle|x\rangle[/tex]?
 
Last edited:
Physics news on Phys.org
It sounds like you're asking about the states of a spin-1/2 particle in a Fock space (e.g. a harmonic oscillator). In that case, the state [tex]|\chi\rangle[/tex] (what you've written [tex]|x\rangle[/tex]) is actually a spinor, basically a two-component vector:

[tex]|\chi\rangle = \left(\begin{matrix} a \\ b\end{matrix}\right)[/tex]

where [tex]\langle\chi |\chi\rangle = 1[/tex]. Then the operator A, a 2x2 matrix, can be applied to that 2-component vector by the usual rules of matrix multiplication.

[tex]A|\phi\rangle = \left(<br /> \begin{matrix}<br /> \alpha\hat{a}\hat{a}^\dagger & \beta\hat{a}^\dagger\hat{a} \\<br /> \gamma\hat{a}^\dagger\hat{a} & \kappa\hat{a}\hat{a}^\dagger<br /> \end{matrix}<br /> \right)|n\rangle\left(\begin{matrix} a \\ b\end{matrix}\right) = \left(<br /> \begin{matrix}<br /> (\alpha a\hat{a}\hat{a}^\dagger + \beta b\hat{a}^\dagger\hat{a})|n\rangle \\<br /> (\gamma a\hat{a}^\dagger\hat{a} + \kappa b\hat{a}\hat{a}^\dagger)|n\rangle<br /> \end{matrix}\right) = \left(<br /> \begin{matrix}<br /> \alpha a\sqrt{n + 1} + \beta b\sqrt{n} \\<br /> \gamma a\sqrt{n} + \kappa b\sqrt{n + 1}<br /> \end{matrix}<br /> \right)|n\rangle[/tex]

If [tex]|x\rangle[/tex] is not a 2-component vector, then I don't know that there's much you can do with it. You'd probably just "distribute" [tex]|n\rangle[/tex] over all the elements of the matrix A and wind up with something like

[tex]A|\phi\rangle = \left(<br /> \begin{matrix}<br /> \alpha\hat{a}\hat{a}^\dagger|n\rangle & \beta\hat{a}^\dagger\hat{a}|n\rangle \\<br /> \gamma\hat{a}^\dagger\hat{a}|n\rangle & \kappa\hat{a}\hat{a}^\dagger|n\rangle<br /> \end{matrix}<br /> \right)|x\rangle = \left(<br /> \begin{matrix}<br /> \alpha\sqrt{n + 1} & \beta\sqrt{n} \\<br /> \gamma\sqrt{n} & \kappa\sqrt{n + 1}<br /> \end{matrix}<br /> \right)|x\rangle[/tex]

I guess the point is, if the creation and annihilation operators only act on [tex]|n\rangle[/tex], you just leave [tex]|x\rangle[/tex] alone. It's fairly simple.
 
diazona said:
It sounds like you're asking about the states of a spin-1/2 particle in a Fock space (e.g. a harmonic oscillator). In that case, the state [tex]|\chi\rangle[/tex] (what you've written [tex]|x\rangle[/tex]) is actually a spinor, basically a two-component vector:

[tex]|\chi\rangle = \left(\begin{matrix} a \\ b\end{matrix}\right)[/tex]

where [tex]\langle\chi |\chi\rangle = 1[/tex]. Then the operator A, a 2x2 matrix, can be applied to that 2-component vector by the usual rules of matrix multiplication.

[tex]A|\phi\rangle = \left(<br /> \begin{matrix}<br /> \alpha\hat{a}\hat{a}^\dagger & \beta\hat{a}^\dagger\hat{a} \\<br /> \gamma\hat{a}^\dagger\hat{a} & \kappa\hat{a}\hat{a}^\dagger<br /> \end{matrix}<br /> \right)|n\rangle\left(\begin{matrix} a \\ b\end{matrix}\right) = \left(<br /> \begin{matrix}<br /> (\alpha a\hat{a}\hat{a}^\dagger + \beta b\hat{a}^\dagger\hat{a})|n\rangle \\<br /> (\gamma a\hat{a}^\dagger\hat{a} + \kappa b\hat{a}\hat{a}^\dagger)|n\rangle<br /> \end{matrix}\right) = \left(<br /> \begin{matrix}<br /> \alpha a\sqrt{n + 1} + \beta b\sqrt{n} \\<br /> \gamma a\sqrt{n} + \kappa b\sqrt{n + 1}<br /> \end{matrix}<br /> \right)|n\rangle[/tex]

Thank you so much. However, I found it quite confusing to understand the following operation, in above calculation, it seems that you write

[tex]|x\rangle = \left(\begin{matrix}a \\ b \end{matrix}\right)[/tex]
and
[tex]|n\rangle|x\rangle = \left(\begin{matrix}a|n\rangle \\ b|n\rangle \end{matrix}\right)[/tex]

so

[tex] \left(<br /> \begin{matrix}<br /> \alpha\hat{a}\hat{a}^\dagger & \beta\hat{a}^\dagger\hat{a} \\<br /> \gamma\hat{a}^\dagger\hat{a} & \kappa\hat{a}\hat{a}^\dagger<br /> \end{matrix}<br /> \right)|n\rangle\left(\begin{matrix} a \\ b\end{matrix}\right) = \left(<br /> \begin{matrix}<br /> (\alpha a\hat{a}\hat{a}^\dagger + \beta b\hat{a}^\dagger\hat{a})|n\rangle \\<br /> (\gamma a\hat{a}^\dagger\hat{a} + \kappa b\hat{a}\hat{a}^\dagger)|n\rangle<br /> \end{matrix}\right)[/tex]

But I readed a text, in which the product state of two states is given by
[tex] |n\rangle|x\rangle = |n\rangle \otimes |x\rangle = <br /> \left(\begin{matrix}\alpha|x\rangle \\ \beta|x\rangle \end{matrix}\right)[/tex]
where [tex]|n\rangle = \left(\begin{matrix}\alpha \\ \beta\end{matrix}\right)[/tex]

I wonder if
[tex]\left(\begin{matrix}\alpha|x\rangle \\ \beta|x\rangle \end{matrix}\right) \equiv<br /> \left(\begin{matrix}a|n\rangle \\ b|n\rangle \end{matrix}\right)[/tex]

?
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K