Advanced atomic physx: From Liouville Equation to the Bloch equations

In summary, the conversation discusses the derivation of Bloch equations from Liouville equation using the Hamiltonian for an interaction with a magnetic field. The conversation also mentions the use of spherical basis and tensor operators, and the conversion to Cartesian coordinates. However, there is an error in the final equations and they do not match the expected Bloch equations. The conversation ends with a request for assistance in identifying the mistake.
  • #1
TheDestroyer
402
1
This question was on Stackexchange, and no one was able to solve it. So now I'm posting it here, and I wish someone could help.

I'm trying to derive the Bloch equations[1] from the Liouville equation[2]. This should be possible according to this paper[3], where it discusses higher order Bloch equations (second order spherical tensors). I'm trying to derive the same for the simple vector Bloch equations.

The way I'm doing this is the Following.

The Lioville equation is this:
[tex]\frac{d}{dt}\rho=\frac{1}{i\hbar}\left[H,\rho\right][/tex]

The Hamiltonian for an interaction with the magnetic field can be written as

[tex]H=-\vec{\mu}\cdot\vec{B}=-\frac{g\mu_{B}}{\hbar}\vec{B}\cdot\vec{F}=-\vec{\omega}\cdot\vec{F},[/tex]
where
$$\left\{ \omega_{x},\omega_{y},\omega_{z}\right\} =\frac{g\mu_{B}}{\hbar}\left\{ B_{x},B_{y},B_{z}\right\} $$

And I expand the dot product using spherical basis[5] dot product:
$$\vec{\omega}\cdot\vec{F}=\sum_{q=-k}^{k}\left(-1\right)^{q}\omega_{q}F_{-q}=-\omega_{-1}F_{1}+\omega_{0}F_{0}-\omega_{1}F_{-1}$$
The density matrix can be expanded in terms of spherical operators as:
$$\rho=\sum_{k=0}^{2F}\sum_{q=-k}^{k}m_{k,q}T_{q}^{\left(k\right)},$$

Now I try to compute the commutator using all the information I calculated:

$$\left[H,\rho\right]=\sum_{q=-k}^{k}\left[\omega_{-1}F_{1}-\omega_{0}F_{0}+\omega_{1}F_{-1},m_{k,q}T_{q}^{\left(k\right)}\right]$$

$$=\sum_{q=-k}^{k}m_{k,q}\left[\omega_{-1}F_{1}-\omega_{0}F_{0}+\omega_{1}F_{-1},T_{q}^{\left(k\right)}\right]$$

$$=\sum_{q=-k}^{k}m_{k,q}\omega_{-1}\left[F_{1},T_{q}^{\left(k\right)}\right]-\sum_{q=-k}^{k}m_{k2,q}\omega_{0}\left[F_{0},T_{q}^{\left(k\right)}\right]+\sum_{q=-k}^{k}m_{k,q}\omega_{1}\left[F_{-1},T_{q}^{\left(k\right)}\right]$$

Now we use the commutation relations with tensor operators[4]:

$$\left[F_{\pm1},T_{q}^{k}\right]=\hbar\sqrt{\left(k\mp q\right)\left(k\pm q+1\right)}T_{q\pm1}^{k}$$
$$\left[F_{0},T_{q}^{k}\right]=\hbar qT_{q}^{k}$$

And we get:

$$\left[H,\rho\right]=\sum_{q=-k}^{k}m_{k,q}\omega_{-1}\hbar\sqrt{\left(k-q\right)\left(k+q+1\right)}T_{q+1}^{k}-\sum_{q=-k}^{k}m_{k,q}\hbar q\omega_{0}T_{q}^{k}+\sum_{q=-k}^{k}m_{k,q}\omega_{+1}\hbar\sqrt{\left(k+q\right)\left(k-q+1\right)}T_{q-1}^{k}$$

Now we substitute this in the Liouville equation

$$i\sum_{q}\frac{d}{dt}m_{k,q}T_{q}^{\left(k\right)}=\sum_{q=-k}^{k}m_{k,q}\omega_{-1}\sqrt{\left(k-q\right)\left(k+q+1\right)}T_{q+1}^{k}-\sum_{q=-k}^{k}m_{k,q}q\omega_{0}T_{q}^{k}+\sum_{q=-k}^{k}m_{k,q}\omega_{+1}\sqrt{\left(k+q\right)\left(k-q+1\right)}T_{q-1}^{k}$$

Then we multiply this equation from the left by [itex]T_{q^{\prime}}^{\left(k^{\prime}\right)\dagger}[/itex] and use the orthogonality relation [itex]\text{Tr}\left(T_{q}^{\left(k\right)\dagger}T_{q^{\prime}}^{\left(k^{ \prime }\right)}\right)=\delta_{qq^{\prime}}\delta_{kk^{\prime}}[/itex] and we finally get:

