diff options
author | Hunter Rew <hbrew@email.wm.edu> | 2014-10-10 01:45:54 -0400 |
---|---|---|
committer | Hunter Rew <hbrew@email.wm.edu> | 2014-10-10 01:45:54 -0400 |
commit | 2540572609ae3f1de0b6a0d5c9955840f4bdc754 (patch) | |
tree | dabd9d85bbeb7c5f4d2e34d5d9c94012cd404b19 /config.m | |
parent | 4accdbc4da5f5e0a9167739f5adc9fa548800a7d (diff) | |
download | eit_filter_simulations-2540572609ae3f1de0b6a0d5c9955840f4bdc754.tar.gz eit_filter_simulations-2540572609ae3f1de0b6a0d5c9955840f4bdc754.zip |
Cleaned up control functions.testing
Changed config for longer times and smaller ground state decay.
data/ is a symlink to an additional drive, may cause funny behavior when cloning.
Diffstat (limited to 'config.m')
-rw-r--r-- | config.m | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,9 +3,9 @@ % Always run this file first. % -decay_ground = [0.00001]; % Ground state decay +decay_ground = [0.000001]; % Ground state decay decay_upper = [6]; % Excited state decay -drive = [linspace(1e-2,7e-2,10)]; % Drive/control field +drive = [linspace(5e-3,5e-2,10)]; % Drive/control field drive = drive; % Choose which drives you want detuning1 = [0]; % Single photon detuning dephase_bc = [0]; % Ground state dephasing |