Quantum Field Operators for Bosons

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 1K views
knowwhatyoudontknow
Messages
30
Reaction score
5
TL;DR
Trying to better understand Quantum Field Operators
Consider the field creation operator ψ(x) = ∫d3p apexp(-ip.x)

My understanding is that this operator does not add particles from a particular momentum state. Rather it coherently (in-phase) adds a particle created from |0> expanded as a superposition of momentum eigenstates states, exp(-ip.x), at x, to a particle (if it exists) expanded as a superposition of basis states, exp(ip.x') at x'. The probability amplitude at x is then:

∫d3p exp(-ip.x)/√2π exp(ip.x')/√2π = δ(3)(x - x') which is an eigenvalue of position

Is this the correct interpretation of how things work? Sorry, if my question is a little redundant, but I am just starting out with QFT.
 
Physics news on Phys.org
Thanks. If a particle exists at x1 and another is added at the same point is it also fair to say that the resulting state is the ⊗ product of the 2 wavefunctions?
 
Be careful! The field operators are distribution valued operators due to the equal-time canonical commutator (bosons) relation
$$[\hat{\psi}(t,\vec{x}),\hat{\psi}^{\dagger}(t,\vec{y})]=\mathrm{i} \delta^{(3)}(\vec{x}-\vec{y}).$$
That's why squaring an operator at the same point is ambigous. It's of course the same singularity as in
$$\langle \vec{x}|\vec{y} \rangle = \delta^{(3)}(\vec{x}-\vec{y}).$$
There's a cure for that: Use "smeared" position states, i.e., true square integrable functions, i.e., instead of a position eigenstate ##|\vec{y} \rangle## you can use a Gaussian wave packet ##|\phi_{\vec{y}} \rangle## with
$$\langle \vec{x}|\phi_{\vec{y}} \rangle=N \exp\left [-\frac{(\vec{x}-\vec{y})^2}{4 \sigma^2} \right].$$
Then you deal with realistic "position eigenstates", i.e., with a particle in a well-defined small region around the point ##\vec{y}##. Then you can have of course easily two bosons "at the same place" in this "smeared" sense, i.e., taking into account the necessarily finite accuracy you can localize any particle.
 
  • Like
Likes   Reactions: troglodyte
Understood. I have read about the difficulties of using δ functions in this context. Smearing makes sense. I have also heard about using 'rigged' Hilbert space as a possible alternative.