Metadata-Version: 2.1
Name: unequalpy
Version: 0.1.5
Summary: unequal-time power spectrum functions
Home-page: https://github.com/Lucia-Fonseca/unequalpy.git
Author: Lucia Fonseca de la Bella
Author-email: lucia.fonsecadelabella@manchester.ac.uk
License: MIT
Description: |Logo|
        
        ===============================================================
        unequalPy: A package for the unequal-time matter power spectrum
        ===============================================================
        
        |Zenodo Badge| |PyPI Status| |Documentation Status|
        
        This package contains functions to obtain the unequal-time power spectrum at one-loop
        in standard perturbation theory an effective field theory. It also provides functions
        to reproduce the analysis in [1]_:
        
        * Approximations to the unequal-time matter power spectrum: geometric and the midpoint approximations.
        * Weak lensing functions: filters and lensing efficiency.
        * Tests using DES-Y1 data and cosmoSIS.
        
        The full list of features can be found in the `unequalPy Documentation`_.
        
        If you use UnequalPy for work or research presented in a publication please follow
        our `Citation Guidelines`_.
        
        .. _unequalPy Documentation: https://unequalpy.readthedocs.io/en/latest/
        .. _Citation Guidelines: CITATION
        
        
        Getting Started
        ---------------
        
        unequalPy is distributed through PyPI_. To install UnequalPy and its
        dependencies_ using pip_:
        
        .. code:: bash
        
            $ pip install unequalpy
        
        The unequalPy library can then be imported from python:
        
        .. code:: python
        
            >>> import unequalpy
            >>> help(unequalpy)
        
        .. _PyPI: https://pypi.org/project/unequalpy/
        .. _dependencies: setup.cfg
        .. _pip: https://pip.pypa.io/en/stable/
        
        
        References
        ----------
        .. [1] de la Bella, L. and Tessore, N. and Bridle, S., 2020. Unequal-time matter power spectrum: impact on weak lensing observables. `arXiv 2011.06185`_.
        
        .. _arXiv 2011.06185: https://arxiv.org/abs/2011.06185
        
        .. layout
        .. |Logo| image:: docs/_static/unequalpy_logo.svg
           :alt: Logo
           :width: 300
        
        .. begin-badges
        
        .. |Zenodo Badge| image:: https://zenodo.org/badge/269588448.svg
           :target: https://zenodo.org/badge/latestdoi/269588448
           :alt: DOI of Latest unequalPy Release
        
        .. |PyPI Status| image:: https://img.shields.io/pypi/v/unequalpy.svg
            :target: https://pypi.org/project/unequalpy/
            :alt: unequalPy's PyPI Status
        
        .. |Documentation Status| image:: https://readthedocs.org/projects/githubapps/badge/?version=latest
            :target: https://unequalpy.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Provides-Extra: docs
