Skip to content

marcobonici/CosmoCentral.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CosmoCentral.jl

CosmoCentral is a code for cosmological analysis written in Julia.

Documentation Build Status
Build status (Github Actions) codecov

Usage

import CosmoCentral

params = CosmoCentral.w0waCDMParameters()

CosmoCentral.ComputeAdimensionalHubbleFactor(z, params) # returns the adimensional Hubble factor
CosmoCentral.ComputeHubbleFactor(z, params) # returns the Hubble factor
CosmoCentral.ComputeComovingDistance(z, params) # returns the comoving distance

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.