Differences

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

Link to this comparison view

documentation:standard_operators:orbital_angular_momuntum:lx [2016/10/06 07:57] – created Maurits W. Haverkortdocumentation:standard_operators:orbital_angular_momuntum:lx [2016/10/10 09:41] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Lx ======
  
 +###
 +The $L_x$ operator is defined as:
 +\begin{eqnarray}
 +L_x = \sum_{m=-l}^{m=l}\sum_{\sigma} && \frac{1}{2}\sqrt{l+m+1}\sqrt{l-m}\\
 +\nonumber &&\times\left(a^{\dagger}_{m+1,\sigma}a^{\phantom{\dagger}}_{m,\sigma} + a^{\dagger}_{m,\sigma}a^{\phantom{\dagger}}_{m+1,\sigma}\right).
 +\end{eqnarray}
 +The equivalent operator in Quanty is created by:
 +<code Quanty Example.Quanty>
 +OppLx = NewOperator("Lx", NF, IndexUp, IndexDn)
 +</code>
 +###
 +
 +
 +===== Table of contents =====
 +{{indexmenu>.#1}}
Print/export