Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
documentation: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 Bouldidocumentation: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,( exn + I * eyn)/math.sqrt(2)}, Akm = {{1, -1,( exn + I * eyn)/math.sqrt(2)},
Print/export