From 13d34ca7ec36b7d6ab937a8333d5cea7dc3aa69c Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Wed, 9 Dec 2009 19:47:10 +0000 Subject: reshafled crucial information so it is availabe at the execution time --- three_levels.m | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'three_levels.m') 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]; -- cgit v1.2.3