1 Introduction

1 Introduction

i i William Happer, Yuan-Yu Jau, and Thad Walker: Optically Pumped Atoms — Chap. happer9419c01 — 2010/1/6 — 14:15 — page 1 — le-tex i i 1 1 Introduction The basic idea of optical pumping [1], for which Kastler [2] received the 1966 Nobel Prize in physics, is that the photons in a beam of light can transfer order to atoms or molecules by scattering. Originally the term “optical pumping” referred to ordering the spin degrees of freedom. More recently, optical pumping has been widely used to order the translational as well as the spin degrees of freedom for cooling and trapping experiments. Optical pumping experiments can be quite simple and inexpensive and still yield precise spectroscopic information. They can also be quite intricate and require sub- stantial resources. Optical pumping is a fascinating area of study in its own right, but in addition it has many applications (clocks, magnetometers, quantum optics, spin-polarized nuclei) where the central focus is elsewhere. We will assume that the reader of this book already has a basic understanding of quantum mechanics, atomic physics, optics, and magnetic resonance. There are many excellent books that discuss these issues. Familiarity with linear algebra, complex analysis, Fourier and Laplace transforms, and the quantum theory of angular momentum would be helpful for following some of the mathematics in this book. Because real atoms can have a large number of spin sublevels, because the op- tical interactions, especially at low buffer-gas pressures, depend in a detailed way on the spectral profile and polarization of the light, and because of the compli- cated collisional relaxation mechanisms, realistic numerical modeling of optically pumped atoms is a computational challenge. Consequently, the system is often represented with models [3–5] that consider only a few spin sublevels and great- ly simplify the physics of optical pumping and spin relaxation. Such simplified models can be valuable for conceptual insights and can give results in qualitative agreement with observations. A major aim of this book is to show that modern scientific computing software makes it practical to analyze the full, multilevel sys- tem of optically pumped atoms under most experimental conditions, for example, magnetic resonance with one or more oscillating magnetic fields, coherent-Raman- scattering (coherent population trapping) resonances induced by modulated light, magneto-optical forces on multilevel atoms, and various spin-relaxation processes. To make most effective use of contemporary mathematical software, it is especially useful to analyze optical pumping situations in the Liouville space of density matri- ces, , rather than in the traditional Schrödinger (Hilbert) space of wave functions. Optically Pumped Atoms. William Happer, Yuan-Yu Jau, and Thad Walker Copyright © 2010 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim ISBN: 978-3-527-40707-1 i i i i i i William Happer, Yuan-Yu Jau, and Thad Walker: Optically Pumped Atoms — Chap. happer9419c01 — 2010/1/6 — 14:15 — page 2 — le-tex i i 2 1Introduction Liouville space has long been used, either explicitly or implicitly, to analyze physics like that of optical pumping. A good general introduction to Liouville space from a viewpoint similar to ours can be found in the book Principles of Magnetic Resonance in One and Two Dimensions,byErnstet al. [6]. Another good introduction with more emphasis on lasers is The Liouville Space Formalism in Atomic Spectroscopy,by Schuller [7]. The focus of our book on aspects of Liouville space that are particularly well adapted to computer programming appears to be unique. To make the discussion of the book less abstract, we have illustrated key points with sections of MATLAB code, which can be assembled to generate fairly sophisti- cated programs. We have tried to write the codes for brevity and maximum clarity, not for maximum speed. Many sections of code will run much faster with mi- nor modifications. Analogous code can be written for other scientific-computing software, for example, Mathematica. Some familiarity with scientific-computing software would be helpful to a reader interested in writing specialized programs based on these illustrative codes. The codes can be downloaded from http://minds. wisconsin.edu/handle/1793/35675 Wherever possible, we have tried to use traditional symbols for familiar physical quantities. Regrettably, this means that we use the same symbols to represent quite different physical quantities, for example, E for the energy or for the amplitude of the electric field, for electric charge density or for the density matrix of quantum mechanics, and S for the electric spin quantum number or for the Poynting vec- tor (electromagnetic energy flux). Wherever the context is sufficient to make the meaning of the symbol clear, we have avoided introducing new fonts, superscripts, or subscripts to resolve the ambiguity. An Example Some of the most important ideas of Liouville space can be illustrated by the familiar example of the hypothetical spin-1/2 atom shown in Figure 1.1. The probability of finding the atom in sublevel jαi with azimuthal quantum number mS D α DC1/2 is αα D 1/2 ChSz i and the probability of finding the atom in sublevel ji with mS D D1/2 is D 1/2hSz i.HerehSz i is the expectation value of the longitudinal spin of the atom. The off-diagonal elements (coherences) of the density matrix, α DhSx iSyi and α DhSx C iSyi, describe transverse components of the spin. For the conditions outlined in the caption of Figure 1.1, the elements of the density matrix change at the rates d Γc ω αα D 2 f Γ (αα ) α C α , dt p 2 2 d ω α D(Γ C Γ )α C αα , dt p c 2 d ω α D(Γ C Γ )α C αα , dt p c 2 d Γc ω D2 f Γ C (αα ) C α C α . (1.1) dt p 2 2 i i i i i i William Happer, Yuan-Yu Jau, and Thad Walker: Optically Pumped Atoms — Chap. happer9419c01 — 2010/1/6 — 14:15 — page 3 — le-tex i i 1Introduction 3 Figure 1.1 Pumping of a hypothetical alkali- of excited atoms decays to the sublevel with metal atom with no nuclear spin. The quan- mS D α DC1/2, and the remaining fraction tization (z) axis is defined by the propagation returns to the initial sublevel. For pure spon- direction of a circularly polarized light beam taneous emission we would have f D 1/3. that pumps atoms out of the ground-state Spin-changing collisions damp the ground- sublevel with mS D D1/2 at a rate state spin polarization at the rate Γc.Anex- 2Γp. The light is weak enough for stimulat- ternally applied magnetic field causes the ed emission of excited atoms to be neglect- ground-state atoms to rotate about the y axis ed. Owing to spontaneous radiative emis- at rate ω. sion and quenching collisions, a fraction f We can group the elements μν as a 2 2matrix,,inSchrödingerspace Ä X αα α μ ν D D j ih j μν , (1.2) α μν or as a 4 1columnvector,j), in Liouville space 2 3 αα 6 7 X 6 α 7 μν j ) D 4 5 D j ) μν . (1.3) α μν The column vector j) of (1.3) is formed from the matrix of (1.2) by placing each column of below the one to its left. Bases The basis matrices jμihνj of the expansion (1.2) are Ä Ä 10 00 jαihαjD , jihαjD , 00 10 Ä Ä 01 00 jαihjD , jihjD , (1.4) 00 01 i i i i i i William Happer, Yuan-Yu Jau, and Thad Walker: Optically Pumped Atoms — Chap. happer9419c01 — 2010/1/6 — 14:15 — page 4 — le-tex i i 4 1Introduction and the basis vectors of the expansion (1.3) are 2 3 2 3 1 0 6 7 6 7 6 0 7 6 1 7 jαα) D 4 5 , jα) D 4 5 , 0 0 0 0 2 3 2 3 0 0 6 7 6 7 6 0 7 6 0 7 jα) D 4 5 , j) D 4 5 . (1.5) 1 0 0 1 In accordance with the ordering convention of (1.2) and (1.3) we can denote the transformation of a basis matrix to a basis vector by jμν) D jjμihνj) . (1.6) Expansion Amplitudes The expansion amplitudes of (1.2) can be written as h i † μν D Tr (jμihνj) D hμj jνi . (1.7) Similarly, the expansion amplitudes of (1.3) can be written as μν D (μνj), (1.8) where the row vectors, (μνjDjμν)†,are (ααjD[1000] , (αjD[0100] , (αjD[0010] , (jD[0001] . (1.9) In MATLAB, the coding statement to generate the column vector crho,repre- senting j) of (1.3), from rho,representing of (1.2), is Code 1.1 crho = rho(:) The inverse coding statement, to convert the column vector crho back to a 2 2 matrix, is Code 1.2 rho = reshape(crho,2,2) i i i i i i William Happer, Yuan-Yu Jau, and Thad Walker: Optically Pumped Atoms — Chap. happer9419c01 — 2010/1/6 — 14:15 — page 5 — le-tex i i 1Introduction 5 The Damping Matrix We can write (1.1) as the matrix equation d j) DGj) . (1.10) dt The damping matrix is © G D Γp A p C Γc A c C iωSy 2 3 Γc ωω4 f Γp Γc 6 ω Γ Γ ω 7 1 6 2 p C 2 c 0 7 D 4 5 . (1.11) 2 ω 02Γp C 2Γc ω Γc ω ω 4 f Γp C Γc © The symbols A p, A c,andSy represent “superoperators” for Liouville space.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    14 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us