Skip to content

Commit fd1729f

Browse files
committed
Deploying to gh-pages from @ 10d9f7f 🚀
1 parent c1b3d86 commit fd1729f

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

_downloads/074c18a527b229dcf1aceecb3ceb2862/workflow.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,26 @@
99
{"id": 6, "type": "function", "value": "workflow.calculate_qe"},
1010
{"id": 7, "type": "function", "value": "workflow.calculate_qe"},
1111
{"id": 8, "type": "function", "value": "workflow.plot_energy_volume_curve"},
12-
{"id": 9, "type": "input", "value": "Al"},
13-
{"id": 10, "type": "input", "value": 4.05},
14-
{"id": 11, "type": "input", "value": true},
15-
{"id": 12, "type": "input", "value": "mini"},
12+
{"id": 9, "type": "input", "value": "Al", "name": "element"},
13+
{"id": 10, "type": "input", "value": 4.05, "name": "a"},
14+
{"id": 11, "type": "input", "value": true, "name": "cubic"},
15+
{"id": 12, "type": "input", "value": "mini", "name": "working_directory_0"},
1616
{"id": 13, "type": "function", "value": "python_workflow_definition.shared.get_dict"},
17-
{"id": 14, "type": "input", "value": {"Al": "Al.pbe-n-kjpaw_psl.1.0.0.UPF"}},
18-
{"id": 15, "type": "input", "value": [3, 3, 3]},
19-
{"id": 16, "type": "input", "value": "vc-relax"},
20-
{"id": 17, "type": "input", "value": 0.02},
21-
{"id": 18, "type": "input", "value": [0.9, 0.95, 1.0, 1.05, 1.1]},
22-
{"id": 19, "type": "input", "value": "strain_0"},
17+
{"id": 14, "type": "input", "value": {"Al": "Al.pbe-n-kjpaw_psl.1.0.0.UPF"}, "name": "pseudopotentials"},
18+
{"id": 15, "type": "input", "value": [3, 3, 3], "name": "kpts"},
19+
{"id": 16, "type": "input", "value": "vc-relax", "name": "calculation_0"},
20+
{"id": 17, "type": "input", "value": 0.02, "name": "smearing"},
21+
{"id": 18, "type": "input", "value": [0.9, 0.95, 1.0, 1.05, 1.1], "name": "strain_lst"},
22+
{"id": 19, "type": "input", "value": "strain_0", "name": "working_directory_1"},
2323
{"id": 20, "type": "function", "value": "python_workflow_definition.shared.get_dict"},
24-
{"id": 21, "type": "input", "value": "scf"},
25-
{"id": 22, "type": "input", "value": "strain_1"},
24+
{"id": 21, "type": "input", "value": "scf", "name": "calculation_1"},
25+
{"id": 22, "type": "input", "value": "strain_1", "name": "working_directory_2"},
2626
{"id": 23, "type": "function", "value": "python_workflow_definition.shared.get_dict"},
27-
{"id": 24, "type": "input", "value": "strain_2"},
27+
{"id": 24, "type": "input", "value": "strain_2", "name": "working_directory_3"},
2828
{"id": 25, "type": "function", "value": "python_workflow_definition.shared.get_dict"},
29-
{"id": 26, "type": "input", "value": "strain_3"},
29+
{"id": 26, "type": "input", "value": "strain_3", "name": "working_directory_4"},
3030
{"id": 27, "type": "function", "value": "python_workflow_definition.shared.get_dict"},
31-
{"id": 28, "type": "input", "value": "strain_4"},
31+
{"id": 28, "type": "input", "value": "strain_4", "name": "working_directory_5"},
3232
{"id": 29, "type": "function", "value": "python_workflow_definition.shared.get_dict"},
3333
{"id": 30, "type": "function", "value": "python_workflow_definition.shared.get_list"},
3434
{"id": 31, "type": "function", "value": "python_workflow_definition.shared.get_list"}

_downloads/4fce43a14fb0221048f87bf1c5f7507a/workflow.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{"id": 3, "type": "function", "value": "workflow.plot_over_line"},
77
{"id": 4, "type": "function", "value": "workflow.substitute_macros"},
88
{"id": 5, "type": "function", "value": "workflow.compile_paper"},
9-
{"id": 6, "type": "input", "value": 2.0}
9+
{"id": 6, "type": "input", "value": 2.0, "name": "domain_size"}
1010
],
1111
"edges": [
1212
{"target": 0, "targetPort": "domain_size", "source": 6, "sourcePort": null},

_downloads/b85b54c725e4538522e7eabb629474c5/workflow.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"nodes": [
33
{"id": 0, "type": "function", "value": "workflow.get_prod_and_div"},
44
{"id": 1, "type": "function", "value": "workflow.get_sum"},
5-
{"id": 2, "type": "input", "value": 1},
6-
{"id": 3, "type": "input", "value": 2}
5+
{"id": 2, "type": "input", "value": 1, "name": "x"},
6+
{"id": 3, "type": "input", "value": 2, "name": "y"}
77
],
88
"edges": [
99
{"target": 0, "targetPort": "x", "source": 2, "sourcePort": null},

0 commit comments

Comments
 (0)