emantis


Nameemantis JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://gitlab.obspm.fr/e-mantis/e-mantis.git
SummaryA cosmological emulator for non-linear large-scale structure formation studies in alternative dark energy and gravity theories.
upload_time2024-10-07 18:49:46
maintainerNone
docs_urlNone
authorIñigo Sáez Casares
requires_python<4.0,>=3.9
licenseGPL-3.0-or-later
keywords cosmology emulator large-scale structure dark energy modified gravity
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            |PyPI|_ |DOI|_

.. |PyPI| image:: https://img.shields.io/pypi/v/emantis
.. _PyPI: https://pypi.org/project/emantis/

.. |DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.7738362.svg
.. _DOI: https://doi.org/10.5281/zenodo.7738362

e-MANTIS: Emulator for Multiple observable ANalysis in extended cosmological TheorIeS
=====================================================================================

.. contents:: Table of Contents
   :local:

Description
-----------

e-MANTIS is an emulator for the study of the non-linear large-scale structure formation in the context
of alternative dark energy and gravity theories.
It uses Gaussian Processes to perform a fast and accurate interpolation between the outputs of
high resolution cosmological N-body simulations.
Currently, e-MANTIS is able to provide theoretical predictions for the following quantities:

* Matter power spectrum boost in f(R) gravity, described in `The e-MANTIS emulator: fast predictions of the non-linear matter power spectrum in f(R)CDM cosmology <https://arxiv.org/abs/2303.08899>`_.

* Halo mass function in f(R)CDM and wCDM cosmologies, described in COMING SOON.

Please cite the corresponding papers if you use e-MANTIS in your work.

More observables and cosmological models will be added in the future. Stay tuned!

Installation
------------

You can install the emulator from `PyPI <https://pypi.org/project/emantis/>`_ via pip::

  pip install emantis

Or you can directly clone the emulator from our public `repository <https://gitlab.obspm.fr/e-mantis/e-mantis>`_ and install it from source::

  git clone https://gitlab.obspm.fr/e-mantis/e-mantis.git
  cd e-mantis
  pip install [-e] .

The emulator only works with python >= 3.9. The main dependencies are:

* h5py (tested with version >= 3.8)
* scikit-learn (tested with version >= 1.0)
* numpy (tested with version >= 1.26)
* pydantic (tested with version >= 2.6)
* joblib (tested with version >= 1.3.2)
* tomli (tested with version >= 2.0, required only for python < 3.11)

All the dependencies should be installed automatically by pip.

Documentation and usage
-----------------------

The up-to-date documentation for this project (with code examples and a detailed API) is available `here <https://e-mantis.pages.obspm.fr/e-mantis/index.html>`_.

Licence
-------

Copyright (C) 2023 Iñigo Sáez-Casares - Université Paris Cité

