diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2016-03-25 21:44:05 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2016-03-25 21:44:05 -0400 |
commit | 0e9f79d6a4b7db517510c1b2832724d5953c3eec (patch) | |
tree | 4af628aa49ae1880936ee1e4098f52afe17e9319 | |
parent | 4cc903abfea70f4f238eca32971718cfd35baa13 (diff) | |
download | noisy_eit_xmds-0e9f79d6a4b7db517510c1b2832724d5953c3eec.tar.gz noisy_eit_xmds-0e9f79d6a4b7db517510c1b2832724d5953c3eec.zip |
flipped sign of 2photon noise in 2nd lambda
-rw-r--r-- | delta_2photon_noise.xmds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/delta_2photon_noise.xmds b/delta_2photon_noise.xmds index 3ecfb6b..7723082 100644 --- a/delta_2photon_noise.xmds +++ b/delta_2photon_noise.xmds @@ -83,7 +83,7 @@ Gab=g+i*(delta_d+delta_2photon+noise); Gca=g-i*(delta_d); Gcb=gbc+i*(Split + delta_2photon+noise); - GCB=gbc+i*(-Split + delta_2photon-noise); + GCB=gbc+i*(-Split + delta_2photon+noise); rba=conj(rab); |