$$i\frac{d}{dt}m_{k,q}=m_{k,q+1}\omega_{-1}\sqrt{\left(k-q\right)\left(k+q+1\right)}-m_{k,q}q\omega_{0}+m_{k,q-1}\omega_{+1}\sqrt{\left(k+q\right)\left(k-q+1\right)},$$

My question starts here: How do we get the standard Bloch equations[1] from this? I'm going to try to do this. So use the vector version of this by saying that [itex]k=1[/itex] and [itex]q={-1,0,1}[/itex], which gives me the set of equations:

$$i\frac{d}{dt}m_{1,-1}=m_{1,0}\omega_{-1}\sqrt{2}+m_{1,-1}\omega_{0}$$
$$i\frac{d}{dt}m_{1,0}=m_{1,1}\omega_{-1}\sqrt{2}+m_{1,-1}\omega_{+1}\sqrt{2}$$
$$i\frac{d}{dt}m_{1,1}=-m_{1,1}\omega_{0}+m_{1,0}\omega_{+1}\sqrt{2}$$

Now to go to Cartesian coordinates I use the conversion of spherical basis[5], which are:

$$m_{1,+1}=\frac{m_{x}-im_{y}}{\sqrt{2}}$$
$$m_{1,0}=m_{z}$$
$$m_{1,-1}=-\frac{m_{x}+im_{y}}{\sqrt{2}}$$

But this doesn't give the Bloch equations[1]! When I substitute those in the last result I get (by also adding and subtracting the first and last equations to separate mx and my equations)

$$\frac{d}{dt}m_{x}=-\sqrt{2}m_{z}\left(i\omega_{x}\right)-m_{y}\omega_{z}$$
$$\frac{d}{dt}m_{y}=-\sqrt{2}m_{z}\left(i\omega_{y}\right)-m_{x}\omega_{z}$$
$$\frac{d}{dt}m_{z}=\sqrt{2}m_{x}\left(i\omega_{x}\right)-\sqrt{2}m_{y}\left(i\omega_{y}\right)$$


Which are weird and I don't understand... could someone please explain where I did a mistake? Why am I not getting the Bloch equations?

Thank you for any efforts.


[1]: http://en.wikipedia.org/wiki/Bloch_equations
[2]: http://en.wikipedia.org/wiki/Liouville's_theorem_(Hamiltonian)#Quantum_Liouville_equation
[3]: http://arxiv.org/pdf/physics/0605234.pdf
[4]: http://en.wikipedia.org/wiki/Tensor_operator#Spherical_tensor_operators
[5]: http://en.wikipedia.org/wiki/Spherical_basis
 
Last edited:
Physics news on Phys.org
  • #2
Bill_K said:
What happened to the ω0 term?

In that line [itex]k=1,q=0[/itex], which makes the [itex]\omega_0[/itex] term vanish because it's muliplied by [itex]q[/itex].

Best regards.
 
  • #3
TheDestroyer said:
$$\frac{d}{dt}m_{y}=-\sqrt{2}m_{z}\left(i\omega_{y}\right)-m_{x}\omega_{z}$$
One way to realize there's a sign error in the final equations is to calculate

$$m_x\frac{d}{dt}m_x + m_y\frac{d}{dt}m_y + m_z\frac{d}{dt}m_z$$
which should come out zero, and does not.

I think it's the second equation which has the wrong sign throughout, check it again. It should be
$$\frac{d}{dt}m_{y}=+\sqrt{2}m_{z}\left(i\omega_{y}\right)+m_{x}\omega_{z}$$
 
  • #4
Bill_K said:
One way to realize there's a sign error in the final equations is to calculate

$$m_x\frac{d}{dt}m_x + m_y\frac{d}{dt}m_y + m_z\frac{d}{dt}m_z$$
which should come out zero, and does not.

I think it's the second equation which has the wrong sign throughout, check it again. It should be
$$\frac{d}{dt}m_{y}=+\sqrt{2}m_{z}\left(i\omega_{y}\right)+m_{x}\omega_{z}$$

Thanks for your response. I checked it and I found no sign error; though maybe I'm wrong, but this is a secondary problem, since even if a sign error is there, this won't resolve the problem I'm facing where those equations have nothing to do with Bloch equations the way we know them.

Any other ideas?
 
  • #5
TheDestroyer said:
Thanks for your response. I checked it and I found no sign error; though maybe I'm wrong, but this is a secondary problem, since even if a sign error is there, this won't resolve the problem I'm facing where those equations have nothing to do with Bloch equations the way we know them.

Any other ideas?
Yes, that's not the only sign error! Sign errors are definitely your problem.

Write out the dm0/dt equation, converting it to Cartesian components. You'll have four terms on the RHS. Two of them cancel out, but the wrong two! You're supposed to be left with the cross product, mxωy - myωx, but with your signs those terms cancel out and you're left instead with the dot product, mxωx + myωy

