class Gambit::Multimode_inputs
Class containing the inputs used for inputs to MultiModeCode.
#include <MultiModeCode.hpp>
Public Functions
| Name | |
|---|---|
| Multimode_inputs() |
Public Attributes
| Name | |
|---|---|
| int | silence_output |
| double | k_min |
| double | k_max |
| int | numsteps |
| double | k_pivot |
| double | N_pivot |
| double | dlnk |
| int | num_inflaton |
| int | potential_choice |
| int | vparam_rows |
| std::vector< double > | vparams |
| std::vector< double > | phi_init0 |
| std::vector< double > | dphi_init0 |
| int | slowroll_infl_end |
| int | instreheat |
| int | use_deltaN_SR |
| int | evaluate_modes |
| int | use_horiz_cross_approx |
| int | get_runningofrunning |
Public Functions Documentation
function Multimode_inputs
Multimode_inputs()
Public Attributes Documentation
variable silence_output
int silence_output;
variable k_min
double k_min;
variable k_max
double k_max;
variable numsteps
int numsteps;
variable k_pivot
double k_pivot;
variable N_pivot
double N_pivot;
variable dlnk
double dlnk;
variable num_inflaton
int num_inflaton = -1;
variable potential_choice
int potential_choice = -1;
variable vparam_rows
int vparam_rows = -1;
variable vparams
std::vector< double > vparams;
variable phi_init0
std::vector< double > phi_init0;
variable dphi_init0
std::vector< double > dphi_init0;
variable slowroll_infl_end
int slowroll_infl_end;
variable instreheat
int instreheat;
variable use_deltaN_SR
int use_deltaN_SR;
variable evaluate_modes
int evaluate_modes;
variable use_horiz_cross_approx
int use_horiz_cross_approx;
variable get_runningofrunning
int get_runningofrunning;
Updated on 2025-02-12 at 16:10:31 +0000