diff options
author | Hunter Rew <hbrew@email.wm.edu> | 2014-09-29 19:53:23 -0400 |
---|---|---|
committer | Hunter Rew <hbrew@email.wm.edu> | 2014-09-29 19:53:23 -0400 |
commit | 1404a91ead8c5462e7d902b54ae372e0ec781eb5 (patch) | |
tree | dfe5a637cda7ed53fbcc1bee4e5606b5d43fd625 /config.m | |
parent | b2f86106fe4136494a842207dd560917541c1866 (diff) | |
parent | 405a890c646f9be5c51d17b9b3f8c1153de42e42 (diff) | |
download | eit_filter_simulations-1404a91ead8c5462e7d902b54ae372e0ec781eb5.tar.gz eit_filter_simulations-1404a91ead8c5462e7d902b54ae372e0ec781eb5.zip |
Merge branch 'testing' of qo.physics.wm.edu:/eit_filter_simulations into testing
Conflicts:
config.m
Diffstat (limited to 'config.m')
-rw-r--r-- | config.m | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -3,10 +3,10 @@ % Always run this file first. % -decay_ground = [0.00001e6]; % Ground state decay -decay_upper = [6e6]; % Excited state decay -drive = [linspace(1e4,2e4,10)]; % Drive/control field -drive = drive(1:9); % Choose which drives you want +decay_ground = [0.00001]; % Ground state decay +decay_upper = [6]; % Excited state decay +drive = [linspace(1e-2,1,100)]; % Drive/control field +drive = drive; % Choose which drives you want detuning1 = [0]; % Single photon detuning dephase_bc = [0]; % Ground state dephasing |