CAMB icon indicating copy to clipboard operation
CAMB copied to clipboard

Code for Anisotropies in the Microwave Background

Results 9 CAMB issues
Sort by recently updated
recently updated
newest added

Hi, I am getting the "PowerSpectrumInterpolator " error. I am attaching the screenshot of the error. Please help ![image](https://user-images.githubusercontent.com/72656628/181829356-0469646d-d9f7-4630-98ec-0aee4257bd6d.png) ![camb_err](https://user-images.githubusercontent.com/72656628/181829407-6fc5764a-00c3-46f4-a914-a254cc2987b0.png)

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...

enhancement

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...

enhancement

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