Fermion operators

TensorKitTensors.FermionOperators.f_hoppingFunction
f_hopping([elt::Type{<:Number}=ComplexF64])
f_hop([elt::Type{<:Number}=ComplexF64])

Return the two-body operator that describes a particle that hops between the first and the second site.

source
TensorKitTensors.FermionOperators.f_min_f_plusFunction
f_min_f_plus([elt::Type{<:Number}=ComplexF64])
f⁻f⁺([elt::Type{<:Number}=ComplexF64])

Return the two-body operator that annihilates a particle at the first site and creates a particle at the second.

source
TensorKitTensors.FermionOperators.f_plus_f_minFunction
f_plus_f_min([elt::Type{<:Number}=ComplexF64])
f⁺f⁻([elt::Type{<:Number}=ComplexF64])

Return the two-body operator that creates a particle at the first site and annihilates a particle at the second.

source