BubbleProfiler
0.3.0
by Peter Athron, Csaba Balazs, Michael Bardsley, Andrew Fowlie, Dylan Harries & Graham White
|
Go to the source code of this file.
Namespaces | |
sm_plus_singlet | |
Functions | |
def | sm_plus_singlet.generate_potential (T, Tc, lambda_m, lambda_s) |
def | sm_plus_singlet.run_profiler (data) |
Variables | |
float | sm_plus_singlet.vEW = 246.22 |
float | sm_plus_singlet.Mh = 125.1 |
float | sm_plus_singlet.Mw = 80.385 |
float | sm_plus_singlet.Mz = 91.1876 |
float | sm_plus_singlet.Mt = 173.34 |
tuple | sm_plus_singlet.g = (2.0*Mw)/vEW |
sm_plus_singlet.gPrime = sqrt((4.0*(Mz**2 - Mw**2))/(vEW**2)) | |
tuple | sm_plus_singlet.h_t = (sqrt(2)*Mt)/vEW |
tuple | sm_plus_singlet.lambda_h = (Mh**2)/(2.0*vEW**2) |
string | sm_plus_singlet.cli_tool = "../../build/bin/run_cmd_line_potential" |
sm_plus_singlet.parser = argparse.ArgumentParser(description='SM + singlet: Z2-symmetric example from arxiv:1107.5441') | |
sm_plus_singlet.type | |
sm_plus_singlet.float | |
sm_plus_singlet.required | |
sm_plus_singlet.help | |
sm_plus_singlet.args = parser.parse_args() | |
sm_plus_singlet.potential_data = generate_potential(args.temp, args.crit_temp, args.lambda_m, args.lambda_s) | |
sm_plus_singlet.output = run_profiler(potential_data) | |