Fermion operators

TensorKitTensors.FermionOperators.c_min_c_plusFunction
c_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.

source
TensorKitTensors.FermionOperators.c_plus_c_minFunction
c_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.

source