Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 2.3 KB

README.rst

File metadata and controls

48 lines (32 loc) · 2.3 KB

CAMB

CAMB:Code for Anisotropies in the Microwave Background, Fortran 95 code and python module
Homepage:http://camb.info/
https://img.shields.io/pypi/v/camb.svg?style=flat

Description and installation

For full details of the Fortran code see the ReadMe.

The python wrapper provides a module called "camb", source in the "pycamb" folder and documented in the Python CAMB documentation.

https://readthedocs.org/projects/camb/badge/?version=latest

The master and devel branches have an integrated test suite, which runs automatically on Travis for new commits and pull requests. Reference results and test outputs are stored in the test outputs repository. Tests can also be run locally.

Branches

The master branch contains latest changes to the main release version.

https://secure.travis-ci.org/cmbant/CAMB.png?branch=master

The devel branch is a development version, which integrates CAMB and CAMB sources, and uses Fortran 2008 (and hence requires ifort 14+ or gfortran 6+). It also allows runtime switching of the dark energy and halofit model, and easy access to lower-level accuracy parameters.

https://secure.travis-ci.org/cmbant/CAMB.png?branch=devel

CAMB_sources is the updated public CAMB Sources code.