primpy: calculations for the primordial Universe

primpy:

calculations for the primordial Universe

Author:

Lukas Hergt

Version:

2.7.8

Homepage:

https://github.com/lukashergt/primpy

Documentation:

https://primpy.readthedocs.io

Build Status Test Coverage Documentation Status PyPi version

Installation

primpy can be installed via pip

pip install primpy

or via the setup.py

git clone https://github.com/lukashergt/primpy
cd primpy
python setup.py install --user

You can check that things are working by running the test suite:

python -m pytest
flake8 --max-line-length=99 primpy tests
pydocstyle --convention=numpy primpy

Dependencies

Basic requirements:

Documentation:

Tests:

Citation

If you use primpy during your research for a publication, please cite the following paper:

L. T. Hergt, F. J. Agocs, W. J. Handley, M. P. Hobson, and A. N. Lasenby,
"Finite inflation in curved space", Phys. Rev. D 106, 063529 (2022),
https://doi.org/10.1103/PhysRevD.106.063529

or using the BibTeX:

@article{Hergt2022,
    archivePrefix = {arXiv},
    arxivId = {2205.07374},
    author = {Hergt, L. T. and Agocs, F. J. and Handley, W. J. and Hobson, M. P. and Lasenby, A. N.},
    doi = {10.1103/PhysRevD.106.063529},
    eprint = {2205.07374},
    issn = {2470-0010},
    journal = {Physical Review D},
    month = {sep},
    number = {6},
    pages = {063529},
    publisher = {American Physical Society (APS)},
    title = {{Finite inflation in curved space}},
    url = {https://journals.aps.org/prd/abstract/10.1103/PhysRevD.106.063529},
    volume = {106},
    year = {2022}
}

Contributing

There are many ways you can contribute via the GitHub repository.

  • You can open an issue to report bugs or to propose new features.

  • Pull requests are very welcome. Note that if you are going to propose major changes, be sure to open an issue for discussion first, to make sure that your PR will be accepted before you spend effort coding it.