Metadata-Version: 2.1
Name: quickbbee
Version: 0.1.0
Summary: This package enables faster calculations of EE and BB spectra, leveraging models trained on data generated by CAMB.
Home-page: https://github.com/jusdelio/QuickBBEE.git
Author: Emmanuel Rasolofo, Giulio Ganci
License: The Unlicense
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Description-Content-Type: text/markdown
Requires-Dist: cosmopower

# QuickBBEE (Beta)

# Installation

We recommend installing [bbee.py](bbee.py) within a [Conda](https://docs.conda.io/projects/conda/en/latest/index.html) virtual environment. 
For example, to create and activate an environment called ``cp_env``, use:

    conda create -n cp_env python=3.7 pip && conda activate cp_env

Once inside the environment, you can install [bbee.py](bbee.py):

- **from PyPI** (not yet)

        pip install quickbbee

    To test the installation, you can use

        python3 -c 'import quickbbee as quick'


- **from source**

        git clone https://github.com/jusdelio/QuickBBEE
        cd quickbbee
        pip install -e .

    To test the installation, you can use

        pytest

If you are interested in how we trained the two models, follow this [link](https://github.com/jusdelio/QuickBBEE/blob/main/quickbbee/EE_BB_models/README.md) 
