Differences
This shows you the differences between two versions of the page.
documentation:language_reference:objects:operator:start [2016/09/23 09:04] – created Maurits W. Haverkort | documentation:language_reference:objects:operator:start [2016/10/10 09:41] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Operator ====== | ||
+ | ### | ||
+ | Operators define quantum mechanical operators implemented in second quantization. The most general operator one can implement is: | ||
+ | $$ \begin{align} | ||
+ | O& | ||
+ | & | ||
+ | & | ||
+ | & + \sum_{\tau_1, | ||
+ | &+ \dots | ||
+ | \end{align} $$ | ||
+ | Note that as a†τ1a†τ2=δτ1,τ2−a†τ2a†τ1 for Fermions and a†τ1a†τ2=a†τ2a†τ1−δτ1,τ2 for Bosons the equation above allows for any operator to be defined. Operator defines an object that can store the most general operator. Several methods that act on this object are implemented. Furthermore one can access several properties of Operators. | ||
+ | ### | ||
+ | |||
+ | ### | ||
+ | Operators can act on Fermions and Bosons. An operator //O// has //O.NF// Fermions and //O.NB// Bosons. The Fermions are indexed from //0// to //O.NF-1//, the Bosons are indexed from //O.NF// to // | ||
+ | ### | ||
+ | |||
+ | |||
+ | ===== Table of contents ===== | ||
+ | {{indexmenu> |