diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2016-03-24 22:55:21 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2016-03-24 22:55:21 -0400 |
commit | 4cc903abfea70f4f238eca32971718cfd35baa13 (patch) | |
tree | 313b081d2d663e93be213bd0965c3540dd7d5eb4 /delta_2photon_noise.xmds | |
parent | 08072905125eaba7c53df0be259ab480907006e2 (diff) | |
download | noisy_eit_xmds-4cc903abfea70f4f238eca32971718cfd35baa13.tar.gz noisy_eit_xmds-4cc903abfea70f4f238eca32971718cfd35baa13.zip |
Tuned parameters to mimic real system
Diffstat (limited to 'delta_2photon_noise.xmds')
-rw-r--r-- | delta_2photon_noise.xmds | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/delta_2photon_noise.xmds b/delta_2photon_noise.xmds index 8fec16f..3ecfb6b 100644 --- a/delta_2photon_noise.xmds +++ b/delta_2photon_noise.xmds @@ -19,9 +19,9 @@ <![CDATA[ const complex g=10; const complex gbc=.001; - const complex Split = 0.2; + const complex Split = .1; const double tset=5; - const double alpha = 0; + const double alpha = .0; complex Gab, Gca, Gcb, GCB; complex Ep,Ed,Epc,Edc; @@ -29,7 +29,7 @@ double delta_2photon, delta_d; complex rba,rac,rbc; complex rBA,rAC,rBC; - complex drive_field0=.1, probe_field0=.1; + complex drive_field0=1, probe_field0=1; ]]> </globals> </features> @@ -65,7 +65,7 @@ </vector> <sequence> - <integrate algorithm="ARK45" interval="130.0" tolerance="1e-7"> + <integrate algorithm="ARK45" interval="13.0" tolerance="1e-7"> <samples>100</samples> <operators> <integration_vectors>density_matrix</integration_vectors> |