Skip to content

Commit

Permalink
first draft of intro
Browse files Browse the repository at this point in the history
  • Loading branch information
bonfus committed May 27, 2016
1 parent 315d0f5 commit bbee4aa
Showing 1 changed file with 93 additions and 2 deletions.
95 changes: 93 additions & 2 deletions docs/Intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,102 @@ Basic theory
Local fields in MuSR
---------------------

Muon spin rotation and relaxation spectroscopy is mainly used to probe magnetic materials.
We briefly describe here the interactions involved between the muon and the electrons.
Muon spin rotation and relaxation spectroscopy is mainly used to probe
magnetic materials.
We briefly describe here the interactions involved between the muon and
the electrons of the hosting system which produce a local magnetic field
at the muon site in magnetically ordered samples.

Dipolar Field
+++++++++++++

The dipolar field is produced by the magnetic dipolar interaction between
the polarized electronic orbitals and the muon spin.
Even though the interaction is best described with quantum mechanics,
for the sake of simplicity, here we approximate the polarized electronic
orbitals with classical dipoles centered at the nuclei. This
approximation is also implicit in the code and works rather well in many
cases.

The dipolar field is given by

.. math::
\mathbf{B_{\mathrm{dip}}^\prime} = \frac{\mu_0}{4 \pi} \sum _{i=1} ^N \left( -\frac{\mathbf{m}}{r^3 _i} + \frac{3 (\mathbf{m}_i \cdot \mathbf{r}_i)\mathbf{r}_i }{r^5 _i} \right)
where, from a quantum perspective, :math:`\mathbf{m}_i = -g_i \mu_\mathrm{B} \mathbf{J}_i`
and :math:`\mathbf{J}_i` is the total angular momentum of the i-th atom.
Finally, the radius :math:`\mathbf{r}_i` is the distance between the muon
and the i-th atom of N magnetic ions in the sample.

When the above sum is performed in real space, it is customary to
select a spherical portion of the sample (smaller than a magnetic domain)
centered at the muon site and subdivide :math:`\mathbf{B_{\mathrm{dip}}}` in
three terms:

.. math::
\mathbf{B_{\mathrm{dip}}^\prime} = \mathbf{B_{\mathrm{dip}}} + \mathbf{B_{\mathrm{Lor}}} + \mathbf{B_{\mathrm{dem}}}
The first term originates from the magnetic moments inside the sphere of
radius :math:`R_\mathrm{sphere}`, i.e.:

.. math::
\mathbf{B_{\mathrm{dip}}} = \frac{\mu_0}{4 \pi} \sum _{r_i<R_\mathrm{sphere}} \left( -\frac{\mathbf{m}}{r^3 _i} + \frac{3 (\mathbf{m}_i \cdot \mathbf{r}_i)\mathbf{r}_i }{r^5 _i} \right)
The second and the term originate from magnetic moments outside the
sphere and are evaluated in the continuum approximation.
They are

.. math::
\mathbf{B_{\mathrm{Lor}}} = \frac{\mu_0}{3} \mathbf{M}_{\mathrm{Lor}} = \frac{\mu_0}{3 V_\mathrm{sphere}} \sum _{r_i < R_\mathrm{sphere}} \mathbf{m}_i
.. math::
\mathbf{B_{\mathrm{dem}}} = - \mu_0 \mathbf{N} \mathbf{M}_\mathrm{meas}
where :math:`\mathbf{N}` is the demagnetization tensor and :math:`\mathbf{M}_\mathrm{meas}`
is the **bulk** magnetization of the sample.


.. note::
:py:mod:`muesr` only estimates :math:`\mathbf{B}_\mathrm{dip}` and
:math:`\mathbf{B}_\mathrm{Lor}`.
The demagnetisation field depends on both the sample details and the
experiment details and must be evaluated case by case.



Contact Hyperfine field
+++++++++++++++++++++++


There is another source of local magnetic field at the muon site
which is referred to as Fermi contact hyperfien field.
It originates from the direct intercation between the muon and polarized
electrons at the muon site.
For a polarized spherical electronic cloud surrounding the muon one has

.. math::
\mathbf{B_{\mathrm{cont}}} = \frac{2 \mu_0}{3} \vert \psi_s (\mathbf{r}_\mu) \vert ^2 \mathbf{m}_e ^s
In :py:mod:`muesr`, only a scalar relation between :math:`\mathbf{B_{\mathrm{cont}}}` and
:math:`\mathbf{m}_e` is allowed and is expressed as :math:`\vert \psi_s (\mathbf{r}_\mu) \vert ^2`.

[TODO]

Discussion about effective nature of the contact term used in muesr!!!!






.. _intro_description_of_magnetic_structures:

Description of Magnetic Structures
Expand Down

0 comments on commit bbee4aa

Please sign in to comment.