From e7f9feea33c3a4f10a4581c64f0077f7588cf76f Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Tue, 15 Dec 2009 06:53:47 +0000 Subject: small modification and removing redundant initialization --- four_levels_with_polarization.m | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'four_levels_with_polarization.m') 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; -- cgit v1.2.3