summaryrefslogtreecommitdiff
path: root/four_levels_with_polarization.m
diff options
context:
space:
mode:
Diffstat (limited to 'four_levels_with_polarization.m')
-rw-r--r--four_levels_with_polarization.m10
1 files changed, 6 insertions, 4 deletions
diff --git a/four_levels_with_polarization.m b/four_levels_with_polarization.m
index 6bf3d44..ab22148 100644
--- a/four_levels_with_polarization.m
+++ b/four_levels_with_polarization.m
@@ -1,11 +1,13 @@
1;
Nlevels=4;
-w1=1e9;
+w_hpf_ground=6834;
+w_hpf_exited=817;
+w_pf1=1e9; % largest transition frequency
+w1=w_pf1;
w2=0;
-w_hpf=6800;
-w3=w_hpf;
-w4=w_hpf+.1; % separation of levels |3> and |4> somewhat like Zeeman splitting
+w3=w_hpf_ground;
+w4=w_hpf_ground+.1; % separation of levels |3> and |4> somewhat like Zeeman splitting
w12=w1-w2;
w13=w1-w3;