-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.json
69 lines (61 loc) · 2.01 KB
/
test.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"cnts":{
"comment": "the cnts listed in this section ARE used in the monte carlo simulation",
"directory": "~/research/exciton_energy/",
"1": {
"keep old results": false,
"chirality": [4,2],
"length": [10,"cnt unit cells"]
}
},
"exciton transfer":{
"directory": "~/research/exciton_transfer",
"1":{
"keep old results": false,
"skip": true,
"cnt 1":"42",
"cnt 2":"42",
"angle": [0,90,100,"degrees"],
"zshift": [1.9,"nm"],
"axis shift 1": [0,"nm"],
"axis shift 2": [0,"nm"],
"temperature": [300,"Kelvin"],
"broadening factor": [4,"meV"]
},
"2":{
"keep old results": false,
"skip": false,
"cnt 1":"42",
"cnt 2":"65",
"angle": [0,90,10,"degrees"],
"zshift": [1.9,"nm"],
"axis shift 1": [0,"nm"],
"axis shift 2": [0,"nm"],
"temperature": [300,"Kelvin"],
"broadening factor": [4,"meV"]
}
},
"exciton monte carlo":{
"mesh input directory": "~/research/mesh/random_mesh",
"output directory": "~/research/monte_carlo_fiber_test",
"keep old results":true,
"rate type":"davoody",
"zshift [m]": [1.5e-9, 10e-9, 11],
"axis shift 1 [m]": [-10e-9, 10e-9, 11],
"axis shift 2 [m]": [-10e-9, 10e-9, 11],
"theta [degrees]": [0, 180, 21],
"temperature [kelvin]": 300,
"max hopping radius [m]": 20e-9,
"number of segments":10,
"trim limits":{
"xlim":[-1e-6, 1e-6],
"ylim":[0, 1e-7],
"zlim":[-1e-6, 1e-6]
},
"exciton velocity [m/s]":2e5,
"monte carlo time step":1e-15,
"number of sections for injection region": 5,
"maximum time for kubo simulation [seconds]": 1e-9,
"number of particles for kubo simulation": 500
}
}