An open API service indexing awesome lists of open source software.

https://github.com/tmcclintock/matter-correlation-function

An emulator for the matter correlation function.
https://github.com/tmcclintock/matter-correlation-function

Last synced: about 2 months ago
JSON representation

An emulator for the matter correlation function.

Awesome Lists containing this project

README

        

# Matter-Correlation-Function
An emulator for the matter correlation function, based on the Aemulus simulation suite. The emulator takes in a set of cosmological parameters, and returns the matter correlation function evaluated between [0.1, 75] Mpc/h comoving at fifty radii, and at ten redshifts spaced between z=0 and z=3.

At present, we are currently implementing a method to interpolate the returned curves at arbitrary redshifts, using a weighted average between adjacent snapshots.

Install using
```
python setup.py install
```

Check out the jupyter notebooks for examples of how to use the emulator.