Fermion operators
TensorKitTensors.FermionOperators.c_min_c_min
— Functionc_min_c_min([elt::Type{<:Number}=ComplexF64])
c⁻c⁻([elt::Type{<:Number}=ComplexF64])
Return the two-body operator that annihilates a particle at the first and at the second site.
TensorKitTensors.FermionOperators.c_min_c_plus
— Functionc_min_c_plus([elt::Type{<:Number}=ComplexF64])
c⁻c⁺([elt::Type{<:Number}=ComplexF64])
Return the two-body operator that annihilates a particle at the first site and creates a particle at the second.
TensorKitTensors.FermionOperators.c_num
— Functionc_num([elt::Type{<:Number}=ComplexF64])
n([elt::Type{<:Number}=ComplexF64])
Return the one-body operator that counts the nunber of particles.
TensorKitTensors.FermionOperators.c_plus_c_min
— Functionc_plus_c_min([elt::Type{<:Number}=ComplexF64])
c⁺c⁻([elt::Type{<:Number}=ComplexF64])
Return the two-body operator that creates a particle at the first site and annihilates a particle at the second.
TensorKitTensors.FermionOperators.c_plus_c_plus
— Functionc_plus_c_plus([elt::Type{<:Number}=ComplexF64])
c⁺c⁺([elt::Type{<:Number}=ComplexF64])
Return the two-body operator that creates a particle at the first and at the second site.
TensorKitTensors.FermionOperators.fermion_space
— Methodfermion_space()
Return the local hilbert space for a model of spinless fermions.