Skip to content

Home

image Python 3.12 image

Forks Stars

A python-based implementation of the General Relativistic Entropic Acceleration (GREA) theory

Citation

If you use GREApy in your research, please cite:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
@article{Calderon:2025dhj,
    author = "Calderon, R. and others",
    title = "{Constraining GREA, an alternative theory accounting for the present cosmic acceleration}",
    eprint = "2509.21491",
    archivePrefix = "arXiv",
    primaryClass = "astro-ph.CO",
    reportNumber = "DESI-2024-0464, IFT-UAM/CSIC-25-99, FERMILAB-PUB-25-0737-PPD",
    month = "9",
    year = "2025"
}
and the original GREA formulation

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
@article{Garcia-Bellido:2021idr,
    author = "Garcia-Bellido, Juan and Espinosa-Portales, Llorenc",
    title = "{Cosmic acceleration from first principles}",
    eprint = "2106.16014",
    archivePrefix = "arXiv",
    primaryClass = "gr-qc",
    reportNumber = "IFT-UAM/CSIC-21-75",
    doi = "10.1016/j.dark.2021.100892",
    journal = "Phys. Dark Univ.",
    volume = "34",
    pages = "100892",
    year = "2021"
}