|
BubbleProfiler
0.3.0
by Peter Athron, Csaba Balazs, Michael Bardsley, Andrew Fowlie, Dylan Harries & Graham White
|
Functions | |
| def | get_plot_data (min_temp, max_temp, num_points, Tc, lambda_m, lambda_s, retry) |
Variables | |
| parser = argparse.ArgumentParser(description='Generate a plot of S_E/T for an instance of the SM+Singlet model') | |
| type | |
| float | |
| default | |
| help | |
| required | |
| int | |
| args = parser.parse_args() | |
| plot_data | |
| def sm_plus_singlet_tn_plot.get_plot_data | ( | min_temp, | |
| max_temp, | |||
| num_points, | |||
| Tc, | |||
| lambda_m, | |||
| lambda_s, | |||
| retry | |||
| ) |
Definition at line 8 of file sm_plus_singlet_tn_plot.py.
References sm_plus_singlet.generate_potential(), and sm_plus_singlet.run_profiler().
| sm_plus_singlet_tn_plot.args = parser.parse_args() |
Definition at line 59 of file sm_plus_singlet_tn_plot.py.
| sm_plus_singlet_tn_plot.default |
Definition at line 44 of file sm_plus_singlet_tn_plot.py.
| sm_plus_singlet_tn_plot.float |
Definition at line 44 of file sm_plus_singlet_tn_plot.py.
| sm_plus_singlet_tn_plot.help |
Definition at line 45 of file sm_plus_singlet_tn_plot.py.
| sm_plus_singlet_tn_plot.int |
Definition at line 48 of file sm_plus_singlet_tn_plot.py.
Referenced by make_plots.plot_profiles(), and plot_tabulate_results.plot_results().
| sm_plus_singlet_tn_plot.parser = argparse.ArgumentParser(description='Generate a plot of S_E/T for an instance of the SM+Singlet model') |
Definition at line 42 of file sm_plus_singlet_tn_plot.py.
| sm_plus_singlet_tn_plot.plot_data |
Definition at line 61 of file sm_plus_singlet_tn_plot.py.
| sm_plus_singlet_tn_plot.required |
Definition at line 46 of file sm_plus_singlet_tn_plot.py.
| sm_plus_singlet_tn_plot.type |
Definition at line 44 of file sm_plus_singlet_tn_plot.py.
1.8.11