Skip to content

Commit

Permalink
self-energy corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosP24 committed May 13, 2024
1 parent 8c75503 commit 2462723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HamiltonianBuilder.jl
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function build_cyl(p::Params; nforced = nothing)
Λ(Φ) = pairbreaking(Φ, n(Φ), Δ0, ξd, R, d)
ΦLP(Φ) = LP_lobe(n(Φ), ξd, R, d)
ΣS! = @onsite!((o, r; ω = 0, Φ = Φ, τΓ = τΓ) ->
o + τΓ * Δ0 * ifelse(is_in_lobe(Φ, ΦLP(Φ)...), ΣS3DUsadel(Δ0, Λ(Φ), ω), -1im * σ0τ0);
o + τΓ * Δ0 * ifelse(is_in_lobe(Φ, ΦLP(Φ)...), ΣS3DUsadel(Δ0, Λ(Φ), ω), 0 * σ0τ0);
region = ishollow ? Returns(true) : r -> r[2] > R - a0/2
)

Expand Down

0 comments on commit 2462723

Please sign in to comment.