CAMB
CAMB copied to clipboard
Code for Anisotropies in the Microwave Background
Hi, I am getting the "PowerSpectrumInterpolator " error. I am attaching the screenshot of the error. Please help  
Attempt to fix the inconsistent use of CamelCase with the NonLinear field of CAMBparams. I noticed this as the docs use NonLinear as they read the name from \_fields\_, but...
# Creating the final list to be fed into the pipeline result_list = idx.tolist() final_list = list() for val in result_list: # run the pipeline for the given parameters. All...
https://arxiv.org/abs/2008.01074 https://arxiv.org/abs/2012.02726 (but would be a small breaking change for unit tests etc)
I was looking at the different `HALOFIT` versions in `CAMB` and found myself confused. I think others will be confused too. At the moment, the main possible `HALOFIT` versions (ignoring...
``` # Import CAMB import camb # Set parameters pars = camb.CAMBparams() pars.set_cosmology(H0=67.5, ombh2=0.022, omch2=0.122, mnu=0.07) pars.set_matter_power([0.], kmax=100., nonlinear=True) pars.NonLinearModel.set_params(halofit_version='mead') # Do the calculation data = camb.get_results(pars) # Get the...
When creating a new instance of one of the `camb.model.*Params` classes, the attributes are set to zero by default instead of the sensible defaults in `model.f90`. For example, in case...
Hi, I have compiled the fortran code. I successfully run camb inifiles/planck_2018.ini. Now, I try python3 setup.py and receive this message: CAMB-1.3.5 % python3 setup.py make running make Compiling source......
https://arxiv.org/abs/2306.05460