Skip to content

Commit

Permalink
Update _storakers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Nov 15, 2024
1 parent c74546c commit cc58aa2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def storakers(C, mu, alpha, beta):
"""

λ2 = eigvalsh(C)

return tsum(
[
2 * μ / α**2 * (tsum(λ2 ** (α / 2)) - 3 + (det(C) ** (-α * β / 2) - 1) / β)
Expand Down

0 comments on commit cc58aa2

Please sign in to comment.