-
Notifications
You must be signed in to change notification settings - Fork 28
/
scattering_self_energies.json
26 lines (26 loc) · 1.13 KB
/
scattering_self_energies.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"benchmark": {
"name": "Scattering Self Energies",
"short_name": "sselfeng",
"relative_path": "scattering_self_energies",
"module_name": "scattering_self_energies",
"func_name": "scattering_self_energies",
"kind": "microapp",
"domain": "Physics",
"dwarf": "dense_linear_algebra",
"parameters": {
"S": { "Nkz": 2, "NE": 4, "Nqz": 2, "Nw": 2, "N3D": 2, "NA": 6, "NB": 2, "Norb": 3 },
"M": { "Nkz": 3, "NE": 5, "Nqz": 3, "Nw": 2, "N3D": 2, "NA": 10, "NB": 3, "Norb": 4 },
"L": { "Nkz": 3, "NE": 10, "Nqz": 3, "Nw": 3, "N3D": 3, "NA": 12, "NB": 4, "Norb": 4 },
"paper": { "Nkz": 4, "NE": 10, "Nqz": 4, "Nw": 3, "N3D": 3, "NA": 20, "NB": 4, "Norb": 4 }
},
"init": {
"func_name": "initialize",
"input_args": ["Nkz", "NE", "Nqz", "Nw", "N3D", "NA", "NB", "Norb"],
"output_args": ["neigh_idx", "dH", "G", "D", "Sigma"]
},
"input_args": ["neigh_idx", "dH", "G", "D", "Sigma"],
"array_args": ["neigh_idx", "dH", "G", "D", "Sigma"],
"output_args": []
}
}