igmhub / LaCE

Emulator for the one-dimensional Lyman-alpha flux power spectrum. It was used to generate the results shown in https://arxiv.org/abs/2011.15127, https://arxiv.org/abs/2209.09895, and https://arxiv.org/abs/2305.19064.
1 stars 3 forks source link

Allow running LaCE without CAMB #33

Closed andreufont closed 1 year ago

andreufont commented 1 year ago

Nils has asked us if we can drop the CAMB dependency from LaCE altogether. I'm not sure, but it might be possible.

We definitly need it in cup1d, but in LaCE we might only use it to compute linear power parameters for the training data, and these could be read from a pre-computed file.

andreufont commented 1 year ago

@jchavesmontero - what do you think?

jchavesmontero commented 1 year ago

Sure, it could be done without many problems. I will work on this after I finish my presentation, possibly tomorrow (busy day so far)

andreufont commented 1 year ago

This is being implemented in PR #29