ekomark package
Benchmark package for eko.
Subpackages
- ekomark.benchmark package
- ekomark.data package
- Submodules
- ekomark.data.db module
OperatorOperator.interpolation_is_logOperator.interpolation_polynomial_degreeOperator.interpolation_xgridOperator.debug_skip_non_singletOperator.debug_skip_singletOperator.ev_op_max_orderOperator.ev_op_iterationsOperator.mugridOperator.backward_inversionOperator.polarizedOperator.time_likeOperator.atimeOperator.ctimeOperator.hashOperator.mtimeOperator.uid
- ekomark.data.operators module
- ekomark.navigator package
yelp()register_globals()launch_navigator()- Submodules
- ekomark.navigator.glob module
- ekomark.navigator.navigator module
NavigatorAppNavigatorApp.mynameNavigatorApp.table_objectsNavigatorApp.fill_theories()NavigatorApp.fill_operators()NavigatorApp.fill_cache()NavigatorApp.fill_logs()NavigatorApp.check_log()NavigatorApp.plot_pdfs()NavigatorApp.display_pdfs()NavigatorApp.is_valid_physical_object()NavigatorApp.compare_external()
Submodules
ekomark.plots module
Plotting tools to show the evolved PDF and the computed operators.
- ekomark.plots.input_figure(theory, ops, pdf_name=None)[source]
Pretty-prints the setup to a figure.
- ekomark.plots.plot_dist(x, y, yerr, yref, title=None, oMx_min=0.01, oMx_max=0.5)[source]
Compare two distributions.
Generates a plot with 3 areas:
small x, i.e. log(x) as abscissa
linear x, i.e. with id(x) as abscissa
large x, i.e. with log(1-x) as abscissa
- Parameters:
x (numpy.ndarray) – list of abscisses
y (numpy.ndarray) – computed list of ordinates
yerr (numpy.ndarray) – list of ordinate errors
yref (numpy.ndarray) – reference list of ordinates
title (str, optional) – additional overall title
oMx_min (float) – maximum value for the large x region, i.e. 1-x > 1 - oMx_min
oMx_max (float) – minimum value for the large x region, i.e. 1 - oMx_max > 1-x
- Returns:
fig – created figure
- Return type:
matplotlib.pyplot.figure
- ekomark.plots.plot_operator(var_name, op, op_err, log_operator=True, abs_operator=True)[source]
Plot a single operator as heat map.