Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| documentation:language_reference:objects:matrix:functions:tooperator [2024/12/12 18:08] – Maurits W. Haverkort | documentation:language_reference:objects:matrix:functions:tooperator [2025/11/20 04:20] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ### | ### | ||
| - | Matrix.Operator(M) creates an operator $O = \sum_{i,j} M[i][j] a^{\dagger}_i a_j$ from the matrix $M$ | + | Matrix.Operator(M) creates an operator $O = \sum_{i,j} M[i][j] a^{\dagger}_{i-1} a_{j-1}^{\phantom{\dagger}}$ from the matrix $M$ |
| ### | ### | ||