Differences

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

Link to this comparison view

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