diff options
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 |