FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 8b127693 authored by M.D. Driver's avatar M.D. Driver
Browse files

increase tag levels.

parent 7ea18e16
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ def create_input_data_labels(epsilon_i_list, epsilon_j_list, x_label, y_label):
"""
axis_range = get_axis_range(epsilon_i_list, epsilon_j_list)
return {"x_label":x_label, "y_label":y_label, "plot_axis_range":axis_range,
"levels":[2*x -20.0 for x in range(21)]}
"levels":[2*x -30.0 for x in range(31)]}
def create_input_data_values(epsilon_i_list, epsilon_j_list, temperature, theta, polynomial_coefficients):
"""This calculates the association energy matrix, and also generates the meshgrids ofthe x and y data.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment