Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
documentation:standard_operators:transition_operators_for_photon_spectroscopy [2016/10/10 09:40] – external edit 127.0.0.1documentation:standard_operators:transition_operators_for_photon_spectroscopy [2019/04/25 16:24] (current) Miika Rasola
Line 1: Line 1:
 +{{indexmenu_n>10}}
 ====== Transition operators for photon spectroscopy ====== ====== Transition operators for photon spectroscopy ======
  
Line 36: Line 37:
 exn = ex / math.sqrt(ex^2 + ey^2 + ez^2) exn = ex / math.sqrt(ex^2 + ey^2 + ez^2)
 eyn = ey / math.sqrt(ex^2 + ey^2 + ez^2) eyn = ey / math.sqrt(ex^2 + ey^2 + ez^2)
-eyn = ez / math.sqrt(ex^2 + ey^2 + ez^2)+ezn = ez / math.sqrt(ex^2 + ey^2 + ez^2)
  
-Akm = {{1, -1,( ex + I * ey)/math.sqrt(2)}, +Akm = {{1, -1,( exn + I * eyn)/math.sqrt(2)}, 
-        {1,  0, ez}, +        {1,  0, ezn}, 
-        {1,  1,(-ex + I * ey)/math.sqrt(2)}}+        {1,  1,(-exn + I * eyn)/math.sqrt(2)}}
 OppT = NewOperator("CF", NF, IndexUp_3d, IndexDn_3d, IndexUp_2p, IndexDn_2p, Akm) OppT = NewOperator("CF", NF, IndexUp_3d, IndexDn_3d, IndexUp_2p, IndexDn_2p, Akm)
 </code> </code>
Line 156: Line 157:
  
 ===== Table of contents ===== ===== Table of contents =====
-{{indexmenu>.#1}}+{{indexmenu>.#1|msort nsort}}
Print/export