Skip to content

Commit

Permalink
Fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cerisola committed Dec 16, 2024
1 parent e4ef6f0 commit b5d847c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bath_correlation_functions/boson/Underdamped.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function Boson_Underdamped_Matsubara(op, λ::Real, W::Real, ω0::Real, kT::Real,
end
end

δ = kT*W*λ^2/ω0^4 - sum(η_real./γ_real)
δ = kT * W * λ^2 / ω0^4 - sum(η_real ./ γ_real)

Check warning on line 37 in src/bath_correlation_functions/boson/Underdamped.jl

View check run for this annotation

Codecov / codecov/patch

src/bath_correlation_functions/boson/Underdamped.jl#L37

Added line #L37 was not covered by tests

return BosonBath(op, η_real, γ_real, η_imag, γ_imag, δ)

Check warning on line 39 in src/bath_correlation_functions/boson/Underdamped.jl

View check run for this annotation

Codecov / codecov/patch

src/bath_correlation_functions/boson/Underdamped.jl#L39

Added line #L39 was not covered by tests
end

0 comments on commit b5d847c

Please sign in to comment.