|
BubbleProfiler
0.3.0
by Peter Athron, Csaba Balazs, Michael Bardsley, Andrew Fowlie, Dylan Harries & Graham White
|
Public Attributes | |
| int | dim {4} |
| double | E {1.} |
| double | min_alpha {0.51} |
| double | max_alpha {0.74} |
| double | alpha_step {0.01} |
| bool | use_shooting {true} |
| bool | use_perturbative {false} |
| bool | verbose {false} |
Definition at line 59 of file tabulate.cpp.
| double BubbleProfiler::Tabulate_options::alpha_step {0.01} |
Definition at line 64 of file tabulate.cpp.
Referenced by main(), and BubbleProfiler::parse_positional_args().
| int BubbleProfiler::Tabulate_options::dim {4} |
Definition at line 60 of file tabulate.cpp.
Referenced by main(), and BubbleProfiler::parse_positional_args().
| double BubbleProfiler::Tabulate_options::E {1.} |
| double BubbleProfiler::Tabulate_options::max_alpha {0.74} |
Definition at line 63 of file tabulate.cpp.
Referenced by main(), and BubbleProfiler::parse_positional_args().
| double BubbleProfiler::Tabulate_options::min_alpha {0.51} |
Definition at line 62 of file tabulate.cpp.
Referenced by main(), and BubbleProfiler::parse_positional_args().
| bool BubbleProfiler::Tabulate_options::use_perturbative {false} |
Definition at line 66 of file tabulate.cpp.
Referenced by main(), and BubbleProfiler::parse_positional_args().
| bool BubbleProfiler::Tabulate_options::use_shooting {true} |
Definition at line 65 of file tabulate.cpp.
Referenced by main(), and BubbleProfiler::parse_positional_args().
| bool BubbleProfiler::Tabulate_options::verbose {false} |
Definition at line 67 of file tabulate.cpp.
Referenced by main(), and BubbleProfiler::parse_positional_args().
1.8.11