EFTCAMB
Reference documentation for version 3.0
|
This module contains the definitions of all the EFTCAMB compile time flags. More...
Variables | |
real(dl), parameter | eftturnonpiinitial = 1.d-2 |
Turn on pi field flag: Sets the scale factor at which the code starts to evolve the pi field. At times earlier than these the code evolves perturbations as in GR. This number is used as a lower bound and is refined if the teory is very close to GR by the EFTreturntoGR module. More... | |
real(dl), parameter | efttogr = 1.d-8 |
Return to GR flag: This is the threshold at which a theory is considered to be exactly GR. More... | |
integer, parameter | eft_names_max_length = 20 |
maximum length of names for EFT functions and parameters. More... | |
integer, parameter | eft_names_latex_max_length = 40 |
maximum length of latex names for EFT functions and parameters. More... | |
integer, parameter | eft_rgr_num_points = 1000 |
number of points to sample logaritmically the time in the return to GR module. More... | |
logical, parameter | debugeftcamb = .true. |
EFTCAMB debug flag.This will turn on printing of many things to aid debugging the code. More... | |
This module contains the definitions of all the EFTCAMB compile time flags.
logical parameter eft_def::debugeftcamb = .true. |
EFTCAMB debug flag.This will turn on printing of many things to aid debugging the code.
Definition at line 48 of file 01_EFT_def.f90.
integer, parameter eft_def::eft_names_latex_max_length = 40 |
maximum length of latex names for EFT functions and parameters.
Definition at line 43 of file 01_EFT_def.f90.
integer, parameter eft_def::eft_names_max_length = 20 |
maximum length of names for EFT functions and parameters.
Definition at line 42 of file 01_EFT_def.f90.
integer, parameter eft_def::eft_rgr_num_points = 1000 |
number of points to sample logaritmically the time in the return to GR module.
Definition at line 45 of file 01_EFT_def.f90.
real(dl), parameter eft_def::efttogr = 1.d-8 |
Return to GR flag: This is the threshold at which a theory is considered to be exactly GR.
Definition at line 39 of file 01_EFT_def.f90.
real(dl), parameter eft_def::eftturnonpiinitial = 1.d-2 |
Turn on pi field flag: Sets the scale factor at which the code starts to evolve the pi field. At times earlier than these the code evolves perturbations as in GR. This number is used as a lower bound and is refined if the teory is very close to GR by the EFTreturntoGR module.
Definition at line 33 of file 01_EFT_def.f90.