Cosmic

Cosmic provides functions for quick cosmological calculations, written in pure Julia. This will contains all the necessary functions following the Cosmology Book by David Baumann.

Installation

Cosmic requires Julia 1.9+. To install, from the package prompt, run:

pkg> add https://github.com/aburousan/Cosmic.jl

Then, to load the package

julia> using Cosmic

To see examples, check the Example folder (Specially the pluto notebook).

Contributing

If you would like to contribute to Cosmic.jl, head over to our GitHub page and open an issue or pull request!

For any new features, we ask the contributors to add any relevant unit tests and bump the package version by one minor version. Documentation for