-
Notifications
You must be signed in to change notification settings - Fork 0
/
input.txt
32 lines (32 loc) · 966 Bytes
/
input.txt
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
{
"flag": "output_sample",
"freq": [ 0.0, 10.0, 1000 ],
"materials": {
"air": 1.0,
"CNT": "./dielectrics/cnt/",
"sapphire": "./dielectrics/sapphire/",
"aluminium" : "./dielectrics/aluminium/"
},
"efields": {
"x_pol": 1.0,
"left_pol": [ 1.0, "left" ],
"pulse": "./fields/pulse1/"
},
"geometries": {
"setup1": {
"layers": [ "air", "sapphire", "aluminium", "air" ],
"angles": [ 0.0, 0.0, 0.0, 0.0 ],
"thicks": [ 100.0, 10.0 ]
},
"setup2": {
"layers": [ "air", "CNT", "air" ],
"angles": [ 0.0, [ 0.0, 0.785398163, 20 ], 0.0 ],
"thicks": [ [ 5.0, 5.0, 20 ] ]
},
"setup3": {
"layers": [ "air", "sapphire", "CNT", "air" ],
"angles": [ 0.0, 0.0, [ 0.785398163, 0.785398163, 20 ], 0.0 ],
"thicks": [ 100.0, [ 5.0, 5.0, 20 ] ]
}
}
}