- 10 May, 2022 2 commits
-
-
Goran Jelic-Cizmek authored
Refactored directory structure for Python wrapper See merge request !3
-
Goran Jelic-Cizmek authored
-
- 09 May, 2022 2 commits
-
-
Goran Jelic-Cizmek authored
Added flags for the various terms in the covariance See merge request !2
-
Goran Jelic-Cizmek authored
-
- 03 May, 2022 4 commits
-
-
Goran Jelic-Cizmek authored
-
Goran Jelic-Cizmek authored
-
Goran Jelic-Cizmek authored
implemented covariance for 2 populations See merge request !1
-
Goran Jelic-Cizmek authored
-
- 25 Apr, 2022 1 commit
-
-
Goran Jelic-Cizmek authored
-
- 22 Apr, 2022 4 commits
-
-
Goran Jelic-Cizmek authored
-
Goran Jelic-Cizmek authored
-
Goran Jelic-Cizmek authored
Now the user can choose between A_s and sigma8. Note that the Python interface doesn't change A_s if sigma8 changes, and vice versa; this is due to the complexity of implementing such a routine, which would also require the use of scipy instead of just numpy.
-
Goran Jelic-Cizmek authored
-
- 15 Apr, 2022 2 commits
-
-
Goran Jelic-Cizmek authored
When setting `m_ncdm`, the value of `Omega0_nu` wasn't being set accordingly.
-
Goran Jelic-Cizmek authored
More specifically: - T_cmb - m_ncdm - N_ur - N_ncdm
-
- 09 Dec, 2021 2 commits
-
-
Goran Jelic-Cizmek authored
-
Goran Jelic-Cizmek authored
In line with the principle of least surprise, all literal integers should have explicit dots when part of floating math.
-
- 08 Dec, 2021 1 commit
-
-
Goran Jelic-Cizmek authored
With just density, the l=2,4 multipoles are extremely small, and the GSL integrator would abort the computation, so now I just turn it off for both `compute_corrfunc` and `compute_multipole`.
-
- 07 Dec, 2021 10 commits
-
-
Goran Jelic-Cizmek authored
For now, it only has the `covariance_matrix` function, but I'm sure more will be added.
-
Goran Jelic-Cizmek authored
-
Goran Jelic-Cizmek authored
-
Goran Jelic-Cizmek authored
-
Goran Jelic-Cizmek authored
It's useless on its own anyway, and may confuse users if they accidentally instantiate it.
-
Goran Jelic-Cizmek authored
It requires the entirety of scipy as a dependency, so it's best to put it in a separate module.
-
Goran Jelic-Cizmek authored
-
Goran Jelic-Cizmek authored
-
Goran Jelic-Cizmek authored
According to PEP 518, one needs to declare Cython in this file, instead of in setup.py.
-
Goran Jelic-Cizmek authored
-
- 05 Dec, 2021 2 commits
-
-
Goran Jelic-Cizmek authored
-
Goran Jelic-Cizmek authored
-
- 02 Dec, 2021 3 commits
-
-
Goran Jelic-Cizmek authored
-
Goran Jelic-Cizmek authored
-
Goran Jelic-Cizmek authored
-
- 29 Nov, 2021 2 commits
-
-
Goran Jelic-Cizmek authored
Hopefully everything is being changed consistently now.
-
Goran Jelic-Cizmek authored
-
- 21 Nov, 2021 5 commits
-
-
Goran Jelic-Cizmek authored
Mostly modified some explicit casting, and it all works.
-
Goran Jelic-Cizmek authored
-
Goran Jelic-Cizmek authored
Now the signature of the functions is available when using Coffe interactively, or when generating the docs.
-
Goran Jelic-Cizmek authored
This is to be able to add the `covariance_matrix` method, which returns the block-diagonal matrix that can be used for, say, Fisher forecasts.
-
Goran Jelic-Cizmek authored
-