Fermion base class¶
-
class fermionBasis
This is the main basis class for the electrons or fermions. Every other fermion model class is derived from this class. We normally dont inherit from this class. Just use as a local object. See for example spinhalf.
Subclassed by freeModel, kondoTwoImpuritySC, rabiAndersonSC
Public Types
-
enum modelSymmetry
Symmetries used used in the proble chargeOnly: Only charge of the system is conserved. spinOnly : Only \(S_z\) component of the total spin is coserved. This is use for the superconducting Bath. chargeAndSpin: Both charge and spin is conserved.
Values:
-
enumerator chargeOnly
-
enumerator spinOnly
-
enumerator chargeAndSpin
-
enumerator chargeOnly
Public Functions
-
inline fermionBasis(size_t dof, modelSymmetry l)
- Parameters:
dof – : Fermion degree of freedom
l – : Symmetries of the system
-
inline auto get_raw_f_dag_operator() const
Get the full Matrix of the
f
operators.- Returns:
-
inline auto get_f_dag_operator() const
Get
f
operators of the site in terms of theqmatrix
notations.- Returns:
Public Members
-
std::vector<qOperator> f_dag_operator
\( f^\dagger \) of the system written using symmetries of the problem.
-
std::vector<std::vector<double>> fnParticle
Quantization numbers used to write various system operators.
-
enum modelSymmetry