Skip to content

Commit

Permalink
Removed wrong expression for Lorentzian imag memory kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
cerisola committed Jul 10, 2023
1 parent 9b97183 commit e547f31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/LorentzianSD.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ function memory_kernel(J::LorentzianSD, τ)
return J.α*exp(-J.Γ*τ/2)*sin(ω1*τ)/ω1
end

imag_memory_kernel_ft(J::LorentzianSD, ω) = J.α/(J.ω0^2 - ω^2 - 1im*ω*J.Γ)

"""
struct UnderdampedSD <: AbstractSD
Expand Down

0 comments on commit e547f31

Please sign in to comment.