EFTCAMB  Reference documentation for version 3.0
Modules | Variables
01_EFT_def.f90 File Reference

This file contains the EFTCAMB compile time options. More...

Go to the source code of this file.

Modules

module  eft_def
 This module contains the definitions of all the EFTCAMB compile time flags.
 

Variables

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. More...
 
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. More...
 
integer, parameter eft_def::eft_names_max_length = 20
 maximum length of names for EFT functions and parameters. More...
 
integer, parameter eft_def::eft_names_latex_max_length = 40
 maximum length of latex names for EFT functions and parameters. More...
 
integer, parameter eft_def::eft_rgr_num_points = 1000
 number of points to sample logaritmically the time in the return to GR module. More...
 
logical, parameter eft_def::debugeftcamb = .true.
 EFTCAMB debug flag.This will turn on printing of many things to aid debugging the code. More...
 

Detailed Description

This file contains the EFTCAMB compile time options.

Definition in file 01_EFT_def.f90.