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 [2017/02/23 17:30] Maurits W. Haverkortdocumentation:standard_operators:transition_operators_for_photon_spectroscopy [2019/04/25 16:24] (current) Miika Rasola
Line 37: 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>
Print/export