diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2016-04-26 23:30:54 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2016-04-27 11:12:39 -0400 |
commit | 416c6808da04ef933bd238ce4a985a6e80e2b8e9 (patch) | |
tree | 827b30574d442089eed9f86ea352c5137ea33359 | |
parent | 5575d1fac5530063d25e4c842a9a47851ac1601b (diff) | |
download | noisy_eit_xmds-416c6808da04ef933bd238ce4a985a6e80e2b8e9.tar.gz noisy_eit_xmds-416c6808da04ef933bd238ce4a985a6e80e2b8e9.zip |
fixed decays of the upper and ground states, they are close to Rb values now
-rw-r--r-- | Nlevels_with_MOR.xmds | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Nlevels_with_MOR.xmds b/Nlevels_with_MOR.xmds index 1edcaf4..99d88a0 100644 --- a/Nlevels_with_MOR.xmds +++ b/Nlevels_with_MOR.xmds @@ -70,8 +70,8 @@ //const double Ga=3.0 *(2*M_PI*1e6); //const double G4=3.0 *(2*M_PI*1e6); - complex g = 10; - complex gbc = 0.001; + complex g = Gamma_super; + complex gbc = (2*M_PI)*1e3; // 1/s untits const complex Split = 0; const complex noise = 0; |