summaryrefslogtreecommitdiff
path: root/three_levels.m
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2009-12-09 19:47:10 +0000
committerEugeniy Mikhailov <evgmik@gmail.com>2009-12-09 19:47:10 +0000
commit13d34ca7ec36b7d6ab937a8333d5cea7dc3aa69c (patch)
tree8076af5fc76167c5a1e138c7969b96ba784b7713 /three_levels.m
parenta1a43641a4d57af5821737dc801383b958575cac (diff)
downloadmulti_mode_eit-13d34ca7ec36b7d6ab937a8333d5cea7dc3aa69c.tar.gz
multi_mode_eit-13d34ca7ec36b7d6ab937a8333d5cea7dc3aa69c.zip
reshafled crucial information so it is availabe at the execution time
Diffstat (limited to 'three_levels.m')
-rw-r--r--three_levels.m13
1 files changed, 7 insertions, 6 deletions
diff --git a/three_levels.m b/three_levels.m
index 4eca8f5..eb9c24e 100644
--- a/three_levels.m
+++ b/three_levels.m
@@ -1,4 +1,10 @@
-levels=1:3;
+1;
+
+Nlevels=3;
+w12=1e9;
+w_hpf=6800;
+w13=w12-w_hpf;
+
% ----------- |1>
% / \
@@ -23,11 +29,6 @@ E_field =[0, Ep, Ed, Epc, Edc, 0, 0 ];
-Nlevels=3;
-w12=1e9;
-w_hpf=6800;
-w13=w12-w_hpf;
-
% unperturbed Hamiltonian energy levels
levels_energy=[ w12, 0, w_hpf];