Operator in second quantization

Alexios
Messages
3
Reaction score
0
Hello,

I'm struggling with the second quantization formalism. I'd like to derive the hamiltonian of a system with non-interacting particles
\hat{H}=\int dx\,a(x)^\dagger \left[\frac{\hat{P}}{2m}+V(x)\right]a(x),
where a(x) = \hat{\Psi}(x).

I know the second quantized representation of a single-particle operator \hat{O} which is diagonal in the basis \{|\alpha\rangle\}:

\hat{O}=\sum_i o_{\alpha_i} a_{\alpha_i}^\dagger a_{\alpha_i}

My idea was, as a first step, to derive the expression of the linear momentum operator:

\hat{P}=\sum_i p_{p_i} a_{p_i}^\dagger a_{p_i} =\sum_i \int dx\, \langle x|p_i\rangle a^\dagger(x) \int dx\, \langle p_i|x\rangle a(x) ??

The above is probably wrong (and I don't know how to proceed in order to derive an expression which is of similar form as \hat{H})

Any help is much appreciated.
 
Physics news on Phys.org
Alexios said:
My idea was, as a first step, to derive the expression of the linear momentum operator:

\hat{P}=\sum_i p_{p_i} a_{p_i}^\dagger a_{p_i} =\sum_i \int dx\, \langle x|p_i\rangle a^\dagger(x) \int dx\, \langle p_i|x\rangle a(x) ??

The above is probably wrong (and I don't know how to proceed in order to derive an expression which is of similar form as \hat{H})

Any help is much appreciated.
It is wrong, but not very wrong. I guess you are trying to use the change of basis:
<br /> a_p = \int dx\, \langle p_i|x\rangle a(x)<br />
<br /> a_p^\dagger = \int dx\, \langle x|p_i\rangle a^\dagger(x)<br />

to expand the diagonal representation
\hat{P}=\sum_p p a_{p}^\dagger a_{p}

Your biggest mistake is failing to use different labels for dummy variables of integration. You should instead have written:
\hat{P}=\sum_p p \int dx_2\, \langle x_2|p_i\rangle a^\dagger(x_2) \int dx_1\, \langle p_i|x_1\rangle a(x_1)
\hat{P}=\iint dx_2dx_1a^\dagger(x_2) a(x_1)\sum_p p \langle x_2|p_i\rangle \langle p_i|x_1\rangle

This takes you closer. Can you manipulate it further to derive what you want?
 
Thanks, that makes sense to me. As far as I know, the momentum operator in 3 dimensions should be
\hat{P}=-i\hbar \int d^3 x a^\dagger (x) \nabla a(x)

Your equation slightly modified gives
\int \int dx_1\, dx_2\, a^\dagger (x_2)\langle x_2|\left(\sum \hat{P}_i |p_i\rangle \langle p_i|\right)|x_1\rangle a(x_1)

The inner term simplifies to \langle x_2|\hat{P}|x_1\rangle = -i\hbar \nabla \langle x_2|x_1\rangle?! Because \langle x_2|x_1\rangle = \delta(x_1-x_2) the above double integration indeed gives the desired result.
 
Alexios said:
The inner term simplifies to \langle x_2|\hat{P}|x_1\rangle = -i\hbar \nabla \langle x_2|x_1\rangle?! Because \langle x_2|x_1\rangle = \delta(x_1-x_2) the above double integration indeed gives the desired result.
Perfect.
I'd have a preference for saying
\langle x_2|\hat{P}|x_1\rangle = -i\hbar\delta(x_2-x_1)\nabla_{x_1}
since derivatives of delta functions tend to scare me.

As an aside, I'm also a fan of keeping the final answer like:
<br /> H = \int dxdx&#039; a(x&#039;)^\dagger\delta(x-x&#039;)\left[\frac{-\hbar^2}{2m}\nabla^2 + V(x)\right]a(x)<br />
since that reminds me that we are really looking at a quadratic form.

FWIW, I mentioned some references on second quantization in this post in this thread:
https://www.physicsforums.com/showpost.php?p=2474928&postcount=14
 
Thanks a lot.

I'm trying now to derive the second quantized expression for a general two-body operator \hat{V}.

Diagonal representation: \hat{V}=\frac{1}{2}\sum_{ij} v_{ij}\hat{P}_{ij}
where \hat{P}_{ij} = a_i^\dagger a_j^\dagger a_j a_i counts the number of pairs of particles in states |i\rangle, |j\rangle.

When following the same procedure as before I get an ingegral over dx_1 \ldots dx_4 with the terms

\langle x_1|v_i\rangle \langle x_2 | v_j \rangle \langle v_j | x_3 \rangle \langle v_i |x_4\rangle.

Is it correct to rearrange these terms like

\langle x_1|\otimes \langle x_2| |v_i\rangle \otimes |v_j \rangle \langle v_j | \otimes \langle v_i | |x_3\rangle \otimes |x_4 \rangle

so as to plug in \hat{V} = \sum_{ij} v_{ij} |v_i\rangle \otimes |v_j\rangle \langle v_j|\otimes \langle v_i| ?
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. Towards the end of the first lecture for the Qiskit Global Summer School 2025, Foundations of Quantum Mechanics, Olivia Lanes (Global Lead, Content and Education IBM) stated... Source: https://www.physicsforums.com/insights/quantum-entanglement-is-a-kinematic-fact-not-a-dynamical-effect/ by @RUTA
If we release an electron around a positively charged sphere, the initial state of electron is a linear combination of Hydrogen-like states. According to quantum mechanics, evolution of time would not change this initial state because the potential is time independent. However, classically we expect the electron to collide with the sphere. So, it seems that the quantum and classics predict different behaviours!

Similar threads

Back
Top