diff options
Diffstat (limited to 'xmds2')
-rw-r--r-- | xmds2/Nlevels_no_dopler_with_z_fast_and_slow_light/report/Makefile | 31 | ||||
-rw-r--r-- | xmds2/Nlevels_no_dopler_with_z_fast_and_slow_light/report/report.tex (renamed from xmds2/Nlevels_no_dopler_with_z_fast_and_slow_light/report/report.t2t) | 46 |
2 files changed, 32 insertions, 45 deletions
diff --git a/xmds2/Nlevels_no_dopler_with_z_fast_and_slow_light/report/Makefile b/xmds2/Nlevels_no_dopler_with_z_fast_and_slow_light/report/Makefile index a3de8cc..a2cc642 100644 --- a/xmds2/Nlevels_no_dopler_with_z_fast_and_slow_light/report/Makefile +++ b/xmds2/Nlevels_no_dopler_with_z_fast_and_slow_light/report/Makefile @@ -1,57 +1,34 @@ # -*- make -*- # FILE: "/home/evmik/src/my_src/Nresonances/xmds2/Nlevels_no_dopler_with_z_fast_and_slow_light/report/Makefile" -# LAST MODIFICATION: "Tue, 27 Sep 2011 17:50:51 -0400 (evmik)" +# LAST MODIFICATION: "Wed, 28 Sep 2011 17:14:37 -0400 (evmik)" # (C) 2007 by Eugeniy Mikhailov, <evgmik@gmail.com> # $Id:$ make = make includes = -t2t_files = $(wildcard *.t2t) -html_targets = $(t2t_files:%.t2t=%.html) -tex_targets = $(t2t_files:%.t2t=%.tex) -pdf_targets = $(t2t_files:%.t2t=%.pdf) +tex_targets = $(wildcard *.tex) +pdf_targets = $(tex_targets:%.tex=%.pdf) dest_dir = ./ -all: html pdf +all: pdf make clean -html: $(html_targets) pdf: $(pdf_targets) -tex: $(tex_targets) - -weekly_topics.txt: ../tentative_list_of_topics.t2t - ../bin/tent_sched2weekly_topics.sh < ../tentative_list_of_topics.t2t > weekly_topics.txt - - -$(html_targets): %.html : %.t2t $(includes) - txt2tags --css-sugar --toc --toc-level=1 -t html -o $@ $< - $(pdf_targets): %.pdf : %.tex $(includes) pdflatex $< -$(tex_targets): %.tex : %.t2t $(includes) - txt2tags -t tex -o $@ $< - - clean_latex_tmp: rm -f *.aux rm -f *.log rm -f *.out - rm -f *.tex - - touch last_time_uploaded clean: clean_latex_tmp - rm -f last_time_uploaded real_clean: clean rm -f $(pdf_targets) - rm -f $(tex_targets) - rm -f $(html_targets) - rm -f $(includes) diff --git a/xmds2/Nlevels_no_dopler_with_z_fast_and_slow_light/report/report.t2t b/xmds2/Nlevels_no_dopler_with_z_fast_and_slow_light/report/report.tex index 234299f..ec8dd19 100644 --- a/xmds2/Nlevels_no_dopler_with_z_fast_and_slow_light/report/report.t2t +++ b/xmds2/Nlevels_no_dopler_with_z_fast_and_slow_light/report/report.tex @@ -1,16 +1,19 @@ -N-level system: slow and fast light -E. E. Mikhailov -2011/09/27 +\documentclass{article} +\usepackage{graphicx} +\usepackage[normalem]{ulem} % needed by strike +\usepackage[urlcolor=blue,colorlinks=true]{hyperref} +\usepackage{fullpage} % user defined -%!style(tex): fullpage -% %!style(tex): fullpage,./evmikcompact -%!postproc(tex): ,a4paper ,letter -% %!postproc(tex): \\date{.*} \date{} -% %!postproc(tex): \\maketitle %\maketitle -%!postproc(tex): \\clearpage %\clearpage +\title{N-level system: slow and fast light} +\author{E. E. Mikhailov} +\begin{document} +\date{2011/09/27} +\maketitle +%\clearpage We consider the following system -``` + +\begin{verbatim} -------- |4> \ \ E3 -------- |3> @@ -20,15 +23,16 @@ We consider the following system ------- |2> \ \ ------- |1> -``` +\end{verbatim} Such system can exibit slow and fast light behavior for the cases when -field 2 connecting |2>-|3>|is weak and treated as a probe field, field 1 +field 2 connecting $|$2$>$-$|$3$>$$|$is weak and treated as a probe field, field 1 is strong and field 3 serve as a switch toggling slow (field 3 is off), fast (field 3 is on and strong) light, and situations in between. Below the examples of fast and slow propagation for the following set of parameters: -``` + +\begin{verbatim} G3=3.4e7 // decay rate of level |3> in 1/s G4=3.8e7 // decay rate of level |4> in 1/s gt=3.1416e+04 // repopulation rate in 1/s @@ -37,15 +41,21 @@ N=1e10*(1e6); // number of particles per cubic m i.e. density delta1=0; // field 1 one photon detuning delta2=0; // field 2 --------//--------- delta3=0; // field 3 --------//--------- -``` +\end{verbatim} -Slow light behavior is observed for the 1 \mu S long Gaussian pulse and +Slow light behavior is observed for the 1 $\backslash$mu S long Gaussian pulse and the following fields parameters -``` + +\begin{verbatim} E1=7.5e7; // field 1 Rabi frequency in 1/s E2=1; // field 2 --------//----------- E3=0; // field 3 --------//----------- -``` +\end{verbatim} fields 1 and 3 have no time dependence at the input of the cell. light propagation -[slow_light/fields_propagation.png] +\includegraphics{slow_light/fields_propagation.png} + + +% LaTeX2e code generated by txt2tags 2.5 (http://txt2tags.sf.net) +% cmdline: txt2tags --target=tex report.t2t +\end{document} |