summaryrefslogtreecommitdiff
path: root/three_levels.m
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2009-12-09 19:51:23 +0000
committerEugeniy Mikhailov <evgmik@gmail.com>2009-12-09 19:51:23 +0000
commit40dafe1f7e7194103476277083521c95c38ccefc (patch)
treefc6a12667d39a99eadbcf63e54da30978de86f3d /three_levels.m
parentd0071faa593907567ffafc0fedf63f209ab1293f (diff)
downloadmulti_mode_eit-40dafe1f7e7194103476277083521c95c38ccefc.tar.gz
multi_mode_eit-40dafe1f7e7194103476277083521c95c38ccefc.zip
EM field moved to separate file
Diffstat (limited to 'three_levels.m')
-rw-r--r--three_levels.m14
1 files changed, 0 insertions, 14 deletions
diff --git a/three_levels.m b/three_levels.m
index eb9c24e..82a216c 100644
--- a/three_levels.m
+++ b/three_levels.m
@@ -15,20 +15,6 @@ w13=w12-w_hpf;
% \
% ___________ |2>
-%EM field definition
-Ep=1.0;
-Epc=conj(Ep);
-Ed=10;
-Edc=conj(Ed);
-wd=w13;
-wp=w12;
-modulation_freq=[0, wp, wd, -wp, -wd, wp-wd, wd-wp];
-E_field =[0, Ep, Ed, Epc, Edc, 0, 0 ];
-%modulation_freq=[0, wp, -wp];
-%E_field =[0, Ep, Epc];
-
-
-
% unperturbed Hamiltonian energy levels
levels_energy=[ w12, 0, w_hpf];