inigo.saez-casares@obspm.fr

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see https://www.gnu.org/licenses/.

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.obspm.fr/e-mantis/e-mantis.git",
    "name": "emantis",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": "cosmology, emulator, large-scale structure, dark energy, modified gravity",
    "author": "I\u00f1igo S\u00e1ez Casares",
    "author_email": "inigo.saez-casares@obspm.fr",
    "download_url": "https://files.pythonhosted.org/packages/5f/ef/9a3497eb25ccd8bc1c8803366f33f200cf56b5b82c7863039f4419dfdd78/emantis-1.1.0.tar.gz",
    "platform": null,
    "description": "|PyPI|_ |DOI|_\n\n.. |PyPI| image:: https://img.shields.io/pypi/v/emantis\n.. _PyPI: https://pypi.org/project/emantis/\n\n.. |DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.7738362.svg\n.. _DOI: https://doi.org/10.5281/zenodo.7738362\n\ne-MANTIS: Emulator for Multiple observable ANalysis in extended cosmological TheorIeS\n=====================================================================================\n\n.. contents:: Table of Contents\n   :local:\n\nDescription\n-----------\n\ne-MANTIS is an emulator for the study of the non-linear large-scale structure formation in the context\nof alternative dark energy and gravity theories.\nIt uses Gaussian Processes to perform a fast and accurate interpolation between the outputs of\nhigh resolution cosmological N-body simulations.\nCurrently, e-MANTIS is able to provide theoretical predictions for the following quantities:\n\n* Matter power spectrum boost in f(R) gravity, described in `The e-MANTIS emulator: fast predictions of the non-linear matter power spectrum in f(R)CDM cosmology <https://arxiv.org/abs/2303.08899>`_.\n\n* Halo mass function in f(R)CDM and wCDM cosmologies, described in COMING SOON.\n\nPlease cite the corresponding papers if you use e-MANTIS in your work.\n\nMore observables and cosmological models will be added in the future. Stay tuned!\n\nInstallation\n------------\n\nYou can install the emulator from `PyPI <https://pypi.org/project/emantis/>`_ via pip::\n\n  pip install emantis\n\nOr you can directly clone the emulator from our public `repository <https://gitlab.obspm.fr/e-mantis/e-mantis>`_ and install it from source::\n\n  git clone https://gitlab.obspm.fr/e-mantis/e-mantis.git\n  cd e-mantis\n  pip install [-e] .\n\nThe emulator only works with python >= 3.9. The main dependencies are:\n\n* h5py (tested with version >= 3.8)\n* scikit-learn (tested with version >= 1.0)\n* numpy (tested with version >= 1.26)\n* pydantic (tested with version >= 2.6)\n* joblib (tested with version >= 1.3.2)\n* tomli (tested with version >= 2.0, required only for python < 3.11)\n\nAll the dependencies should be installed automatically by pip.\n\nDocumentation and usage\n-----------------------\n\nThe up-to-date documentation for this project (with code examples and a detailed API) is available `here <https://e-mantis.pages.obspm.fr/e-mantis/index.html>`_.\n\nLicence\n-------\n\nCopyright (C) 2023 I\u00f1igo S\u00e1ez-Casares - Universit\u00e9 Paris Cit\u00e9\n\ninigo.saez-casares@obspm.fr\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see https://www.gnu.org/licenses/.\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-or-later",
    "summary": "A cosmological emulator for non-linear large-scale structure formation studies in alternative dark energy and gravity theories.",
    "version": "1.1.0",
    "project_urls": {
        "Documentation": "https://e-mantis.pages.obspm.fr/e-mantis/index.html",
        "Homepage": "https://gitlab.obspm.fr/e-mantis/e-mantis.git",
        "Repository": "https://gitlab.obspm.fr/e-mantis/e-mantis.git"
    },
    "split_keywords": [
        "cosmology",
        " emulator",
        " large-scale structure",
        " dark energy",
        " modified gravity"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "148fec883389deaab36747019de82a4e5b93825186807bf34cc949efacb2b4bf",
                "md5": "0efe123c503fe81fe3ae3f455ef1cddb",
                "sha256": "251fdbfbac189b86f9c4ed135536c706a50e6f61187434086a92f3ee207ec3ad"
            },
            "downloads": -1,
            "filename": "emantis-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0efe123c503fe81fe3ae3f455ef1cddb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 5388368,
            "upload_time": "2024-10-07T18:49:42",
            "upload_time_iso_8601": "2024-10-07T18:49:42.168574Z",
            "url": "https://files.pythonhosted.org/packages/14/8f/ec883389deaab36747019de82a4e5b93825186807bf34cc949efacb2b4bf/emantis-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5fef9a3497eb25ccd8bc1c8803366f33f200cf56b5b82c7863039f4419dfdd78",
                "md5": "cb2bab756a878c509dbcb26dcc97e24c",
                "sha256": "1fba7e8b847a3c2152616a839478229628c77ca96129dd50547a3b23a41e56f4"
            },
            "downloads": -1,
            "filename": "emantis-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "cb2bab756a878c509dbcb26dcc97e24c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 5354875,
            "upload_time": "2024-10-07T18:49:46",
            "upload_time_iso_8601": "2024-10-07T18:49:46.632710Z",
            "url": "https://files.pythonhosted.org/packages/5f/ef/9a3497eb25ccd8bc1c8803366f33f200cf56b5b82c7863039f4419dfdd78/emantis-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-07 18:49:46",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "emantis"
}
        
Elapsed time: 0.94490s