Skip to content

Commit

Permalink
Merge pull request #86 from numericalEFT/dev
Browse files Browse the repository at this point in the history
update docs
  • Loading branch information
kunyuan authored May 25, 2023
2 parents e8c3dee + af8e43a commit 9d6f900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/polarization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function finitetemp_kgrid_ladder(μ::Float64, m::Float64, q::Float64, kF::Float6
end

"""
function Ladder0_FiniteTemp(q::Float64, n::Int, param, maxk=20, scaleN=20, minterval=1e-6, gaussN=10)
function Ladder0_FiniteTemp(q::Float64, n::Int, param, scaleN=20, minterval=1e-6, gaussN=10)
Finite temperature ladder function for matsubara frequency and momentum. Analytically sum over total incoming frequency and angular
dependence of momentum, and numerically calculate integration of magnitude of momentum.
Expand Down Expand Up @@ -205,7 +205,7 @@ end


"""
function Ladder0_FiniteTemp(q::Float64, n::AbstractVector, param, maxk=20, scaleN=20, minterval=1e-6, gaussN=10)
function Ladder0_FiniteTemp(q::Float64, n::AbstractVector, param, scaleN=20, minterval=1e-6, gaussN=10)
Finite temperature ladder function for matsubara frequency and momentum. Analytically sum over total incoming frequency and angular
dependence of momentum, and numerically calculate integration of magnitude of momentum.
Expand Down

0 comments on commit 9d6f900

Please sign in to comment.