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
Last revisionBoth sides next 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 [2018/03/27 12:24] – Change ex,ey,ez to exn,eyn,ezn (normalized epsilon) in Akm for the dipole operator Nadejda Bouldi
Line 1: Line 1:
 +{{indexmenu_n>10}}
 ====== Transition operators for photon spectroscopy ====== ====== Transition operators for photon spectroscopy ======
  
Line 38: Line 39:
 eyn = ez / math.sqrt(ex^2 + ey^2 + ez^2) eyn = 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