|
Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
|
Functions | |
| def | st_gs (sigma, dc) |
| def | st_b1 (sigma, dc) |
| def | duffy_c (m, z) |
| def | get_halomod_pk (cp, karr, z, integrate=True, fname_out=None) |
Variables | |
| dictionary | cpar1 |
| dictionary | cpar2 |
| dictionary | cpar3 |
| bool | USE_INT = False |
| int | LKHMIN = -4 |
| int | LKHMAX = 1 |
| int | NKH = 256 |
| int | NM = 2048 |
| float | LM0 = 5.5 |
| int | LMMIN = 6 |
| int | LMMAX = 16 |
| dictionary | params |
| integrate | |
| fname_out | |
| def halomod_bm.duffy_c | ( | m, | |
| z | |||
| ) |
| def halomod_bm.get_halomod_pk | ( | cp, | |
| karr, | |||
| z, | |||
integrate = True, |
|||
fname_out = None |
|||
| ) |
Definition at line 51 of file halomod_bm.py.
References duffy_c(), st_b1(), and st_gs().
| def halomod_bm.st_b1 | ( | sigma, | |
| dc | |||
| ) |
| def halomod_bm.st_gs | ( | sigma, | |
| dc | |||
| ) |
| dictionary halomod_bm.cpar1 |
Definition at line 9 of file halomod_bm.py.
| dictionary halomod_bm.cpar2 |
Definition at line 11 of file halomod_bm.py.
| dictionary halomod_bm.cpar3 |
Definition at line 13 of file halomod_bm.py.
| halomod_bm.fname_out |
Definition at line 133 of file halomod_bm.py.
| halomod_bm.integrate |
Definition at line 133 of file halomod_bm.py.
Referenced by App_Var< T >::Impl< T >.integration().
| int halomod_bm.LKHMAX = 1 |
Definition at line 19 of file halomod_bm.py.
| int halomod_bm.LKHMIN = -4 |
Definition at line 18 of file halomod_bm.py.
| float halomod_bm.LM0 = 5.5 |
Definition at line 23 of file halomod_bm.py.
| int halomod_bm.LMMAX = 16 |
Definition at line 25 of file halomod_bm.py.
| int halomod_bm.LMMIN = 6 |
Definition at line 24 of file halomod_bm.py.
| int halomod_bm.NKH = 256 |
Definition at line 20 of file halomod_bm.py.
| int halomod_bm.NM = 2048 |
Definition at line 22 of file halomod_bm.py.
Referenced by pwr_spec_k(), pwr_spec_k_init(), and vel_pwr_spec_k().
| dictionary halomod_bm.params |
Definition at line 27 of file halomod_bm.py.
Referenced by __attribute__(), __ctest_parameters_create_general_nu_list_run(), __ctest_parameters_create_general_nu_sum_equal_run(), __ctest_parameters_create_general_nu_sum_inverted_run(), __ctest_parameters_create_general_nu_sum_run(), __ctest_parameters_read_write_run(), ccl_cosmology_compute_growth(), ccl_cosmology_create(), ccl_cosmology_create_flat_lcdm(), ccl_create_dNdz_info(), ccl_create_photoz_info(), ccl_parameters_create(), ccl_parameters_create_flat_lcdm(), ccl_parameters_read_yaml(), compare_bbks(), compare_bcm(), compare_cls(), compare_corr(), compare_correlation_3d(), compare_distances(), compare_distances_hiz(), compare_distances_hiz_mnu(), compare_distances_mnu(), compare_eh(), compare_emu(), compare_emu_nu(), compare_growth(), compare_growth_hiz(), compare_halomod(), compare_massfunc(), compare_power_nu(), compare_power_nu_nl(), compare_sigmam(), growth_ode_system(), main(), anonymous_namespace{core_power.cpp}::Integr_obj_qag.operator()(), anonymous_namespace{core_power.cpp}::Integr_obj_qagiu.operator()(), anonymous_namespace{core_power.cpp}::Integr_obj_qawo.operator()(), anonymous_namespace{core_power.cpp}::Integr_obj_qawf.operator()(), and write_Pk_CLASS().
| halomod_bm.USE_INT = False |
Definition at line 16 of file halomod_bm.py.