forked from tdengg/elements
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmy_calcsetup.py
More file actions
22 lines (22 loc) · 865 Bytes
/
my_calcsetup.py
File metadata and controls
22 lines (22 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
'param': {
'scale' : {
'azero': 4.319,
'da': 0.05,
'steps': 11},
'rmt': [2.85],
'rgkmax': [6,7],
'ngridk' : [8],
'swidth': [0.01],
'covera' :{
'coverazero': 1.6,
'dcovera': 1.6/50,
'steps': 11 }
},
'species': 'Be',
'structure':'hcp',
'mod': 'simple_conv',
'speciespath': "http://xml/exciting-code.org/species/",
'calculate' : 'True',
'exectemplate':"shelcommand.xsl"
}