🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

camb

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

camb

Code for Anisotropies in the Microwave Background

1.6.1
Source
PyPI
Maintainers
1

=================== CAMB

:CAMB: Code for Anisotropies in the Microwave Background :Author: Antony Lewis and Anthony Challinor :Homepage: https://camb.info/

.. image:: https://img.shields.io/pypi/v/camb.svg?style=flat :target: https://pypi.python.org/pypi/camb/ .. image:: https://readthedocs.org/projects/camb/badge/?version=latest :target: https://camb.readthedocs.io/en/latest

Description

CAMB is a cosmology code for calculating cosmological observables, including CMB, lensing, source count and 21cm angular power spectra, matter power spectra, transfer functions and background evolution. The code is in Python, with numerical code implemented in fast modern Fortran.

See the CAMB python example notebook <https://camb.readthedocs.io/en/latest/CAMBdemo.html>_ for a quick introduction to how to use the CAMB Python package.

To install the CAMB on your computer run::

pip install camb [--user]

The --user is optional and only required if you don't have write permission to your main python installation. Binary wheels are provided for most systems; to compile from source you will need gfortran 6 or higher installed (usually installed as part of gcc). gfortran is also required for just-in-time compilation of some functions like custom sources.

The python module is "camb". see the CAMB documentation <https://camb.readthedocs.io/en/latest/>_.

Keywords

cosmology

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts