FastFermionSampling

Documentation for FastFermionSampling.

FastFermionSampling.AHmodelType

Anderson-Hubbard Model

lattice: LatticeRectangular{B} The lattice structure t: Float64 Hopping parameter W: Float64 Disorder strength U: Float64 On-site interaction strength Nup: Int Number of up spins Ndown: Int Number of down spins omega: Vector{Float64} Random on-site energies Uup: Matrix Unitary matrix for up spins Udown: Matrix Unitary matrix for down spins

source
FastFermionSampling.FFSMethod

Employing Fast Fermion Sampling Algorithm to sample free Fermions

FFS([rng=default_rng()], U::AbstractMatrix)

U: the sampling ensemble, a matrix of size L x N, where L is the number of energy states and N is the number of Fermions

source