Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
growth_paper Namespace Reference

Variables

float TCMB = 2.725
 
 z_arr = np.logspace(-2, 3, 10, endpoint=True)
 
dictionary cpar_model1 = {'om': 0.3,'ol': 0.7 ,'ob':0.05,'hh': 0.7,'s8': 0.8,'ns': 0.96,'w0': -1.0, 'wa': 0.0}
 
dictionary cpar_model2 = {'om': 0.3,'ol': 0.7 ,'ob':0.05,'hh': 0.7,'s8': 0.8,'ns': 0.96,'w0': -0.9, 'wa': 0.0}
 
dictionary cpar_model3 = {'om': 0.3,'ol': 0.7 ,'ob':0.05,'hh': 0.7,'s8': 0.8,'ns': 0.96,'w0': -0.9, 'wa': 0.1}
 
dictionary cpar_model4 = {'om': 0.3,'ol': 0.75,'ob':0.05,'hh': 0.7,'s8': 0.8,'ns': 0.96,'w0': -0.9, 'wa': 0.1}
 
dictionary cpar_model5 = {'om': 0.3,'ol': 0.65,'ob':0.05,'hh': 0.7,'s8': 0.8,'ns': 0.96,'w0': -0.9, 'wa': 0.1}
 
 growth_factor = np.zeros((5+1, len(z_arr)))
 
 pcs = csm.PcsPar()
 
int a_arr = 1
 
 gf_arr = np.array([pcs.growth_factor(a) for a in a_arr])
 
 T
 
 header
 

Variable Documentation

int growth_paper.a_arr = 1

Definition at line 21 of file growth_paper.py.

dictionary growth_paper.cpar_model1 = {'om': 0.3,'ol': 0.7 ,'ob':0.05,'hh': 0.7,'s8': 0.8,'ns': 0.96,'w0': -1.0, 'wa': 0.0}

Definition at line 8 of file growth_paper.py.

dictionary growth_paper.cpar_model2 = {'om': 0.3,'ol': 0.7 ,'ob':0.05,'hh': 0.7,'s8': 0.8,'ns': 0.96,'w0': -0.9, 'wa': 0.0}

Definition at line 9 of file growth_paper.py.

dictionary growth_paper.cpar_model3 = {'om': 0.3,'ol': 0.7 ,'ob':0.05,'hh': 0.7,'s8': 0.8,'ns': 0.96,'w0': -0.9, 'wa': 0.1}

Definition at line 10 of file growth_paper.py.

dictionary growth_paper.cpar_model4 = {'om': 0.3,'ol': 0.75,'ob':0.05,'hh': 0.7,'s8': 0.8,'ns': 0.96,'w0': -0.9, 'wa': 0.1}

Definition at line 11 of file growth_paper.py.

dictionary growth_paper.cpar_model5 = {'om': 0.3,'ol': 0.65,'ob':0.05,'hh': 0.7,'s8': 0.8,'ns': 0.96,'w0': -0.9, 'wa': 0.1}

Definition at line 12 of file growth_paper.py.

growth_paper.gf_arr = np.array([pcs.growth_factor(a) for a in a_arr])

Definition at line 22 of file growth_paper.py.

growth_paper.growth_factor = np.zeros((5+1, len(z_arr)))

Definition at line 14 of file growth_paper.py.

growth_paper.header

Definition at line 26 of file growth_paper.py.

growth_paper.pcs = csm.PcsPar()

Definition at line 18 of file growth_paper.py.

growth_paper.T

Definition at line 26 of file growth_paper.py.

float growth_paper.TCMB = 2.725

Definition at line 4 of file growth_paper.py.

growth_paper.z_arr = np.logspace(-2, 3, 10, endpoint=True)

Definition at line 6 of file growth_paper.py.