Skip to content

Conversation

hersle
Copy link
Owner

@hersle hersle commented Oct 6, 2025

Work in progress to fix #35.

using SymBoltz, Plots
M = ΛCDM(h = nothing, ν = nothing, K = nothing)
pars = parameters_Planck18(M)
prob = CosmologyProblem(M, pars)

ls = 10:10:1000
Cls = spectrum_cmb(:ψψ, prob, ls; Nlos = 8196)

plot(@. log10(ls), @. log10(ls^2 * (ls+1)^2 / 2π * Cls))
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Compute lensed CMB power spectrum

1 participant