Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
documentation:standard_operators:transition_operators_for_photon_spectroscopy [2017/02/23 17:30] Maurits W. Haverkortdocumentation: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 39: 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>
Print/export