Operator Representations¶
This module provides various data structures for representing fermionic operators in different bases.
|
A protocol indicating all methods implemented by operator classes. |
Fermion Operator¶
This operator represents fermionic operators in terms of the second-quantization creation and annihilation operators.
A fermionic creation or annihilation action. |
|
A spin-less fermionic operator. |
|
Constructs a creation action on the fermionic mode at |
|
Constructs an annihilation action on the fermionic mode at |
Majorana Operator¶
This operator represents fermionic operators in terms of Majorana fermions.
The MajoranaAction type. |
|
A Majorana fermion operator. |
|
Create a majorana fermion. |
Interaction Operators¶
Many commonly used operators can be expressed as interaction operators which can express operators with even fermionic parity. Such operators are defined in terms of pairs of Majorana actions \(\gamma_k\gamma'_k\) or, equivalently, are generated by the quadratic fermionic operators \(a_i a_j\), \(a_i^\dagger a_j\), \(a_i a^\dagger_j\), and \(a^\dagger_i a^\dagger_j\).
This package provides two different data structures expressing operators of this type in terms of Hermitian generators:
The EdgeAction type. |
|
The TransferAction type. |
|
An edge-vertex operator. |
|
A transfer-vertex operator. |