-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.json
55 lines (55 loc) · 1.03 KB
/
example.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"computational_environment": {
"angle_interval": [10, 60],
"angle_samples": 10000,
"global_factor": 44669,
"mosaic_samples": 10000
},
"physical_environment": {
"wavelength": 1.5406,
"temperature": 300,
"receiving_slit_angle": 5
},
"crystals": [{
"name": "tetragonal FePt",
"lattice": {
"type": "fcc_tetragonal",
"a": 3.85,
"c": 3.71
},
"basis": [
{
"form": 26,
"mass": 55.84,
"position": [0, 0, 0]
},
{
"form": 78,
"mass": 195.08,
"position": [0.5, 0.5, 0.5]
}
],
"debye_temperature": 230,
"crystallite_size": [40, 40, 40],
"mosaic_spread": 0.5,
"patterns": [
{
"plane": [1,0,0],
"multiplicity": 1
},
{
"plane": [0,0,1],
"multiplicity": 1
},
{
"plane": [1,1,0],
"multiplicity": 1
},
{
"plane": [1,1,1],
"multiplicity": 1
}
]
}],
"output_path": "fept/mosaicity/pattern"
}