diff options
Diffstat (limited to 'xmds2/Shahriar_system/Shahriar_system.xmds')
-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" /> |