Differences

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

Link to this comparison view

documentation:standard_operators:charge_quadrupole:qyz [2016/10/06 08:20] – created Maurits W. Haverkortdocumentation:standard_operators:charge_quadrupole:qyz [2016/10/10 09:41] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Qyz ======
  
 +###
 +The yz component of $Q$ is defined as:
 +\begin{equation}
 +Q_{yz} = 3yz/r^2.
 +\end{equation}
 +The equivalent operator in Quanty is created by:
 +<code Quanty Example.Quanty>
 +OppQyz = NewOperator("Qyz", NF, IndexUp, IndexDn)
 +</code>
 +The operator could also be defined by:
 +<code Quanty Example.Quanty>
 +Akm={{2,-1,sqrt(1.5)*I},{2, 1,sqrt(1.5)*I}}
 +OppQyz=NewOperator("CF",NF,indexup,indexdn,Akm)
 +</code>
 +###
 +
 +
 +
 +===== Table of contents =====
 +{{indexmenu>.#1}}
Print/export