Skip to content

Commit

Permalink
Update anderson_model_double.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
angelariva authored Jul 17, 2024
1 parent 52c8e23 commit 58003ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/anderson_model_double.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ function ϵ(x)
return x
end

function J(x)
function V(x)
return sqrt(1 - x^2) # semi-circular density of states
end

chainparams1 = chaincoeffs_fermionic(N, β, 1.0; ϵ, J, save=false) # empty
chainparams2 = chaincoeffs_fermionic(N, β, 2.0; ϵ, J, save=false) # filled
chainparams1 = chaincoeffs_fermionic(N, β, 1.0; ϵ, V, save=false) # empty
chainparams2 = chaincoeffs_fermionic(N, β, 2.0; ϵ, V, save=false) # filled

#=
curdir = @__DIR__
Expand Down

0 comments on commit 58003ff

Please sign in to comment.