diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2011-09-04 23:02:55 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2011-09-04 23:02:55 -0400 |
commit | 36ad7593de7788ddbbf82f1f26e1ea9aa822e3f0 (patch) | |
tree | 93340a45ab47fb2a18f6d594fdc34f0670aaa837 | |
parent | f5ada94ba87b905593becf9b1d558e0386c1af9d (diff) | |
download | Nresonances-36ad7593de7788ddbbf82f1f26e1ea9aa822e3f0.tar.gz Nresonances-36ad7593de7788ddbbf82f1f26e1ea9aa822e3f0.zip |
Incoherent pump parameter moved to command line arguments
-rw-r--r-- | xmds2/Shahriar_system/Shahriar_system.xmds | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/xmds2/Shahriar_system/Shahriar_system.xmds b/xmds2/Shahriar_system/Shahriar_system.xmds index 0d30a32..07a1f61 100644 --- a/xmds2/Shahriar_system/Shahriar_system.xmds +++ b/xmds2/Shahriar_system/Shahriar_system.xmds @@ -57,9 +57,6 @@ // Natural linewidth of the upper level [1/s] const double G=2*6 *(2*M_PI*1e6); - // incoherent pumping rate from level |1> to |3> in [1/s] - const double gp=2*.0 *(2*M_PI*1e6); - // total decay of i-th level branching ratios. Rij branching of i-th level to j-th const double R31=0.5, R32=0.5; @@ -84,6 +81,8 @@ <argument name="da" type="real" default_value="12*(2*M_PI*1e6)" /> <!-- detuning of pump fields with respect to each other --> <argument name="delta" type="real" default_value="6*(2*M_PI*1e6)" /> + <!-- incoherent pumping rate from level |1> to |3> in [1/s]--> + <argument name="gp" type="real" default_value="2*2.0*(2*M_PI*1e6)" /> </arguments> <bing /> <fftw plan="patient" /> |