BubbleProfiler
0.3.0
by Peter Athron, Csaba Balazs, Michael Bardsley, Andrew Fowlie, Dylan Harries & Graham White
|
Variables | |
string | cli_tool = "../../build/bin/gaussian" |
list | gammas = [1.7,1.6,1.5,1.4,1.3,1.2,1.1] |
int | lambda_ = 5 |
n_fields_max = int(sys.argv[1]) | |
string | header = "#gamma, lambda, n_fields, alpha, action" |
int | n_fields = n_fields+1 |
output | |
action = None | |
alpha = None | |
gaussian_alpha_tests.action = None |
Definition at line 23 of file gaussian_alpha_tests.py.
Referenced by BubbleProfiler.solve_perturbative(), BubbleProfiler.solve_shooting(), and BubbleProfiler::Profile_observer.write_action_to_file().
gaussian_alpha_tests.alpha = None |
Definition at line 24 of file gaussian_alpha_tests.py.
string gaussian_alpha_tests.cli_tool = "../../build/bin/gaussian" |
Definition at line 5 of file gaussian_alpha_tests.py.
list gaussian_alpha_tests.gammas = [1.7,1.6,1.5,1.4,1.3,1.2,1.1] |
Definition at line 7 of file gaussian_alpha_tests.py.
Definition at line 11 of file gaussian_alpha_tests.py.
int gaussian_alpha_tests.lambda_ = 5 |
Definition at line 8 of file gaussian_alpha_tests.py.
int gaussian_alpha_tests.n_fields = n_fields+1 |
Definition at line 15 of file gaussian_alpha_tests.py.
Referenced by BubbleProfiler::Field_profiles.build_splines(), BubbleProfiler::Perturbative_profiler< Integration_policy >.calculate_bubble_profile(), BubbleProfiler.calculate_full_action(), BubbleProfiler.calculate_kinetic_action(), BubbleProfiler::Perturbative_profiler< Integration_policy >.calculate_perturbation(), BubbleProfiler::Relative_convergence_tester.check_fields_converged(), BubbleProfiler::Field_profiles.evaluate_at(), BubbleProfiler.find_global_min(), BubbleProfiler.find_one_dimensional_barrier(), BubbleProfiler.initialize_extrema(), BubbleProfiler.run_perturbative_profiler(), BubbleProfiler.run_profiler(), BubbleProfiler.run_shooting_profiler(), BubbleProfiler::Perturbative_profiler< Integration_policy >.update_field_profiles(), BubbleProfiler::Profile_observer.write_field_profiles_to_file(), and BubbleProfiler.write_profiles().
gaussian_alpha_tests.n_fields_max = int(sys.argv[1]) |
Definition at line 9 of file gaussian_alpha_tests.py.
gaussian_alpha_tests.output |
Definition at line 19 of file gaussian_alpha_tests.py.