-
Notifications
You must be signed in to change notification settings - Fork 0
/
inputtemplate.json
101 lines (100 loc) · 2.98 KB
/
inputtemplate.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"comment": "Input template",
"label": "exp00",
"laser_setup": {
"wavelength": 975,
"mode": "log",
"range": [
0.0001,
10000
],
"number_of_power_points": 100,
"t0": 0,
"dt_per_step": 0.004,
"dt_per_data_point": 4e-06
},
"sample": {
"absorber": {
"init_conds": {
"Na": {
"about": "Na at t0",
"value": 1.52e+21,
"unit": "cm^{-3}"
},
"Nb": {
"about": "Nb at t0",
"value": 0,
"unit": "cm^{-3}"
},
"Nd": {
"about": "Yb surface defects population",
"value": 0,
"unit": "cm^{-3}"
}
},
"props": {
"sigma": {
"about": "absorption cross-section Yb",
"value": 1.69e-20,
"unit": "cm^2"
},
"taub": {
"about": "radiative lifetime of Yb^(3+) ions from b to a",
"value": 0.00132,
"unit": "s"
},
"Wd": {
"about": "energy transfer upconversion rate - defect state",
"value": 0,
"unit": "cm^3/s"
}
}
},
"emitter": {
"init_conds": {
"N0": {
"about": "N0 at t0",
"value": 1.25e+19,
"unit": "cm^{-3}"
},
"N1": {
"about": "N1 at t0",
"value": 0,
"unit": "cm^{-3}"
},
"N2": {
"about": "N2 at t0",
"value": 0,
"unit": "cm^{-3}"
}
},
"props": {
"tau1": {
"about": "radiative lifetime of Tm^(3+) state 1",
"value": 0.00743,
"unit": "s"
},
"tau2": {
"about": "radiative lifetime of Tm^(3+) state 2",
"value": 0.00149,
"unit": "s"
},
"W0": {
"about": "energy transfer upconversion rate state 0",
"value": 1.6e-18,
"unit": "cm^3/s"
},
"W1": {
"about": "energy transfer upconversion rate state 1",
"value": 6.2e-16,
"unit": "cm^3/s"
},
"W2": {
"about": "energy transfer upconversion rate state 2",
"value": 0,
"unit": "cm^3/s"
}
}
}
}
}