EDIT: If you still haven't found the first sign error, better check it a third time. That one's pretty obvious, and if you can't find that one you probably won't find the others!
 
Last edited:
  • #6
Bill_K said:
Yes, that's not the only sign error! Sign errors are definitely your problem.

Write out the dm0/dt equation, converting it to Cartesian components. You'll have four terms on the RHS. Two of them cancel out, but the wrong two! You're supposed to be left with the cross product, mxωy - myωx, but with your signs those terms cancel out and you're left instead with the dot product, mxωx + myωy

EDIT: If you still haven't found the first sign error, better check it a third time. That one's pretty obvious, and if you can't find that one you probably won't find the others!

Thank you for your response. As reasonable as what you're saying sounds, I verified the signs like 5 times in different times to make sure there's no mistake, and I can't find any. Let me give an example. Let's talk about the z equation.

The equation is:

$$i\frac{d}{dt}m_{1,0}=m_{1,1}\omega_{-1}\sqrt{2}+m_{1,-1}\omega_{+1}\sqrt{2}$$

We use the spherical bases and we get (ignore the sqrt(2) for now):

$$i\frac{d}{dt}m_{z}=-\left(m_{x}-im_{y}\right)\left(\omega_{x}+i\omega_{y}\right)-\left(m_{x}+im_{y}\right)\left(\omega_{x}-i\omega_{y}\right)$$

Do the brackets and we get:

$$i\frac{d}{dt}m_{z}=-m_{x}\omega_{x}-m_{x}i\omega_{y}+im_{y}\omega_{x}-im_{y}\omega_{y}-m_{x}\omega_{x}+m_{x}i\omega_{y}-im_{y}\omega_{x}-im_{y}\omega_{y}$$

And by simplifying:

$$i\frac{d}{dt}m_{z}=-\sqrt{2}m_{x}\omega_{x}-\sqrt{2}im_{y}\omega_{y}$$

This still isn't a cross product. Could you please verify this equation yourself?

Thank you.
 
  • #7
Thanks to the people who've helped, though the problem was pointed to me by my Professor.

The problem was in the definition of raising and lowering operators with respect to spherical basis.

$$\vec{\omega}\cdot\vec{F}=\sum_{q=-k}^{k}\left(-1\right)^{q}\omega_{q}F_{-q}=-\omega_{-1}F_{1}+\omega_{0}F_{0}-\omega_{1}F_{-1}$$

Then [itex]F_+[/itex], the raising operator is not equivalent to [itex]F_{+1}[/itex] the spherical basis component. This I didn't know before, and now I learned. The right relation between those elements is

$$F_{\pm1}=\mp\frac{1}{\sqrt{2}}F_\pm$$

And the minus sign in this relation will solve the problem. And I eventually got the Bloch equations.
 

1. What is the Liouville Equation?

The Liouville Equation is a fundamental equation in classical mechanics that describes the time evolution of a system's phase space distribution function. It is used to study the dynamics of complex systems, such as atoms and molecules, and is an important tool in understanding advanced atomic physics.

2. How are the Bloch equations related to the Liouville Equation?

The Bloch equations are a set of equations that describe the dynamics of a quantum mechanical system, such as an atom or molecule, under the influence of an external electromagnetic field. They are derived from the Liouville Equation and are used to study the behavior of these systems under different conditions.

3. Can the Bloch equations be applied to any quantum mechanical system?

Yes, the Bloch equations can be applied to any quantum mechanical system, as long as it is in a state of coherent superposition. This means that the system's wave function can be described as a linear combination of two or more states. However, they are most commonly used in the study of atomic and molecular systems.

4. How are the Bloch equations solved?

The Bloch equations are typically solved using numerical methods, such as the Runge-Kutta method. This involves discretizing the equations and using iterative techniques to solve for the time evolution of the system. Analytical solutions are also possible for simple systems, but are not as commonly used.

5. What are the practical applications of the Bloch equations?

The Bloch equations have a wide range of practical applications, including in the fields of nuclear magnetic resonance (NMR) spectroscopy and magnetic resonance imaging (MRI). They are also used in the development of quantum technologies, such as quantum computing and quantum cryptography. Additionally, they are important in understanding the behavior of atoms and molecules in various environments, which has implications for many areas of science, including chemistry and materials science.

Similar threads

Replies
1
Views
772
Replies
1
Views
1K
  • Quantum Physics
Replies
6
Views
1K
Replies
3
Views
585
  • Quantum Physics
Replies
31
Views
1K
  • Quantum Physics
Replies
5
Views
540
Replies
4
Views
1K
  • Quantum Physics
Replies
1
Views
686
Replies
4
Views
984
  • Advanced Physics Homework Help
Replies
1
Views
802
Back
Top