diff options
Diffstat (limited to 'three_levels.m')
-rw-r--r-- | three_levels.m | 14 |
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]; |