-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefaults.json
More file actions
55 lines (55 loc) · 902 Bytes
/
defaults.json
File metadata and controls
55 lines (55 loc) · 902 Bytes
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
{
"levels": {
"name": "g",
"S": 0,
"L": 0,
"J": 0,
"pop": [
1
],
"energy": 0
},
"lasers": {
"L1": "1",
"L2": "2",
"Omega": 1.0,
"Delta": 0.0,
"k": 0,
"S": [
1,
1,
1
],
"lw": 0
},
"params": {
"freq_scaling": 131946891.45077132,
"B": 0,
"zeeman": false,
"mixed": true,
"t_start": 0,
"t_max": 5,
"n_step": 100
},
"decays": {
"L1": "1",
"L2": "2",
"gamma": 1.0
},
"cavities": {
"L1": "1",
"L2": "2",
"g": 1.0,
"Delta": 0.0,
"k": 0,
"pol": [
1,
0,
1
],
"kappa": 0,
"N": 2,
"n": 0,
"modes": 2
}
}