diff options
Diffstat (limited to 'xmds2/realistic_Rb/realistic_Rb.xmds')
-rw-r--r-- | xmds2/realistic_Rb/realistic_Rb.xmds | 112 |
1 files changed, 0 insertions, 112 deletions
diff --git a/xmds2/realistic_Rb/realistic_Rb.xmds b/xmds2/realistic_Rb/realistic_Rb.xmds index 70a6d0f..1b11fd4 100644 --- a/xmds2/realistic_Rb/realistic_Rb.xmds +++ b/xmds2/realistic_Rb/realistic_Rb.xmds @@ -233,84 +233,6 @@ </evaluation> </computed_vector> - <!-- Averaged across Maxwell distribution density matrix components --> - <computed_vector name="density_matrix_averaged" dimensions="t" type="complex"> - <components> - r0101a - r0113a - r0202a - r0214a - r0303a - r0309a - r0315a - r0404a - r0410a - r0416a - r0505a - r0511a - r0602a - r0606a - r0614a - r0703a - r0707a - r0709a - r0715a - r0804a - r0808a - r0810a - r0816a - r0909a - r0915a - r1010a - r1016a - r1111a - r1313a - r1414a - r1515a - r1616a - </components> - <evaluation> - <dependencies basis="v">density_matrix Maxwell_distribution_probabilities Maxwell_distribution_probabilities_norm</dependencies> - <![CDATA[ - double prob_v_normalized=probability_v/probability_v_norm; - - r0101a = r0101*prob_v_normalized; - r0113a = r0113*prob_v_normalized; - r0202a = r0202*prob_v_normalized; - r0214a = r0214*prob_v_normalized; - r0303a = r0303*prob_v_normalized; - r0309a = r0309*prob_v_normalized; - r0315a = r0315*prob_v_normalized; - r0404a = r0404*prob_v_normalized; - r0410a = r0410*prob_v_normalized; - r0416a = r0416*prob_v_normalized; - r0505a = r0505*prob_v_normalized; - r0511a = r0511*prob_v_normalized; - r0602a = r0602*prob_v_normalized; - r0606a = r0606*prob_v_normalized; - r0614a = r0614*prob_v_normalized; - r0703a = r0703*prob_v_normalized; - r0707a = r0707*prob_v_normalized; - r0709a = r0709*prob_v_normalized; - r0715a = r0715*prob_v_normalized; - r0804a = r0804*prob_v_normalized; - r0808a = r0808*prob_v_normalized; - r0810a = r0810*prob_v_normalized; - r0816a = r0816*prob_v_normalized; - r0909a = r0909*prob_v_normalized; - r0915a = r0915*prob_v_normalized; - r1010a = r1010*prob_v_normalized; - r1016a = r1016*prob_v_normalized; - r1111a = r1111*prob_v_normalized; - r1313a = r1313*prob_v_normalized; - r1414a = r1414*prob_v_normalized; - r1515a = r1515*prob_v_normalized; - r1616a = r1616*prob_v_normalized; - ]]> - </evaluation> - </computed_vector> - - <vector name="density_matrix" type="complex" initial_space="t"> <components> r0101 @@ -508,40 +430,6 @@ </sampling> </group> - <!-- - <group> - <sampling basis="t(100) v(10)" initial_sample="yes"> - <dependencies>density_matrix_averaged</dependencies> - <moments> - r11_out r22_out r33_out r44_out - r12_re_out r12_im_out r13_re_out r13_im_out r14_re_out r14_im_out - r23_re_out r23_im_out r24_re_out r24_im_out - r34_re_out r34_im_out - </moments> - <![CDATA[ - // populations output - r11_out = r11a.Re(); - r22_out = r22a.Re(); - r33_out = r33a.Re(); - r44_out = r44a.Re(); - // coherences output - r12_re_out = r12a.Re(); - r12_im_out = r12a.Im(); - r13_re_out = r13a.Re(); - r13_im_out = r13a.Im(); - r14_re_out = r14a.Re(); - r14_im_out = r14a.Im(); - r23_re_out = r23a.Re(); - r23_im_out = r23a.Im(); - r24_re_out = r24a.Re(); - r24_im_out = r24a.Im(); - r34_re_out = r34a.Re(); - r34_im_out = r34a.Im(); - ]]> - </sampling> - </group> - --> - <!-- use the following two groups only for debuging otherwise they are quite useless and have to much information in 3D space (z,t,v) --> |