cqc-quam-state 2025.12.29__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cqc-quam-state might be problematic. Click here for more details.
- cqc_quam_state/__init__.py +9 -0
- cqc_quam_state/cli.py +38 -0
- cqc_quam_state/utils.py +30 -0
- cqc_quam_state-2025.12.29.data/scripts/load-cqc-quam +3 -0
- cqc_quam_state-2025.12.29.dist-info/METADATA +163 -0
- cqc_quam_state-2025.12.29.dist-info/RECORD +12 -0
- cqc_quam_state-2025.12.29.dist-info/WHEEL +5 -0
- cqc_quam_state-2025.12.29.dist-info/entry_points.txt +2 -0
- cqc_quam_state-2025.12.29.dist-info/top_level.txt +2 -0
- quam_state/__init__.py +0 -0
- quam_state/state.json +1708 -0
- quam_state/wiring.json +110 -0
quam_state/state.json
ADDED
|
@@ -0,0 +1,1708 @@
|
|
|
1
|
+
{
|
|
2
|
+
"octaves": {
|
|
3
|
+
"oct1": {
|
|
4
|
+
"name": "oct1",
|
|
5
|
+
"ip": "134.94.1.250",
|
|
6
|
+
"port": 11051,
|
|
7
|
+
"calibration_db_path": "/p/project1/cqc/karnad1/home/Sandbox/Projects/northface-qua-libs",
|
|
8
|
+
"RF_outputs": {
|
|
9
|
+
"1": {
|
|
10
|
+
"id": 1,
|
|
11
|
+
"channel": "#/qubits/q3/resonator",
|
|
12
|
+
"LO_frequency": 7600000000,
|
|
13
|
+
"gain": -20,
|
|
14
|
+
"output_mode": "always_on"
|
|
15
|
+
},
|
|
16
|
+
"2": {
|
|
17
|
+
"id": 2,
|
|
18
|
+
"channel": "#/qubits/q4/xy",
|
|
19
|
+
"LO_frequency": 6100000000.0,
|
|
20
|
+
"output_mode": "always_on"
|
|
21
|
+
},
|
|
22
|
+
"3": {
|
|
23
|
+
"id": 3,
|
|
24
|
+
"channel": "#/qubits/q3/xy",
|
|
25
|
+
"LO_frequency": 6100000000.0,
|
|
26
|
+
"output_mode": "always_on"
|
|
27
|
+
},
|
|
28
|
+
"4": {
|
|
29
|
+
"id": 4,
|
|
30
|
+
"channel": "#/qubits/q2/xy",
|
|
31
|
+
"LO_frequency": 4900000000.0,
|
|
32
|
+
"output_mode": "always_on"
|
|
33
|
+
},
|
|
34
|
+
"5": {
|
|
35
|
+
"id": 5,
|
|
36
|
+
"channel": "#/qubits/q1/xy",
|
|
37
|
+
"LO_frequency": 4900000000.0,
|
|
38
|
+
"output_mode": "always_on"
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"RF_inputs": {
|
|
42
|
+
"1": {
|
|
43
|
+
"id": 1,
|
|
44
|
+
"channel": "#/qubits/q3/resonator",
|
|
45
|
+
"LO_frequency": 7600000000
|
|
46
|
+
},
|
|
47
|
+
"2": {
|
|
48
|
+
"id": 2,
|
|
49
|
+
"LO_source": "external"
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
"oct2": {
|
|
54
|
+
"name": "oct2",
|
|
55
|
+
"ip": "134.94.1.250",
|
|
56
|
+
"port": 11050,
|
|
57
|
+
"calibration_db_path": "/p/project1/cqc/karnad1/home/Sandbox/Projects/northface-qua-libs",
|
|
58
|
+
"RF_outputs": {
|
|
59
|
+
"1": {
|
|
60
|
+
"id": 1,
|
|
61
|
+
"channel": "#/qubits/q4/resonator",
|
|
62
|
+
"LO_frequency": 8600000000,
|
|
63
|
+
"gain": -20,
|
|
64
|
+
"output_mode": "always_on"
|
|
65
|
+
},
|
|
66
|
+
"2": {
|
|
67
|
+
"id": 2,
|
|
68
|
+
"channel": "#/qubits/q0/xy",
|
|
69
|
+
"LO_frequency": 4900000000.0,
|
|
70
|
+
"output_mode": "always_on"
|
|
71
|
+
},
|
|
72
|
+
"3": {
|
|
73
|
+
"id": 3
|
|
74
|
+
},
|
|
75
|
+
"4": {
|
|
76
|
+
"id": 4
|
|
77
|
+
},
|
|
78
|
+
"5": {
|
|
79
|
+
"id": 5
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
"RF_inputs": {
|
|
83
|
+
"1": {
|
|
84
|
+
"id": 1,
|
|
85
|
+
"channel": "#/qubits/q4/resonator",
|
|
86
|
+
"LO_frequency": 8600000000
|
|
87
|
+
},
|
|
88
|
+
"2": {
|
|
89
|
+
"id": 2,
|
|
90
|
+
"LO_source": "external"
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"qubits": {
|
|
96
|
+
"q0": {
|
|
97
|
+
"id": "q0",
|
|
98
|
+
"xy": {
|
|
99
|
+
"operations": {
|
|
100
|
+
"x180_DragCosine": {
|
|
101
|
+
"length": 32,
|
|
102
|
+
"digital_marker": "ON",
|
|
103
|
+
"axis_angle": 0,
|
|
104
|
+
"amplitude": 0.11636290849317382,
|
|
105
|
+
"alpha": -0.1477090444870001,
|
|
106
|
+
"anharmonicity": "#/qubits/q0/anharmonicity",
|
|
107
|
+
"detuning": 150000.0,
|
|
108
|
+
"__class__": "quam.components.pulses.DragCosinePulse"
|
|
109
|
+
},
|
|
110
|
+
"x90_DragCosine": {
|
|
111
|
+
"length": "#../x180_DragCosine/length",
|
|
112
|
+
"digital_marker": "ON",
|
|
113
|
+
"axis_angle": 0,
|
|
114
|
+
"amplitude": 0.05818145424658691,
|
|
115
|
+
"alpha": "#../x180_DragCosine/alpha",
|
|
116
|
+
"anharmonicity": "#../x180_DragCosine/anharmonicity",
|
|
117
|
+
"detuning": -2350000.0,
|
|
118
|
+
"__class__": "quam.components.pulses.DragCosinePulse"
|
|
119
|
+
},
|
|
120
|
+
"-x90_DragCosine": {
|
|
121
|
+
"length": "#../x180_DragCosine/length",
|
|
122
|
+
"digital_marker": "ON",
|
|
123
|
+
"axis_angle": 3.141592653589793,
|
|
124
|
+
"amplitude": "#../x90_DragCosine/amplitude",
|
|
125
|
+
"alpha": "#../x90_DragCosine/alpha",
|
|
126
|
+
"anharmonicity": "#../x180_DragCosine/anharmonicity",
|
|
127
|
+
"detuning": "#../x90_DragCosine/detuning",
|
|
128
|
+
"__class__": "quam.components.pulses.DragCosinePulse"
|
|
129
|
+
},
|
|
130
|
+
"y180_DragCosine": {
|
|
131
|
+
"length": "#../x180_DragCosine/length",
|
|
132
|
+
"digital_marker": "ON",
|
|
133
|
+
"axis_angle": 1.5707963267948966,
|
|
134
|
+
"amplitude": "#../x180_DragCosine/amplitude",
|
|
135
|
+
"alpha": "#../x180_DragCosine/alpha",
|
|
136
|
+
"anharmonicity": "#../x180_DragCosine/anharmonicity",
|
|
137
|
+
"detuning": "#../x180_DragCosine/detuning",
|
|
138
|
+
"__class__": "quam.components.pulses.DragCosinePulse"
|
|
139
|
+
},
|
|
140
|
+
"y90_DragCosine": {
|
|
141
|
+
"length": "#../x90_DragCosine/length",
|
|
142
|
+
"digital_marker": "ON",
|
|
143
|
+
"axis_angle": 1.5707963267948966,
|
|
144
|
+
"amplitude": "#../x90_DragCosine/amplitude",
|
|
145
|
+
"alpha": "#../x90_DragCosine/alpha",
|
|
146
|
+
"anharmonicity": "#../x180_DragCosine/anharmonicity",
|
|
147
|
+
"detuning": "#../x90_DragCosine/detuning",
|
|
148
|
+
"__class__": "quam.components.pulses.DragCosinePulse"
|
|
149
|
+
},
|
|
150
|
+
"-y90_DragCosine": {
|
|
151
|
+
"length": "#../x180_DragCosine/length",
|
|
152
|
+
"digital_marker": "ON",
|
|
153
|
+
"axis_angle": -1.5707963267948966,
|
|
154
|
+
"amplitude": "#../x90_DragCosine/amplitude",
|
|
155
|
+
"alpha": "#../x90_DragCosine/alpha",
|
|
156
|
+
"anharmonicity": "#../x180_DragCosine/anharmonicity",
|
|
157
|
+
"detuning": "#../x90_DragCosine/detuning",
|
|
158
|
+
"__class__": "quam.components.pulses.DragCosinePulse"
|
|
159
|
+
},
|
|
160
|
+
"x180_Square": {
|
|
161
|
+
"length": 100,
|
|
162
|
+
"digital_marker": "ON",
|
|
163
|
+
"amplitude": 0.25,
|
|
164
|
+
"axis_angle": 0,
|
|
165
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
166
|
+
},
|
|
167
|
+
"x90_Square": {
|
|
168
|
+
"length": "#../x180_Square/length",
|
|
169
|
+
"digital_marker": "ON",
|
|
170
|
+
"amplitude": 0.125,
|
|
171
|
+
"axis_angle": 0,
|
|
172
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
173
|
+
},
|
|
174
|
+
"-x90_Square": {
|
|
175
|
+
"length": "#../x180_Square/length",
|
|
176
|
+
"digital_marker": "ON",
|
|
177
|
+
"amplitude": -0.125,
|
|
178
|
+
"axis_angle": 0,
|
|
179
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
180
|
+
},
|
|
181
|
+
"y180_Square": {
|
|
182
|
+
"length": "#../x180_Square/length",
|
|
183
|
+
"digital_marker": "ON",
|
|
184
|
+
"amplitude": 0.25,
|
|
185
|
+
"axis_angle": 90,
|
|
186
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
187
|
+
},
|
|
188
|
+
"y90_Square": {
|
|
189
|
+
"length": "#../x180_Square/length",
|
|
190
|
+
"digital_marker": "ON",
|
|
191
|
+
"amplitude": 0.125,
|
|
192
|
+
"axis_angle": 90,
|
|
193
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
194
|
+
},
|
|
195
|
+
"-y90_Square": {
|
|
196
|
+
"length": "#../x180_Square/length",
|
|
197
|
+
"digital_marker": "ON",
|
|
198
|
+
"amplitude": -0.125,
|
|
199
|
+
"axis_angle": 90,
|
|
200
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
201
|
+
},
|
|
202
|
+
"x180": "#./x180_DragCosine",
|
|
203
|
+
"x90": "#./x90_DragCosine",
|
|
204
|
+
"-x90": "#./-x90_DragCosine",
|
|
205
|
+
"y180": "#./y180_DragCosine",
|
|
206
|
+
"y90": "#./y90_DragCosine",
|
|
207
|
+
"-y90": "#./-y90_DragCosine",
|
|
208
|
+
"saturation": {
|
|
209
|
+
"length": 20000,
|
|
210
|
+
"digital_marker": "ON",
|
|
211
|
+
"amplitude": 0.019504222775281042,
|
|
212
|
+
"axis_angle": 0,
|
|
213
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
214
|
+
},
|
|
215
|
+
"EF_x180": {
|
|
216
|
+
"length": 32,
|
|
217
|
+
"digital_marker": "ON",
|
|
218
|
+
"axis_angle": 0,
|
|
219
|
+
"amplitude": 0.267601304820512,
|
|
220
|
+
"alpha": -0.1477090444870001,
|
|
221
|
+
"anharmonicity": 209000000,
|
|
222
|
+
"__class__": "quam.components.pulses.DragCosinePulse"
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
"intermediate_frequency": -331086394.96074003,
|
|
226
|
+
"opx_output_I": "#/wiring/qubits/q0/xy/opx_output_I",
|
|
227
|
+
"opx_output_Q": "#/wiring/qubits/q0/xy/opx_output_Q",
|
|
228
|
+
"frequency_converter_up": "#/wiring/qubits/q0/xy/frequency_converter_up"
|
|
229
|
+
},
|
|
230
|
+
"z": {
|
|
231
|
+
"operations": {
|
|
232
|
+
"const": {
|
|
233
|
+
"length": 100,
|
|
234
|
+
"amplitude": 0.1,
|
|
235
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
236
|
+
},
|
|
237
|
+
"z0": {
|
|
238
|
+
"length": 32,
|
|
239
|
+
"amplitude": 0.0,
|
|
240
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
241
|
+
},
|
|
242
|
+
"z90": {
|
|
243
|
+
"length": 32,
|
|
244
|
+
"amplitude": 0.01945148563116481,
|
|
245
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
246
|
+
},
|
|
247
|
+
"z180": {
|
|
248
|
+
"length": 32,
|
|
249
|
+
"amplitude": 0.027811148890565553,
|
|
250
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
251
|
+
},
|
|
252
|
+
"-z90": {
|
|
253
|
+
"length": 32,
|
|
254
|
+
"amplitude": 0.033690961395873416,
|
|
255
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
256
|
+
}
|
|
257
|
+
},
|
|
258
|
+
"opx_output": "#/wiring/qubits/q0/z/opx_output",
|
|
259
|
+
"joint_offset": -0.03371729310045478
|
|
260
|
+
},
|
|
261
|
+
"resonator": {
|
|
262
|
+
"depletion_time": 2500,
|
|
263
|
+
"confusion_matrix": [
|
|
264
|
+
[
|
|
265
|
+
0.802,
|
|
266
|
+
0.198
|
|
267
|
+
],
|
|
268
|
+
[
|
|
269
|
+
0.209,
|
|
270
|
+
0.791
|
|
271
|
+
]
|
|
272
|
+
],
|
|
273
|
+
"GEF_frequency_shift": 50000,
|
|
274
|
+
"gef_centers": [
|
|
275
|
+
[
|
|
276
|
+
-0.00033925194660916583,
|
|
277
|
+
-0.0004163885341660211
|
|
278
|
+
],
|
|
279
|
+
[
|
|
280
|
+
-3.882883209123597e-05,
|
|
281
|
+
-0.00031034351943760765
|
|
282
|
+
],
|
|
283
|
+
[
|
|
284
|
+
-9.084012071799473e-05,
|
|
285
|
+
-0.0006802004710721274
|
|
286
|
+
]
|
|
287
|
+
],
|
|
288
|
+
"gef_confusion_matrix": [
|
|
289
|
+
[
|
|
290
|
+
0.7835,
|
|
291
|
+
0.149,
|
|
292
|
+
0.0675
|
|
293
|
+
],
|
|
294
|
+
[
|
|
295
|
+
0.17,
|
|
296
|
+
0.7645,
|
|
297
|
+
0.0655
|
|
298
|
+
],
|
|
299
|
+
[
|
|
300
|
+
0.145,
|
|
301
|
+
0.1105,
|
|
302
|
+
0.7445
|
|
303
|
+
]
|
|
304
|
+
],
|
|
305
|
+
"operations": {
|
|
306
|
+
"readout": {
|
|
307
|
+
"length": 1500,
|
|
308
|
+
"amplitude": 0.016331557519721318,
|
|
309
|
+
"threshold": -0.00012345766835620146,
|
|
310
|
+
"rus_exit_threshold": -0.00029811153270808006,
|
|
311
|
+
"integration_weights_angle": -535.4517886616055,
|
|
312
|
+
"__class__": "quam.components.pulses.SquareReadoutPulse"
|
|
313
|
+
},
|
|
314
|
+
"const": {
|
|
315
|
+
"length": 100,
|
|
316
|
+
"amplitude": 0.125,
|
|
317
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
318
|
+
}
|
|
319
|
+
},
|
|
320
|
+
"intermediate_frequency": -213081773,
|
|
321
|
+
"opx_input_I": "#/wiring/qubits/q0/rr/opx_input_I",
|
|
322
|
+
"opx_input_Q": "#/wiring/qubits/q0/rr/opx_input_Q",
|
|
323
|
+
"time_of_flight": 296,
|
|
324
|
+
"opx_input_offset_I": 0.0,
|
|
325
|
+
"opx_input_offset_Q": 0.0,
|
|
326
|
+
"input_gain": 10,
|
|
327
|
+
"frequency_converter_down": "#/wiring/qubits/q0/rr/frequency_converter_down",
|
|
328
|
+
"opx_output_I": "#/wiring/qubits/q0/rr/opx_output_I",
|
|
329
|
+
"opx_output_Q": "#/wiring/qubits/q0/rr/opx_output_Q",
|
|
330
|
+
"frequency_converter_up": "#/wiring/qubits/q0/rr/frequency_converter_up"
|
|
331
|
+
},
|
|
332
|
+
"anharmonicity": 208000000,
|
|
333
|
+
"freq_vs_flux_01_quad_term": -21271975454.450764,
|
|
334
|
+
"T1": 5.633926695167223e-05,
|
|
335
|
+
"T2ramsey": 2.8415217569335175e-06,
|
|
336
|
+
"phi0_current": 33.13161776022881,
|
|
337
|
+
"phi0_voltage": 0.6626323552045763,
|
|
338
|
+
"GEF_frequency_shift": 300000,
|
|
339
|
+
"chi": -300000.0,
|
|
340
|
+
"grid_location": "0,2"
|
|
341
|
+
},
|
|
342
|
+
"q1": {
|
|
343
|
+
"id": "q1",
|
|
344
|
+
"xy": {
|
|
345
|
+
"operations": {
|
|
346
|
+
"x180_DragCosine": {
|
|
347
|
+
"length": 32,
|
|
348
|
+
"digital_marker": "ON",
|
|
349
|
+
"axis_angle": 0,
|
|
350
|
+
"amplitude": 0.1003097850019761,
|
|
351
|
+
"alpha": -0.45281408225653225,
|
|
352
|
+
"anharmonicity": "#/qubits/q1/anharmonicity",
|
|
353
|
+
"detuning": 1700000.0,
|
|
354
|
+
"__class__": "quam.components.pulses.DragCosinePulse"
|
|
355
|
+
},
|
|
356
|
+
"x90_DragCosine": {
|
|
357
|
+
"length": "#../x180_DragCosine/length",
|
|
358
|
+
"digital_marker": "ON",
|
|
359
|
+
"axis_angle": 0,
|
|
360
|
+
"amplitude": 0.05015489250098805,
|
|
361
|
+
"alpha": "#../x180_DragCosine/alpha",
|
|
362
|
+
"anharmonicity": "#../x180_DragCosine/anharmonicity",
|
|
363
|
+
"detuning": 300000.0,
|
|
364
|
+
"__class__": "quam.components.pulses.DragCosinePulse"
|
|
365
|
+
},
|
|
366
|
+
"-x90_DragCosine": {
|
|
367
|
+
"length": "#../x180_DragCosine/length",
|
|
368
|
+
"digital_marker": "ON",
|
|
369
|
+
"axis_angle": 3.141592653589793,
|
|
370
|
+
"amplitude": "#../x90_DragCosine/amplitude",
|
|
371
|
+
"alpha": "#../x90_DragCosine/alpha",
|
|
372
|
+
"anharmonicity": "#../x180_DragCosine/anharmonicity",
|
|
373
|
+
"detuning": "#../x90_DragCosine/detuning",
|
|
374
|
+
"__class__": "quam.components.pulses.DragCosinePulse"
|
|
375
|
+
},
|
|
376
|
+
"y180_DragCosine": {
|
|
377
|
+
"length": "#../x180_DragCosine/length",
|
|
378
|
+
"digital_marker": "ON",
|
|
379
|
+
"axis_angle": 1.5707963267948966,
|
|
380
|
+
"amplitude": "#../x180_DragCosine/amplitude",
|
|
381
|
+
"alpha": "#../x180_DragCosine/alpha",
|
|
382
|
+
"anharmonicity": "#../x180_DragCosine/anharmonicity",
|
|
383
|
+
"detuning": "#../x180_DragCosine/detuning",
|
|
384
|
+
"__class__": "quam.components.pulses.DragCosinePulse"
|
|
385
|
+
},
|
|
386
|
+
"y90_DragCosine": {
|
|
387
|
+
"length": "#../x90_DragCosine/length",
|
|
388
|
+
"digital_marker": "ON",
|
|
389
|
+
"axis_angle": 1.5707963267948966,
|
|
390
|
+
"amplitude": "#../x90_DragCosine/amplitude",
|
|
391
|
+
"alpha": "#../x90_DragCosine/alpha",
|
|
392
|
+
"anharmonicity": "#../x180_DragCosine/anharmonicity",
|
|
393
|
+
"detuning": "#../x90_DragCosine/detuning",
|
|
394
|
+
"__class__": "quam.components.pulses.DragCosinePulse"
|
|
395
|
+
},
|
|
396
|
+
"-y90_DragCosine": {
|
|
397
|
+
"length": "#../x180_DragCosine/length",
|
|
398
|
+
"digital_marker": "ON",
|
|
399
|
+
"axis_angle": -1.5707963267948966,
|
|
400
|
+
"amplitude": "#../x90_DragCosine/amplitude",
|
|
401
|
+
"alpha": "#../x90_DragCosine/alpha",
|
|
402
|
+
"anharmonicity": "#../x180_DragCosine/anharmonicity",
|
|
403
|
+
"detuning": "#../x90_DragCosine/detuning",
|
|
404
|
+
"__class__": "quam.components.pulses.DragCosinePulse"
|
|
405
|
+
},
|
|
406
|
+
"x180_Square": {
|
|
407
|
+
"length": 100,
|
|
408
|
+
"digital_marker": "ON",
|
|
409
|
+
"amplitude": 0.25,
|
|
410
|
+
"axis_angle": 0,
|
|
411
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
412
|
+
},
|
|
413
|
+
"x90_Square": {
|
|
414
|
+
"length": "#../x180_Square/length",
|
|
415
|
+
"digital_marker": "ON",
|
|
416
|
+
"amplitude": 0.125,
|
|
417
|
+
"axis_angle": 0,
|
|
418
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
419
|
+
},
|
|
420
|
+
"-x90_Square": {
|
|
421
|
+
"length": "#../x180_Square/length",
|
|
422
|
+
"digital_marker": "ON",
|
|
423
|
+
"amplitude": -0.125,
|
|
424
|
+
"axis_angle": 0,
|
|
425
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
426
|
+
},
|
|
427
|
+
"y180_Square": {
|
|
428
|
+
"length": "#../x180_Square/length",
|
|
429
|
+
"digital_marker": "ON",
|
|
430
|
+
"amplitude": 0.25,
|
|
431
|
+
"axis_angle": 90,
|
|
432
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
433
|
+
},
|
|
434
|
+
"y90_Square": {
|
|
435
|
+
"length": "#../x180_Square/length",
|
|
436
|
+
"digital_marker": "ON",
|
|
437
|
+
"amplitude": 0.125,
|
|
438
|
+
"axis_angle": 90,
|
|
439
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
440
|
+
},
|
|
441
|
+
"-y90_Square": {
|
|
442
|
+
"length": "#../x180_Square/length",
|
|
443
|
+
"digital_marker": "ON",
|
|
444
|
+
"amplitude": -0.125,
|
|
445
|
+
"axis_angle": 90,
|
|
446
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
447
|
+
},
|
|
448
|
+
"x180": "#./x180_DragCosine",
|
|
449
|
+
"x90": "#./x90_DragCosine",
|
|
450
|
+
"-x90": "#./-x90_DragCosine",
|
|
451
|
+
"y180": "#./y180_DragCosine",
|
|
452
|
+
"y90": "#./y90_DragCosine",
|
|
453
|
+
"-y90": "#./-y90_DragCosine",
|
|
454
|
+
"saturation": {
|
|
455
|
+
"length": 20000,
|
|
456
|
+
"digital_marker": "ON",
|
|
457
|
+
"amplitude": 0.014296043168982569,
|
|
458
|
+
"axis_angle": 0,
|
|
459
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
460
|
+
},
|
|
461
|
+
"EF_x180": {
|
|
462
|
+
"length": 32,
|
|
463
|
+
"digital_marker": "ON",
|
|
464
|
+
"axis_angle": 0,
|
|
465
|
+
"amplitude": 0.09465266891341287,
|
|
466
|
+
"alpha": -0.45281408225653225,
|
|
467
|
+
"anharmonicity": 206000000,
|
|
468
|
+
"__class__": "quam.components.pulses.DragCosinePulse"
|
|
469
|
+
}
|
|
470
|
+
},
|
|
471
|
+
"intermediate_frequency": -217234009.89491495,
|
|
472
|
+
"opx_output_I": "#/wiring/qubits/q1/xy/opx_output_I",
|
|
473
|
+
"opx_output_Q": "#/wiring/qubits/q1/xy/opx_output_Q",
|
|
474
|
+
"frequency_converter_up": "#/wiring/qubits/q1/xy/frequency_converter_up"
|
|
475
|
+
},
|
|
476
|
+
"z": {
|
|
477
|
+
"operations": {
|
|
478
|
+
"const": {
|
|
479
|
+
"length": 100,
|
|
480
|
+
"amplitude": 0.1,
|
|
481
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
482
|
+
},
|
|
483
|
+
"z0": {
|
|
484
|
+
"length": 32,
|
|
485
|
+
"amplitude": 0.0,
|
|
486
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
487
|
+
},
|
|
488
|
+
"z90": {
|
|
489
|
+
"length": 32,
|
|
490
|
+
"amplitude": 0.018371761544352494,
|
|
491
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
492
|
+
},
|
|
493
|
+
"z180": {
|
|
494
|
+
"length": 32,
|
|
495
|
+
"amplitude": 0.0260335575293892,
|
|
496
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
497
|
+
},
|
|
498
|
+
"-z90": {
|
|
499
|
+
"length": 32,
|
|
500
|
+
"amplitude": 0.03182082441935859,
|
|
501
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
502
|
+
}
|
|
503
|
+
},
|
|
504
|
+
"opx_output": "#/wiring/qubits/q1/z/opx_output",
|
|
505
|
+
"joint_offset": -0.04060852406280037
|
|
506
|
+
},
|
|
507
|
+
"resonator": {
|
|
508
|
+
"depletion_time": 2500,
|
|
509
|
+
"confusion_matrix": [
|
|
510
|
+
[
|
|
511
|
+
0.863,
|
|
512
|
+
0.137
|
|
513
|
+
],
|
|
514
|
+
[
|
|
515
|
+
0.142,
|
|
516
|
+
0.858
|
|
517
|
+
]
|
|
518
|
+
],
|
|
519
|
+
"GEF_frequency_shift": -100000,
|
|
520
|
+
"gef_centers": [
|
|
521
|
+
[
|
|
522
|
+
-0.0002777751738860341,
|
|
523
|
+
-0.0010434023431944695
|
|
524
|
+
],
|
|
525
|
+
[
|
|
526
|
+
-0.00026869280995570007,
|
|
527
|
+
-0.0010456518926400932
|
|
528
|
+
],
|
|
529
|
+
[
|
|
530
|
+
-0.0002775371791042875,
|
|
531
|
+
-0.0010251773845049979
|
|
532
|
+
]
|
|
533
|
+
],
|
|
534
|
+
"gef_confusion_matrix": [
|
|
535
|
+
[
|
|
536
|
+
0.2025,
|
|
537
|
+
0.3305,
|
|
538
|
+
0.467
|
|
539
|
+
],
|
|
540
|
+
[
|
|
541
|
+
0.164,
|
|
542
|
+
0.2485,
|
|
543
|
+
0.5875
|
|
544
|
+
],
|
|
545
|
+
[
|
|
546
|
+
0.153,
|
|
547
|
+
0.447,
|
|
548
|
+
0.4
|
|
549
|
+
]
|
|
550
|
+
],
|
|
551
|
+
"operations": {
|
|
552
|
+
"readout": {
|
|
553
|
+
"length": 1500,
|
|
554
|
+
"amplitude": 0.0237143235630474,
|
|
555
|
+
"threshold": -4.8884449683370146e-05,
|
|
556
|
+
"rus_exit_threshold": -0.00043936172110671024,
|
|
557
|
+
"integration_weights_angle": -548.7350568258898,
|
|
558
|
+
"__class__": "quam.components.pulses.SquareReadoutPulse"
|
|
559
|
+
},
|
|
560
|
+
"const": {
|
|
561
|
+
"length": 100,
|
|
562
|
+
"amplitude": 0.125,
|
|
563
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
564
|
+
}
|
|
565
|
+
},
|
|
566
|
+
"intermediate_frequency": -67159104,
|
|
567
|
+
"opx_input_I": "#/wiring/qubits/q1/rr/opx_input_I",
|
|
568
|
+
"opx_input_Q": "#/wiring/qubits/q1/rr/opx_input_Q",
|
|
569
|
+
"time_of_flight": 296,
|
|
570
|
+
"opx_input_offset_I": 0.0,
|
|
571
|
+
"opx_input_offset_Q": 0.0,
|
|
572
|
+
"input_gain": 10,
|
|
573
|
+
"frequency_converter_down": "#/wiring/qubits/q1/rr/frequency_converter_down",
|
|
574
|
+
"opx_output_I": "#/wiring/qubits/q1/rr/opx_output_I",
|
|
575
|
+
"opx_output_Q": "#/wiring/qubits/q1/rr/opx_output_Q",
|
|
576
|
+
"frequency_converter_up": "#/wiring/qubits/q1/rr/frequency_converter_up"
|
|
577
|
+
},
|
|
578
|
+
"anharmonicity": 225000000,
|
|
579
|
+
"freq_vs_flux_01_quad_term": -20970339507.567898,
|
|
580
|
+
"T1": 5.109741356272203e-05,
|
|
581
|
+
"T2ramsey": 6.47425362259843e-06,
|
|
582
|
+
"phi0_current": 32.889895121907706,
|
|
583
|
+
"phi0_voltage": 0.6577979024381542,
|
|
584
|
+
"GEF_frequency_shift": 0,
|
|
585
|
+
"chi": -300000.0,
|
|
586
|
+
"grid_location": "2,2"
|
|
587
|
+
},
|
|
588
|
+
"q2": {
|
|
589
|
+
"id": "q2",
|
|
590
|
+
"xy": {
|
|
591
|
+
"operations": {
|
|
592
|
+
"x180_DragCosine": {
|
|
593
|
+
"length": 32,
|
|
594
|
+
"digital_marker": "ON",
|
|
595
|
+
"axis_angle": 0,
|
|
596
|
+
"amplitude": 0.18779986989263844,
|
|
597
|
+
"alpha": -0.8103496685208672,
|
|
598
|
+
"anharmonicity": "#/qubits/q2/anharmonicity",
|
|
599
|
+
"detuning": 950000.0,
|
|
600
|
+
"__class__": "quam.components.pulses.DragCosinePulse"
|
|
601
|
+
},
|
|
602
|
+
"x90_DragCosine": {
|
|
603
|
+
"length": "#../x180_DragCosine/length",
|
|
604
|
+
"digital_marker": "ON",
|
|
605
|
+
"axis_angle": 0,
|
|
606
|
+
"amplitude": 0.09389993494631922,
|
|
607
|
+
"alpha": "#../x180_DragCosine/alpha",
|
|
608
|
+
"anharmonicity": "#../x180_DragCosine/anharmonicity",
|
|
609
|
+
"detuning": 100000.0,
|
|
610
|
+
"__class__": "quam.components.pulses.DragCosinePulse"
|
|
611
|
+
},
|
|
612
|
+
"-x90_DragCosine": {
|
|
613
|
+
"length": "#../x180_DragCosine/length",
|
|
614
|
+
"digital_marker": "ON",
|
|
615
|
+
"axis_angle": 3.141592653589793,
|
|
616
|
+
"amplitude": "#../x90_DragCosine/amplitude",
|
|
617
|
+
"alpha": "#../x90_DragCosine/alpha",
|
|
618
|
+
"anharmonicity": "#../x180_DragCosine/anharmonicity",
|
|
619
|
+
"detuning": "#../x90_DragCosine/detuning",
|
|
620
|
+
"__class__": "quam.components.pulses.DragCosinePulse"
|
|
621
|
+
},
|
|
622
|
+
"y180_DragCosine": {
|
|
623
|
+
"length": "#../x180_DragCosine/length",
|
|
624
|
+
"digital_marker": "ON",
|
|
625
|
+
"axis_angle": 1.5707963267948966,
|
|
626
|
+
"amplitude": "#../x180_DragCosine/amplitude",
|
|
627
|
+
"alpha": "#../x180_DragCosine/alpha",
|
|
628
|
+
"anharmonicity": "#../x180_DragCosine/anharmonicity",
|
|
629
|
+
"detuning": "#../x180_DragCosine/detuning",
|
|
630
|
+
"__class__": "quam.components.pulses.DragCosinePulse"
|
|
631
|
+
},
|
|
632
|
+
"y90_DragCosine": {
|
|
633
|
+
"length": "#../x90_DragCosine/length",
|
|
634
|
+
"digital_marker": "ON",
|
|
635
|
+
"axis_angle": 1.5707963267948966,
|
|
636
|
+
"amplitude": "#../x90_DragCosine/amplitude",
|
|
637
|
+
"alpha": "#../x90_DragCosine/alpha",
|
|
638
|
+
"anharmonicity": "#../x180_DragCosine/anharmonicity",
|
|
639
|
+
"detuning": "#../x90_DragCosine/detuning",
|
|
640
|
+
"__class__": "quam.components.pulses.DragCosinePulse"
|
|
641
|
+
},
|
|
642
|
+
"-y90_DragCosine": {
|
|
643
|
+
"length": "#../x180_DragCosine/length",
|
|
644
|
+
"digital_marker": "ON",
|
|
645
|
+
"axis_angle": -1.5707963267948966,
|
|
646
|
+
"amplitude": "#../x90_DragCosine/amplitude",
|
|
647
|
+
"alpha": "#../x90_DragCosine/alpha",
|
|
648
|
+
"anharmonicity": "#../x180_DragCosine/anharmonicity",
|
|
649
|
+
"detuning": "#../x90_DragCosine/detuning",
|
|
650
|
+
"__class__": "quam.components.pulses.DragCosinePulse"
|
|
651
|
+
},
|
|
652
|
+
"x180_Square": {
|
|
653
|
+
"length": 100,
|
|
654
|
+
"digital_marker": "ON",
|
|
655
|
+
"amplitude": 0.25,
|
|
656
|
+
"axis_angle": 0,
|
|
657
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
658
|
+
},
|
|
659
|
+
"x90_Square": {
|
|
660
|
+
"length": "#../x180_Square/length",
|
|
661
|
+
"digital_marker": "ON",
|
|
662
|
+
"amplitude": 0.125,
|
|
663
|
+
"axis_angle": 0,
|
|
664
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
665
|
+
},
|
|
666
|
+
"-x90_Square": {
|
|
667
|
+
"length": "#../x180_Square/length",
|
|
668
|
+
"digital_marker": "ON",
|
|
669
|
+
"amplitude": -0.125,
|
|
670
|
+
"axis_angle": 0,
|
|
671
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
672
|
+
},
|
|
673
|
+
"y180_Square": {
|
|
674
|
+
"length": "#../x180_Square/length",
|
|
675
|
+
"digital_marker": "ON",
|
|
676
|
+
"amplitude": 0.25,
|
|
677
|
+
"axis_angle": 90,
|
|
678
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
679
|
+
},
|
|
680
|
+
"y90_Square": {
|
|
681
|
+
"length": "#../x180_Square/length",
|
|
682
|
+
"digital_marker": "ON",
|
|
683
|
+
"amplitude": 0.125,
|
|
684
|
+
"axis_angle": 90,
|
|
685
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
686
|
+
},
|
|
687
|
+
"-y90_Square": {
|
|
688
|
+
"length": "#../x180_Square/length",
|
|
689
|
+
"digital_marker": "ON",
|
|
690
|
+
"amplitude": -0.125,
|
|
691
|
+
"axis_angle": 90,
|
|
692
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
693
|
+
},
|
|
694
|
+
"x180": "#./x180_DragCosine",
|
|
695
|
+
"x90": "#./x90_DragCosine",
|
|
696
|
+
"-x90": "#./-x90_DragCosine",
|
|
697
|
+
"y180": "#./y180_DragCosine",
|
|
698
|
+
"y90": "#./y90_DragCosine",
|
|
699
|
+
"-y90": "#./-y90_DragCosine",
|
|
700
|
+
"saturation": {
|
|
701
|
+
"length": 20000,
|
|
702
|
+
"digital_marker": "ON",
|
|
703
|
+
"amplitude": 0.03603842137330526,
|
|
704
|
+
"axis_angle": 0,
|
|
705
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
706
|
+
},
|
|
707
|
+
"EF_x180": {
|
|
708
|
+
"length": 32,
|
|
709
|
+
"digital_marker": "ON",
|
|
710
|
+
"axis_angle": 0,
|
|
711
|
+
"amplitude": 0.07418100230543759,
|
|
712
|
+
"alpha": -0.8103496685208672,
|
|
713
|
+
"anharmonicity": 196500000,
|
|
714
|
+
"__class__": "quam.components.pulses.DragCosinePulse"
|
|
715
|
+
}
|
|
716
|
+
},
|
|
717
|
+
"intermediate_frequency": 363398464.01206,
|
|
718
|
+
"opx_output_I": "#/wiring/qubits/q2/xy/opx_output_I",
|
|
719
|
+
"opx_output_Q": "#/wiring/qubits/q2/xy/opx_output_Q",
|
|
720
|
+
"frequency_converter_up": "#/wiring/qubits/q2/xy/frequency_converter_up"
|
|
721
|
+
},
|
|
722
|
+
"z": {
|
|
723
|
+
"operations": {
|
|
724
|
+
"const": {
|
|
725
|
+
"length": 100,
|
|
726
|
+
"amplitude": 0.1,
|
|
727
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
728
|
+
},
|
|
729
|
+
"z0": {
|
|
730
|
+
"length": 32,
|
|
731
|
+
"amplitude": 0.0,
|
|
732
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
733
|
+
},
|
|
734
|
+
"z90": {
|
|
735
|
+
"length": 32,
|
|
736
|
+
"amplitude": 0.018154431080104415,
|
|
737
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
738
|
+
},
|
|
739
|
+
"z180": {
|
|
740
|
+
"length": 32,
|
|
741
|
+
"amplitude": 0.02611070477571238,
|
|
742
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
743
|
+
},
|
|
744
|
+
"-z90": {
|
|
745
|
+
"length": 32,
|
|
746
|
+
"amplitude": 0.031444397013248374,
|
|
747
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
748
|
+
}
|
|
749
|
+
},
|
|
750
|
+
"opx_output": "#/wiring/qubits/q2/z/opx_output",
|
|
751
|
+
"joint_offset": 0.009524176638114633
|
|
752
|
+
},
|
|
753
|
+
"resonator": {
|
|
754
|
+
"depletion_time": 2500,
|
|
755
|
+
"confusion_matrix": [
|
|
756
|
+
[
|
|
757
|
+
0.833,
|
|
758
|
+
0.167
|
|
759
|
+
],
|
|
760
|
+
[
|
|
761
|
+
0.14,
|
|
762
|
+
0.86
|
|
763
|
+
]
|
|
764
|
+
],
|
|
765
|
+
"GEF_frequency_shift": 50000,
|
|
766
|
+
"gef_centers": [
|
|
767
|
+
[
|
|
768
|
+
-0.0006039711786976374,
|
|
769
|
+
-0.00034622816809817445
|
|
770
|
+
],
|
|
771
|
+
[
|
|
772
|
+
-0.00022085745468647036,
|
|
773
|
+
-0.0002134999990034707
|
|
774
|
+
],
|
|
775
|
+
[
|
|
776
|
+
-6.689531750197864e-05,
|
|
777
|
+
-0.00052049626825142
|
|
778
|
+
]
|
|
779
|
+
],
|
|
780
|
+
"gef_confusion_matrix": [
|
|
781
|
+
[
|
|
782
|
+
0.8235,
|
|
783
|
+
0.1355,
|
|
784
|
+
0.041
|
|
785
|
+
],
|
|
786
|
+
[
|
|
787
|
+
0.154,
|
|
788
|
+
0.764,
|
|
789
|
+
0.082
|
|
790
|
+
],
|
|
791
|
+
[
|
|
792
|
+
0.1115,
|
|
793
|
+
0.17,
|
|
794
|
+
0.7185
|
|
795
|
+
]
|
|
796
|
+
],
|
|
797
|
+
"operations": {
|
|
798
|
+
"readout": {
|
|
799
|
+
"length": 1500,
|
|
800
|
+
"amplitude": 0.01700491770026253,
|
|
801
|
+
"threshold": -0.0003154761337455237,
|
|
802
|
+
"rus_exit_threshold": -0.0005732433857979782,
|
|
803
|
+
"integration_weights_angle": -575.7219156239314,
|
|
804
|
+
"__class__": "quam.components.pulses.SquareReadoutPulse"
|
|
805
|
+
},
|
|
806
|
+
"const": {
|
|
807
|
+
"length": 100,
|
|
808
|
+
"amplitude": 0.125,
|
|
809
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
810
|
+
}
|
|
811
|
+
},
|
|
812
|
+
"intermediate_frequency": 86049697,
|
|
813
|
+
"opx_input_I": "#/wiring/qubits/q2/rr/opx_input_I",
|
|
814
|
+
"opx_input_Q": "#/wiring/qubits/q2/rr/opx_input_Q",
|
|
815
|
+
"time_of_flight": 296,
|
|
816
|
+
"opx_input_offset_I": 0.0,
|
|
817
|
+
"opx_input_offset_Q": 0.0,
|
|
818
|
+
"input_gain": 10,
|
|
819
|
+
"frequency_converter_down": "#/wiring/qubits/q2/rr/frequency_converter_down",
|
|
820
|
+
"opx_output_I": "#/wiring/qubits/q2/rr/opx_output_I",
|
|
821
|
+
"opx_output_Q": "#/wiring/qubits/q2/rr/opx_output_Q",
|
|
822
|
+
"frequency_converter_up": "#/wiring/qubits/q2/rr/frequency_converter_up"
|
|
823
|
+
},
|
|
824
|
+
"anharmonicity": 205500000,
|
|
825
|
+
"freq_vs_flux_01_quad_term": -23427264013.63086,
|
|
826
|
+
"T1": 4.589418554059009e-05,
|
|
827
|
+
"T2ramsey": 1.2504728998912117e-05,
|
|
828
|
+
"phi0_current": 37.24650662137818,
|
|
829
|
+
"phi0_voltage": 0.7449301324275637,
|
|
830
|
+
"GEF_frequency_shift": 200000,
|
|
831
|
+
"chi": -200000.0,
|
|
832
|
+
"grid_location": "1,1"
|
|
833
|
+
},
|
|
834
|
+
"q3": {
|
|
835
|
+
"id": "q3",
|
|
836
|
+
"xy": {
|
|
837
|
+
"operations": {
|
|
838
|
+
"x180_DragCosine": {
|
|
839
|
+
"length": 32,
|
|
840
|
+
"digital_marker": "ON",
|
|
841
|
+
"axis_angle": 0,
|
|
842
|
+
"amplitude": 0.23486331394014773,
|
|
843
|
+
"alpha": 0.0051871539720758945,
|
|
844
|
+
"anharmonicity": "#/qubits/q3/anharmonicity",
|
|
845
|
+
"detuning": 200000.0,
|
|
846
|
+
"__class__": "quam.components.pulses.DragCosinePulse"
|
|
847
|
+
},
|
|
848
|
+
"x90_DragCosine": {
|
|
849
|
+
"length": "#../x180_DragCosine/length",
|
|
850
|
+
"digital_marker": "ON",
|
|
851
|
+
"axis_angle": 0,
|
|
852
|
+
"amplitude": 0.11743165697007386,
|
|
853
|
+
"alpha": "#../x180_DragCosine/alpha",
|
|
854
|
+
"anharmonicity": "#../x180_DragCosine/anharmonicity",
|
|
855
|
+
"detuning": 100000.0,
|
|
856
|
+
"__class__": "quam.components.pulses.DragCosinePulse"
|
|
857
|
+
},
|
|
858
|
+
"-x90_DragCosine": {
|
|
859
|
+
"length": "#../x180_DragCosine/length",
|
|
860
|
+
"digital_marker": "ON",
|
|
861
|
+
"axis_angle": 3.141592653589793,
|
|
862
|
+
"amplitude": "#../x90_DragCosine/amplitude",
|
|
863
|
+
"alpha": "#../x90_DragCosine/alpha",
|
|
864
|
+
"anharmonicity": "#../x180_DragCosine/anharmonicity",
|
|
865
|
+
"detuning": "#../x90_DragCosine/detuning",
|
|
866
|
+
"__class__": "quam.components.pulses.DragCosinePulse"
|
|
867
|
+
},
|
|
868
|
+
"y180_DragCosine": {
|
|
869
|
+
"length": "#../x180_DragCosine/length",
|
|
870
|
+
"digital_marker": "ON",
|
|
871
|
+
"axis_angle": 1.5707963267948966,
|
|
872
|
+
"amplitude": "#../x180_DragCosine/amplitude",
|
|
873
|
+
"alpha": "#../x180_DragCosine/alpha",
|
|
874
|
+
"anharmonicity": "#../x180_DragCosine/anharmonicity",
|
|
875
|
+
"detuning": "#../x180_DragCosine/detuning",
|
|
876
|
+
"__class__": "quam.components.pulses.DragCosinePulse"
|
|
877
|
+
},
|
|
878
|
+
"y90_DragCosine": {
|
|
879
|
+
"length": "#../x90_DragCosine/length",
|
|
880
|
+
"digital_marker": "ON",
|
|
881
|
+
"axis_angle": 1.5707963267948966,
|
|
882
|
+
"amplitude": "#../x90_DragCosine/amplitude",
|
|
883
|
+
"alpha": "#../x90_DragCosine/alpha",
|
|
884
|
+
"anharmonicity": "#../x180_DragCosine/anharmonicity",
|
|
885
|
+
"detuning": "#../x90_DragCosine/detuning",
|
|
886
|
+
"__class__": "quam.components.pulses.DragCosinePulse"
|
|
887
|
+
},
|
|
888
|
+
"-y90_DragCosine": {
|
|
889
|
+
"length": "#../x180_DragCosine/length",
|
|
890
|
+
"digital_marker": "ON",
|
|
891
|
+
"axis_angle": -1.5707963267948966,
|
|
892
|
+
"amplitude": "#../x90_DragCosine/amplitude",
|
|
893
|
+
"alpha": "#../x90_DragCosine/alpha",
|
|
894
|
+
"anharmonicity": "#../x180_DragCosine/anharmonicity",
|
|
895
|
+
"detuning": "#../x90_DragCosine/detuning",
|
|
896
|
+
"__class__": "quam.components.pulses.DragCosinePulse"
|
|
897
|
+
},
|
|
898
|
+
"x180_Square": {
|
|
899
|
+
"length": 100,
|
|
900
|
+
"digital_marker": "ON",
|
|
901
|
+
"amplitude": 0.25,
|
|
902
|
+
"axis_angle": 0,
|
|
903
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
904
|
+
},
|
|
905
|
+
"x90_Square": {
|
|
906
|
+
"length": "#../x180_Square/length",
|
|
907
|
+
"digital_marker": "ON",
|
|
908
|
+
"amplitude": 0.125,
|
|
909
|
+
"axis_angle": 0,
|
|
910
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
911
|
+
},
|
|
912
|
+
"-x90_Square": {
|
|
913
|
+
"length": "#../x180_Square/length",
|
|
914
|
+
"digital_marker": "ON",
|
|
915
|
+
"amplitude": -0.125,
|
|
916
|
+
"axis_angle": 0,
|
|
917
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
918
|
+
},
|
|
919
|
+
"y180_Square": {
|
|
920
|
+
"length": "#../x180_Square/length",
|
|
921
|
+
"digital_marker": "ON",
|
|
922
|
+
"amplitude": 0.25,
|
|
923
|
+
"axis_angle": 90,
|
|
924
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
925
|
+
},
|
|
926
|
+
"y90_Square": {
|
|
927
|
+
"length": "#../x180_Square/length",
|
|
928
|
+
"digital_marker": "ON",
|
|
929
|
+
"amplitude": 0.125,
|
|
930
|
+
"axis_angle": 90,
|
|
931
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
932
|
+
},
|
|
933
|
+
"-y90_Square": {
|
|
934
|
+
"length": "#../x180_Square/length",
|
|
935
|
+
"digital_marker": "ON",
|
|
936
|
+
"amplitude": -0.125,
|
|
937
|
+
"axis_angle": 90,
|
|
938
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
939
|
+
},
|
|
940
|
+
"x180": "#./x180_DragCosine",
|
|
941
|
+
"x90": "#./x90_DragCosine",
|
|
942
|
+
"-x90": "#./-x90_DragCosine",
|
|
943
|
+
"y180": "#./y180_DragCosine",
|
|
944
|
+
"y90": "#./y90_DragCosine",
|
|
945
|
+
"-y90": "#./-y90_DragCosine",
|
|
946
|
+
"saturation": {
|
|
947
|
+
"length": 20000,
|
|
948
|
+
"digital_marker": "ON",
|
|
949
|
+
"amplitude": 0.045460199237951644,
|
|
950
|
+
"axis_angle": 0,
|
|
951
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
952
|
+
},
|
|
953
|
+
"EF_x180": {
|
|
954
|
+
"length": 32,
|
|
955
|
+
"digital_marker": "ON",
|
|
956
|
+
"axis_angle": 0,
|
|
957
|
+
"amplitude": 0.23132141887874125,
|
|
958
|
+
"alpha": 0.0051871539720758945,
|
|
959
|
+
"anharmonicity": 190500000,
|
|
960
|
+
"__class__": "quam.components.pulses.DragCosinePulse"
|
|
961
|
+
}
|
|
962
|
+
},
|
|
963
|
+
"intermediate_frequency": -208703812.01330844,
|
|
964
|
+
"opx_output_I": "#/wiring/qubits/q3/xy/opx_output_I",
|
|
965
|
+
"opx_output_Q": "#/wiring/qubits/q3/xy/opx_output_Q",
|
|
966
|
+
"frequency_converter_up": "#/wiring/qubits/q3/xy/frequency_converter_up"
|
|
967
|
+
},
|
|
968
|
+
"z": {
|
|
969
|
+
"operations": {
|
|
970
|
+
"const": {
|
|
971
|
+
"length": 100,
|
|
972
|
+
"amplitude": 0.1,
|
|
973
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
974
|
+
},
|
|
975
|
+
"z0": {
|
|
976
|
+
"length": 32,
|
|
977
|
+
"amplitude": 0.0,
|
|
978
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
979
|
+
},
|
|
980
|
+
"z90": {
|
|
981
|
+
"length": 32,
|
|
982
|
+
"amplitude": 0.017082128579887525,
|
|
983
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
984
|
+
},
|
|
985
|
+
"z180": {
|
|
986
|
+
"length": 32,
|
|
987
|
+
"amplitude": 0.024423513468908666,
|
|
988
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
989
|
+
},
|
|
990
|
+
"-z90": {
|
|
991
|
+
"length": 32,
|
|
992
|
+
"amplitude": 0.029587114601789588,
|
|
993
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
994
|
+
}
|
|
995
|
+
},
|
|
996
|
+
"opx_output": "#/wiring/qubits/q3/z/opx_output",
|
|
997
|
+
"joint_offset": -0.03522669023296579
|
|
998
|
+
},
|
|
999
|
+
"resonator": {
|
|
1000
|
+
"depletion_time": 2500,
|
|
1001
|
+
"confusion_matrix": [
|
|
1002
|
+
[
|
|
1003
|
+
0.898,
|
|
1004
|
+
0.102
|
|
1005
|
+
],
|
|
1006
|
+
[
|
|
1007
|
+
0.109,
|
|
1008
|
+
0.891
|
|
1009
|
+
]
|
|
1010
|
+
],
|
|
1011
|
+
"GEF_frequency_shift": 50000,
|
|
1012
|
+
"gef_centers": [
|
|
1013
|
+
[
|
|
1014
|
+
-0.0005711578237773225,
|
|
1015
|
+
-0.0009945559515008736
|
|
1016
|
+
],
|
|
1017
|
+
[
|
|
1018
|
+
5.651113323561627e-05,
|
|
1019
|
+
-0.0007864840043143014
|
|
1020
|
+
],
|
|
1021
|
+
[
|
|
1022
|
+
0.00041008148239003397,
|
|
1023
|
+
-0.0011244386618183444
|
|
1024
|
+
]
|
|
1025
|
+
],
|
|
1026
|
+
"gef_confusion_matrix": [
|
|
1027
|
+
[
|
|
1028
|
+
0.9375,
|
|
1029
|
+
0.058,
|
|
1030
|
+
0.0045
|
|
1031
|
+
],
|
|
1032
|
+
[
|
|
1033
|
+
0.104,
|
|
1034
|
+
0.8745,
|
|
1035
|
+
0.0215
|
|
1036
|
+
],
|
|
1037
|
+
[
|
|
1038
|
+
0.0705,
|
|
1039
|
+
0.137,
|
|
1040
|
+
0.7925
|
|
1041
|
+
]
|
|
1042
|
+
],
|
|
1043
|
+
"operations": {
|
|
1044
|
+
"readout": {
|
|
1045
|
+
"length": 1500,
|
|
1046
|
+
"amplitude": 0.04826767485375295,
|
|
1047
|
+
"threshold": -0.0001324019570827302,
|
|
1048
|
+
"rus_exit_threshold": -0.00048765086363968224,
|
|
1049
|
+
"integration_weights_angle": -564.5613551586204,
|
|
1050
|
+
"__class__": "quam.components.pulses.SquareReadoutPulse"
|
|
1051
|
+
},
|
|
1052
|
+
"const": {
|
|
1053
|
+
"length": 100,
|
|
1054
|
+
"amplitude": 0.125,
|
|
1055
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
1056
|
+
}
|
|
1057
|
+
},
|
|
1058
|
+
"intermediate_frequency": 263900000,
|
|
1059
|
+
"opx_input_I": "#/wiring/qubits/q3/rr/opx_input_I",
|
|
1060
|
+
"opx_input_Q": "#/wiring/qubits/q3/rr/opx_input_Q",
|
|
1061
|
+
"time_of_flight": 296,
|
|
1062
|
+
"opx_input_offset_I": 0.0,
|
|
1063
|
+
"opx_input_offset_Q": 0.0,
|
|
1064
|
+
"input_gain": 10,
|
|
1065
|
+
"frequency_converter_down": "#/wiring/qubits/q3/rr/frequency_converter_down",
|
|
1066
|
+
"opx_output_I": "#/wiring/qubits/q3/rr/opx_output_I",
|
|
1067
|
+
"opx_output_Q": "#/wiring/qubits/q3/rr/opx_output_Q",
|
|
1068
|
+
"frequency_converter_up": "#/wiring/qubits/q3/rr/frequency_converter_up"
|
|
1069
|
+
},
|
|
1070
|
+
"anharmonicity": 199500000,
|
|
1071
|
+
"freq_vs_flux_01_quad_term": -25844077306.14595,
|
|
1072
|
+
"T1": 3.432181658112503e-05,
|
|
1073
|
+
"T2ramsey": 5.708782359564441e-06,
|
|
1074
|
+
"phi0_current": 42.229720068471536,
|
|
1075
|
+
"phi0_voltage": 0.8445944013694308,
|
|
1076
|
+
"GEF_frequency_shift": 50000,
|
|
1077
|
+
"chi": -150000.0,
|
|
1078
|
+
"grid_location": "0,0"
|
|
1079
|
+
},
|
|
1080
|
+
"q4": {
|
|
1081
|
+
"id": "q4",
|
|
1082
|
+
"xy": {
|
|
1083
|
+
"operations": {
|
|
1084
|
+
"x180_DragCosine": {
|
|
1085
|
+
"length": 32,
|
|
1086
|
+
"digital_marker": "ON",
|
|
1087
|
+
"axis_angle": 0,
|
|
1088
|
+
"amplitude": 0.17535708011937895,
|
|
1089
|
+
"alpha": -1.815213890059611,
|
|
1090
|
+
"anharmonicity": "#/qubits/q4/anharmonicity",
|
|
1091
|
+
"detuning": -100000.0,
|
|
1092
|
+
"__class__": "quam.components.pulses.DragCosinePulse"
|
|
1093
|
+
},
|
|
1094
|
+
"x90_DragCosine": {
|
|
1095
|
+
"length": "#../x180_DragCosine/length",
|
|
1096
|
+
"digital_marker": "ON",
|
|
1097
|
+
"axis_angle": 0,
|
|
1098
|
+
"amplitude": 0.08767854005968947,
|
|
1099
|
+
"alpha": "#../x180_DragCosine/alpha",
|
|
1100
|
+
"anharmonicity": "#../x180_DragCosine/anharmonicity",
|
|
1101
|
+
"detuning": 500000.0,
|
|
1102
|
+
"__class__": "quam.components.pulses.DragCosinePulse"
|
|
1103
|
+
},
|
|
1104
|
+
"-x90_DragCosine": {
|
|
1105
|
+
"length": "#../x180_DragCosine/length",
|
|
1106
|
+
"digital_marker": "ON",
|
|
1107
|
+
"axis_angle": 3.141592653589793,
|
|
1108
|
+
"amplitude": "#../x90_DragCosine/amplitude",
|
|
1109
|
+
"alpha": "#../x90_DragCosine/alpha",
|
|
1110
|
+
"anharmonicity": "#../x180_DragCosine/anharmonicity",
|
|
1111
|
+
"detuning": "#../x90_DragCosine/detuning",
|
|
1112
|
+
"__class__": "quam.components.pulses.DragCosinePulse"
|
|
1113
|
+
},
|
|
1114
|
+
"y180_DragCosine": {
|
|
1115
|
+
"length": "#../x180_DragCosine/length",
|
|
1116
|
+
"digital_marker": "ON",
|
|
1117
|
+
"axis_angle": 1.5707963267948966,
|
|
1118
|
+
"amplitude": "#../x180_DragCosine/amplitude",
|
|
1119
|
+
"alpha": "#../x180_DragCosine/alpha",
|
|
1120
|
+
"anharmonicity": "#../x180_DragCosine/anharmonicity",
|
|
1121
|
+
"detuning": "#../x180_DragCosine/detuning",
|
|
1122
|
+
"__class__": "quam.components.pulses.DragCosinePulse"
|
|
1123
|
+
},
|
|
1124
|
+
"y90_DragCosine": {
|
|
1125
|
+
"length": "#../x90_DragCosine/length",
|
|
1126
|
+
"digital_marker": "ON",
|
|
1127
|
+
"axis_angle": 1.5707963267948966,
|
|
1128
|
+
"amplitude": "#../x90_DragCosine/amplitude",
|
|
1129
|
+
"alpha": "#../x90_DragCosine/alpha",
|
|
1130
|
+
"anharmonicity": "#../x180_DragCosine/anharmonicity",
|
|
1131
|
+
"detuning": "#../x90_DragCosine/detuning",
|
|
1132
|
+
"__class__": "quam.components.pulses.DragCosinePulse"
|
|
1133
|
+
},
|
|
1134
|
+
"-y90_DragCosine": {
|
|
1135
|
+
"length": "#../x180_DragCosine/length",
|
|
1136
|
+
"digital_marker": "ON",
|
|
1137
|
+
"axis_angle": -1.5707963267948966,
|
|
1138
|
+
"amplitude": "#../x90_DragCosine/amplitude",
|
|
1139
|
+
"alpha": "#../x90_DragCosine/alpha",
|
|
1140
|
+
"anharmonicity": "#../x180_DragCosine/anharmonicity",
|
|
1141
|
+
"detuning": "#../x90_DragCosine/detuning",
|
|
1142
|
+
"__class__": "quam.components.pulses.DragCosinePulse"
|
|
1143
|
+
},
|
|
1144
|
+
"x180_Square": {
|
|
1145
|
+
"length": 100,
|
|
1146
|
+
"digital_marker": "ON",
|
|
1147
|
+
"amplitude": 0.25,
|
|
1148
|
+
"axis_angle": 0,
|
|
1149
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
1150
|
+
},
|
|
1151
|
+
"x90_Square": {
|
|
1152
|
+
"length": "#../x180_Square/length",
|
|
1153
|
+
"digital_marker": "ON",
|
|
1154
|
+
"amplitude": 0.125,
|
|
1155
|
+
"axis_angle": 0,
|
|
1156
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
1157
|
+
},
|
|
1158
|
+
"-x90_Square": {
|
|
1159
|
+
"length": "#../x180_Square/length",
|
|
1160
|
+
"digital_marker": "ON",
|
|
1161
|
+
"amplitude": -0.125,
|
|
1162
|
+
"axis_angle": 0,
|
|
1163
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
1164
|
+
},
|
|
1165
|
+
"y180_Square": {
|
|
1166
|
+
"length": "#../x180_Square/length",
|
|
1167
|
+
"digital_marker": "ON",
|
|
1168
|
+
"amplitude": 0.25,
|
|
1169
|
+
"axis_angle": 90,
|
|
1170
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
1171
|
+
},
|
|
1172
|
+
"y90_Square": {
|
|
1173
|
+
"length": "#../x180_Square/length",
|
|
1174
|
+
"digital_marker": "ON",
|
|
1175
|
+
"amplitude": 0.125,
|
|
1176
|
+
"axis_angle": 90,
|
|
1177
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
1178
|
+
},
|
|
1179
|
+
"-y90_Square": {
|
|
1180
|
+
"length": "#../x180_Square/length",
|
|
1181
|
+
"digital_marker": "ON",
|
|
1182
|
+
"amplitude": -0.125,
|
|
1183
|
+
"axis_angle": 90,
|
|
1184
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
1185
|
+
},
|
|
1186
|
+
"x180": "#./x180_DragCosine",
|
|
1187
|
+
"x90": "#./x90_DragCosine",
|
|
1188
|
+
"-x90": "#./-x90_DragCosine",
|
|
1189
|
+
"y180": "#./y180_DragCosine",
|
|
1190
|
+
"y90": "#./y90_DragCosine",
|
|
1191
|
+
"-y90": "#./-y90_DragCosine",
|
|
1192
|
+
"saturation": {
|
|
1193
|
+
"length": 20000,
|
|
1194
|
+
"digital_marker": "ON",
|
|
1195
|
+
"amplitude": 0.031972013720578944,
|
|
1196
|
+
"axis_angle": 0,
|
|
1197
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
1198
|
+
},
|
|
1199
|
+
"EF_x180": {
|
|
1200
|
+
"length": 32,
|
|
1201
|
+
"digital_marker": "ON",
|
|
1202
|
+
"axis_angle": 0,
|
|
1203
|
+
"amplitude": 0.11402244585132996,
|
|
1204
|
+
"alpha": -1.815213890059611,
|
|
1205
|
+
"anharmonicity": 197000000,
|
|
1206
|
+
"__class__": "quam.components.pulses.DragCosinePulse"
|
|
1207
|
+
}
|
|
1208
|
+
},
|
|
1209
|
+
"intermediate_frequency": 194509116.52038467,
|
|
1210
|
+
"opx_output_I": "#/wiring/qubits/q4/xy/opx_output_I",
|
|
1211
|
+
"opx_output_Q": "#/wiring/qubits/q4/xy/opx_output_Q",
|
|
1212
|
+
"frequency_converter_up": "#/wiring/qubits/q4/xy/frequency_converter_up"
|
|
1213
|
+
},
|
|
1214
|
+
"z": {
|
|
1215
|
+
"operations": {
|
|
1216
|
+
"const": {
|
|
1217
|
+
"length": 100,
|
|
1218
|
+
"amplitude": 0.1,
|
|
1219
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
1220
|
+
},
|
|
1221
|
+
"z0": {
|
|
1222
|
+
"length": 32,
|
|
1223
|
+
"amplitude": 0.0,
|
|
1224
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
1225
|
+
},
|
|
1226
|
+
"z90": {
|
|
1227
|
+
"length": 32,
|
|
1228
|
+
"amplitude": 0.01641529544165795,
|
|
1229
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
1230
|
+
},
|
|
1231
|
+
"z180": {
|
|
1232
|
+
"length": 32,
|
|
1233
|
+
"amplitude": 0.02323794817739788,
|
|
1234
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
1235
|
+
},
|
|
1236
|
+
"-z90": {
|
|
1237
|
+
"length": 32,
|
|
1238
|
+
"amplitude": 0.028432125726205362,
|
|
1239
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
1240
|
+
}
|
|
1241
|
+
},
|
|
1242
|
+
"opx_output": "#/wiring/qubits/q4/z/opx_output",
|
|
1243
|
+
"joint_offset": -0.03182497810768545
|
|
1244
|
+
},
|
|
1245
|
+
"resonator": {
|
|
1246
|
+
"depletion_time": 2500,
|
|
1247
|
+
"confusion_matrix": [
|
|
1248
|
+
[
|
|
1249
|
+
0.939,
|
|
1250
|
+
0.061
|
|
1251
|
+
],
|
|
1252
|
+
[
|
|
1253
|
+
0.095,
|
|
1254
|
+
0.905
|
|
1255
|
+
]
|
|
1256
|
+
],
|
|
1257
|
+
"GEF_frequency_shift": 250000,
|
|
1258
|
+
"gef_centers": [
|
|
1259
|
+
[
|
|
1260
|
+
-0.0008101372230542424,
|
|
1261
|
+
0.0012410043094485668
|
|
1262
|
+
],
|
|
1263
|
+
[
|
|
1264
|
+
-0.00024572190055991447,
|
|
1265
|
+
0.001007106292433548
|
|
1266
|
+
],
|
|
1267
|
+
[
|
|
1268
|
+
-0.00025271002569064494,
|
|
1269
|
+
0.00046645630727897724
|
|
1270
|
+
]
|
|
1271
|
+
],
|
|
1272
|
+
"gef_confusion_matrix": [
|
|
1273
|
+
[
|
|
1274
|
+
0.792,
|
|
1275
|
+
0.0925,
|
|
1276
|
+
0.1155
|
|
1277
|
+
],
|
|
1278
|
+
[
|
|
1279
|
+
0.2225,
|
|
1280
|
+
0.64,
|
|
1281
|
+
0.1375
|
|
1282
|
+
],
|
|
1283
|
+
[
|
|
1284
|
+
0.229,
|
|
1285
|
+
0.1725,
|
|
1286
|
+
0.5985
|
|
1287
|
+
]
|
|
1288
|
+
],
|
|
1289
|
+
"operations": {
|
|
1290
|
+
"readout": {
|
|
1291
|
+
"length": 1500,
|
|
1292
|
+
"amplitude": 0.04596610169491525,
|
|
1293
|
+
"threshold": -0.0009058061656996368,
|
|
1294
|
+
"rus_exit_threshold": -0.0011162055726937296,
|
|
1295
|
+
"integration_weights_angle": -505.9013741378774,
|
|
1296
|
+
"__class__": "quam.components.pulses.SquareReadoutPulse"
|
|
1297
|
+
},
|
|
1298
|
+
"const": {
|
|
1299
|
+
"length": 100,
|
|
1300
|
+
"amplitude": 0.125,
|
|
1301
|
+
"__class__": "quam.components.pulses.SquarePulse"
|
|
1302
|
+
}
|
|
1303
|
+
},
|
|
1304
|
+
"intermediate_frequency": -225800000,
|
|
1305
|
+
"opx_input_I": "#/wiring/qubits/q4/rr/opx_input_I",
|
|
1306
|
+
"opx_input_Q": "#/wiring/qubits/q4/rr/opx_input_Q",
|
|
1307
|
+
"time_of_flight": 296,
|
|
1308
|
+
"opx_input_offset_I": 0.0,
|
|
1309
|
+
"opx_input_offset_Q": 0.0,
|
|
1310
|
+
"input_gain": 10,
|
|
1311
|
+
"frequency_converter_down": "#/wiring/qubits/q4/rr/frequency_converter_down",
|
|
1312
|
+
"opx_output_I": "#/wiring/qubits/q4/rr/opx_output_I",
|
|
1313
|
+
"opx_output_Q": "#/wiring/qubits/q4/rr/opx_output_Q",
|
|
1314
|
+
"frequency_converter_up": "#/wiring/qubits/q4/rr/frequency_converter_up"
|
|
1315
|
+
},
|
|
1316
|
+
"anharmonicity": 208000000,
|
|
1317
|
+
"freq_vs_flux_01_quad_term": -19084791753.74047,
|
|
1318
|
+
"T1": 4.106197470698975e-05,
|
|
1319
|
+
"T2ramsey": 8.566913140559158e-06,
|
|
1320
|
+
"phi0_current": 42.185449982477124,
|
|
1321
|
+
"phi0_voltage": 0.8437089996495425,
|
|
1322
|
+
"GEF_frequency_shift": 450000,
|
|
1323
|
+
"chi": -150000.0,
|
|
1324
|
+
"grid_location": "2,0"
|
|
1325
|
+
}
|
|
1326
|
+
},
|
|
1327
|
+
"qubit_pairs": {
|
|
1328
|
+
"q0-q2": {
|
|
1329
|
+
"id": "q0-q2",
|
|
1330
|
+
"qubit_control": "#/qubits/q2",
|
|
1331
|
+
"qubit_target": "#/qubits/q0",
|
|
1332
|
+
"gates": {
|
|
1333
|
+
"Cz_unipolar": {
|
|
1334
|
+
"flux_pulse_control": {
|
|
1335
|
+
"length": 40,
|
|
1336
|
+
"id": "flux_pulse_control_q0",
|
|
1337
|
+
"amplitude": 0.1447987929178504,
|
|
1338
|
+
"zero_padding": 1,
|
|
1339
|
+
"__class__": "quam_libs.lib.pulses.FluxPulse"
|
|
1340
|
+
},
|
|
1341
|
+
"phase_shift_control": 0.22277788126527664,
|
|
1342
|
+
"phase_shift_target": 0.9296629162468674,
|
|
1343
|
+
"__class__": "quam_libs.components.gates.two_qubit_gates.CZGate"
|
|
1344
|
+
},
|
|
1345
|
+
"Cz": "#./Cz_unipolar"
|
|
1346
|
+
},
|
|
1347
|
+
"J2": 12725007.511714775,
|
|
1348
|
+
"detuning": 491681438.4104789,
|
|
1349
|
+
"confusion": [
|
|
1350
|
+
[
|
|
1351
|
+
0.85,
|
|
1352
|
+
0.262,
|
|
1353
|
+
0.2795,
|
|
1354
|
+
0.09
|
|
1355
|
+
],
|
|
1356
|
+
[
|
|
1357
|
+
0.105,
|
|
1358
|
+
0.7055,
|
|
1359
|
+
0.031,
|
|
1360
|
+
0.2365
|
|
1361
|
+
],
|
|
1362
|
+
[
|
|
1363
|
+
0.037,
|
|
1364
|
+
0.0095,
|
|
1365
|
+
0.6285,
|
|
1366
|
+
0.208
|
|
1367
|
+
],
|
|
1368
|
+
[
|
|
1369
|
+
0.008,
|
|
1370
|
+
0.023,
|
|
1371
|
+
0.061,
|
|
1372
|
+
0.4655
|
|
1373
|
+
]
|
|
1374
|
+
]
|
|
1375
|
+
},
|
|
1376
|
+
"q1-q2": {
|
|
1377
|
+
"id": "q1-q2",
|
|
1378
|
+
"qubit_control": "#/qubits/q2",
|
|
1379
|
+
"qubit_target": "#/qubits/q1",
|
|
1380
|
+
"gates": {
|
|
1381
|
+
"Cz_unipolar": {
|
|
1382
|
+
"flux_pulse_control": {
|
|
1383
|
+
"length": 40,
|
|
1384
|
+
"id": "flux_pulse_control_qubit2",
|
|
1385
|
+
"amplitude": 0.1335953567882765,
|
|
1386
|
+
"zero_padding": 2,
|
|
1387
|
+
"__class__": "quam_libs.lib.pulses.FluxPulse"
|
|
1388
|
+
},
|
|
1389
|
+
"phase_shift_control": 0.5844294276463575,
|
|
1390
|
+
"phase_shift_target": 0.6695339783651553,
|
|
1391
|
+
"__class__": "quam_libs.components.gates.two_qubit_gates.CZGate"
|
|
1392
|
+
},
|
|
1393
|
+
"Cz": "#./Cz_unipolar"
|
|
1394
|
+
},
|
|
1395
|
+
"J2": 13047468.819394197,
|
|
1396
|
+
"detuning": 417042557.56510586,
|
|
1397
|
+
"confusion": [
|
|
1398
|
+
[
|
|
1399
|
+
0.9245,
|
|
1400
|
+
0.6495,
|
|
1401
|
+
0.309,
|
|
1402
|
+
0.2025
|
|
1403
|
+
],
|
|
1404
|
+
[
|
|
1405
|
+
0.04,
|
|
1406
|
+
0.3215,
|
|
1407
|
+
0.0115,
|
|
1408
|
+
0.0985
|
|
1409
|
+
],
|
|
1410
|
+
[
|
|
1411
|
+
0.0335,
|
|
1412
|
+
0.016,
|
|
1413
|
+
0.657,
|
|
1414
|
+
0.489
|
|
1415
|
+
],
|
|
1416
|
+
[
|
|
1417
|
+
0.002,
|
|
1418
|
+
0.013,
|
|
1419
|
+
0.0225,
|
|
1420
|
+
0.21
|
|
1421
|
+
]
|
|
1422
|
+
]
|
|
1423
|
+
},
|
|
1424
|
+
"q2-q3": {
|
|
1425
|
+
"id": "q2-q3",
|
|
1426
|
+
"qubit_control": "#/qubits/q3",
|
|
1427
|
+
"qubit_target": "#/qubits/q2",
|
|
1428
|
+
"gates": {
|
|
1429
|
+
"Cz_unipolar": {
|
|
1430
|
+
"flux_pulse_control": {
|
|
1431
|
+
"length": 44,
|
|
1432
|
+
"id": "flux_pulse_control_q2",
|
|
1433
|
+
"amplitude": 0.12993085620933373,
|
|
1434
|
+
"zero_padding": 4,
|
|
1435
|
+
"__class__": "quam_libs.lib.pulses.FluxPulse"
|
|
1436
|
+
},
|
|
1437
|
+
"phase_shift_control": 0.9076464404156314,
|
|
1438
|
+
"phase_shift_target": 0.9630658717123215,
|
|
1439
|
+
"__class__": "quam_libs.components.gates.two_qubit_gates.CZGate"
|
|
1440
|
+
},
|
|
1441
|
+
"Cz": "#./Cz_unipolar"
|
|
1442
|
+
},
|
|
1443
|
+
"J2": 12339187.34845498,
|
|
1444
|
+
"detuning": 432460109.561529,
|
|
1445
|
+
"confusion": [
|
|
1446
|
+
[
|
|
1447
|
+
0.9415,
|
|
1448
|
+
0.3,
|
|
1449
|
+
0.1625,
|
|
1450
|
+
0.048
|
|
1451
|
+
],
|
|
1452
|
+
[
|
|
1453
|
+
0.0305,
|
|
1454
|
+
0.6805,
|
|
1455
|
+
0.009,
|
|
1456
|
+
0.1185
|
|
1457
|
+
],
|
|
1458
|
+
[
|
|
1459
|
+
0.026,
|
|
1460
|
+
0.008,
|
|
1461
|
+
0.802,
|
|
1462
|
+
0.2475
|
|
1463
|
+
],
|
|
1464
|
+
[
|
|
1465
|
+
0.002,
|
|
1466
|
+
0.0115,
|
|
1467
|
+
0.0265,
|
|
1468
|
+
0.586
|
|
1469
|
+
]
|
|
1470
|
+
]
|
|
1471
|
+
},
|
|
1472
|
+
"q2-q4": {
|
|
1473
|
+
"id": "q2-q4",
|
|
1474
|
+
"qubit_control": "#/qubits/q4",
|
|
1475
|
+
"qubit_target": "#/qubits/q2",
|
|
1476
|
+
"gates": {
|
|
1477
|
+
"Cz_unipolar": {
|
|
1478
|
+
"flux_pulse_control": {
|
|
1479
|
+
"length": 40,
|
|
1480
|
+
"id": "flux_pulse_control_q2",
|
|
1481
|
+
"amplitude": 0.18164959833828645,
|
|
1482
|
+
"zero_padding": 2,
|
|
1483
|
+
"__class__": "quam_libs.lib.pulses.FluxPulse"
|
|
1484
|
+
},
|
|
1485
|
+
"phase_shift_control": 0.9423996859126059,
|
|
1486
|
+
"phase_shift_target": 0.9751877906165498,
|
|
1487
|
+
"__class__": "quam_libs.components.gates.two_qubit_gates.CZGate"
|
|
1488
|
+
},
|
|
1489
|
+
"Cz": "#./Cz_unipolar"
|
|
1490
|
+
},
|
|
1491
|
+
"J2": 13152919.917731933,
|
|
1492
|
+
"detuning": 620140938.468497,
|
|
1493
|
+
"confusion": [
|
|
1494
|
+
[
|
|
1495
|
+
0.763,
|
|
1496
|
+
0.273,
|
|
1497
|
+
0.7685,
|
|
1498
|
+
0.2145
|
|
1499
|
+
],
|
|
1500
|
+
[
|
|
1501
|
+
0.034,
|
|
1502
|
+
0.631,
|
|
1503
|
+
0.029,
|
|
1504
|
+
0.488
|
|
1505
|
+
],
|
|
1506
|
+
[
|
|
1507
|
+
0.194,
|
|
1508
|
+
0.0305,
|
|
1509
|
+
0.1955,
|
|
1510
|
+
0.094
|
|
1511
|
+
],
|
|
1512
|
+
[
|
|
1513
|
+
0.009,
|
|
1514
|
+
0.0655,
|
|
1515
|
+
0.007,
|
|
1516
|
+
0.2035
|
|
1517
|
+
]
|
|
1518
|
+
]
|
|
1519
|
+
}
|
|
1520
|
+
},
|
|
1521
|
+
"active_qubit_names": [
|
|
1522
|
+
"q0",
|
|
1523
|
+
"q1",
|
|
1524
|
+
"q2",
|
|
1525
|
+
"q3",
|
|
1526
|
+
"q4"
|
|
1527
|
+
],
|
|
1528
|
+
"active_qubit_pair_names": [
|
|
1529
|
+
"q0-q2",
|
|
1530
|
+
"q1-q2",
|
|
1531
|
+
"q2-q3",
|
|
1532
|
+
"q2-q4"
|
|
1533
|
+
],
|
|
1534
|
+
"ports": {
|
|
1535
|
+
"analog_outputs": {
|
|
1536
|
+
"con1": {
|
|
1537
|
+
"1": {
|
|
1538
|
+
"controller_id": "con1",
|
|
1539
|
+
"port_id": 1,
|
|
1540
|
+
"__class__": "quam.components.ports.analog_outputs.OPXPlusAnalogOutputPort"
|
|
1541
|
+
},
|
|
1542
|
+
"2": {
|
|
1543
|
+
"controller_id": "con1",
|
|
1544
|
+
"port_id": 2,
|
|
1545
|
+
"__class__": "quam.components.ports.analog_outputs.OPXPlusAnalogOutputPort"
|
|
1546
|
+
},
|
|
1547
|
+
"9": {
|
|
1548
|
+
"controller_id": "con1",
|
|
1549
|
+
"port_id": 9,
|
|
1550
|
+
"__class__": "quam.components.ports.analog_outputs.OPXPlusAnalogOutputPort"
|
|
1551
|
+
},
|
|
1552
|
+
"10": {
|
|
1553
|
+
"controller_id": "con1",
|
|
1554
|
+
"port_id": 10,
|
|
1555
|
+
"__class__": "quam.components.ports.analog_outputs.OPXPlusAnalogOutputPort"
|
|
1556
|
+
},
|
|
1557
|
+
"7": {
|
|
1558
|
+
"controller_id": "con1",
|
|
1559
|
+
"port_id": 7,
|
|
1560
|
+
"__class__": "quam.components.ports.analog_outputs.OPXPlusAnalogOutputPort"
|
|
1561
|
+
},
|
|
1562
|
+
"8": {
|
|
1563
|
+
"controller_id": "con1",
|
|
1564
|
+
"port_id": 8,
|
|
1565
|
+
"__class__": "quam.components.ports.analog_outputs.OPXPlusAnalogOutputPort"
|
|
1566
|
+
},
|
|
1567
|
+
"5": {
|
|
1568
|
+
"controller_id": "con1",
|
|
1569
|
+
"port_id": 5,
|
|
1570
|
+
"__class__": "quam.components.ports.analog_outputs.OPXPlusAnalogOutputPort"
|
|
1571
|
+
},
|
|
1572
|
+
"6": {
|
|
1573
|
+
"controller_id": "con1",
|
|
1574
|
+
"port_id": 6,
|
|
1575
|
+
"__class__": "quam.components.ports.analog_outputs.OPXPlusAnalogOutputPort"
|
|
1576
|
+
},
|
|
1577
|
+
"3": {
|
|
1578
|
+
"controller_id": "con1",
|
|
1579
|
+
"port_id": 3,
|
|
1580
|
+
"__class__": "quam.components.ports.analog_outputs.OPXPlusAnalogOutputPort"
|
|
1581
|
+
},
|
|
1582
|
+
"4": {
|
|
1583
|
+
"controller_id": "con1",
|
|
1584
|
+
"port_id": 4,
|
|
1585
|
+
"__class__": "quam.components.ports.analog_outputs.OPXPlusAnalogOutputPort"
|
|
1586
|
+
}
|
|
1587
|
+
},
|
|
1588
|
+
"con2": {
|
|
1589
|
+
"3": {
|
|
1590
|
+
"controller_id": "con2",
|
|
1591
|
+
"port_id": 3,
|
|
1592
|
+
"__class__": "quam.components.ports.analog_outputs.OPXPlusAnalogOutputPort"
|
|
1593
|
+
},
|
|
1594
|
+
"4": {
|
|
1595
|
+
"controller_id": "con2",
|
|
1596
|
+
"port_id": 4,
|
|
1597
|
+
"__class__": "quam.components.ports.analog_outputs.OPXPlusAnalogOutputPort"
|
|
1598
|
+
},
|
|
1599
|
+
"5": {
|
|
1600
|
+
"controller_id": "con2",
|
|
1601
|
+
"port_id": 5,
|
|
1602
|
+
"crosstalk": {
|
|
1603
|
+
"6": -0.020718111637107916,
|
|
1604
|
+
"7": -0.04436269522501283,
|
|
1605
|
+
"8": -0.014854711105917028,
|
|
1606
|
+
"9": 0.0
|
|
1607
|
+
},
|
|
1608
|
+
"feedforward_filter": [],
|
|
1609
|
+
"feedback_filter": [],
|
|
1610
|
+
"__class__": "quam.components.ports.analog_outputs.OPXPlusAnalogOutputPort"
|
|
1611
|
+
},
|
|
1612
|
+
"6": {
|
|
1613
|
+
"controller_id": "con2",
|
|
1614
|
+
"port_id": 6,
|
|
1615
|
+
"crosstalk": {
|
|
1616
|
+
"5": -0.01519316807618339,
|
|
1617
|
+
"7": -0.05204185502886357,
|
|
1618
|
+
"8": -0.01663764037001517,
|
|
1619
|
+
"9": 0.0
|
|
1620
|
+
},
|
|
1621
|
+
"feedforward_filter": [],
|
|
1622
|
+
"feedback_filter": [],
|
|
1623
|
+
"__class__": "quam.components.ports.analog_outputs.OPXPlusAnalogOutputPort"
|
|
1624
|
+
},
|
|
1625
|
+
"7": {
|
|
1626
|
+
"controller_id": "con2",
|
|
1627
|
+
"port_id": 7,
|
|
1628
|
+
"crosstalk": {
|
|
1629
|
+
"5": -0.021546439127658044,
|
|
1630
|
+
"6": -0.035152988686189816,
|
|
1631
|
+
"8": -0.023608067980049934,
|
|
1632
|
+
"9": 0.0
|
|
1633
|
+
},
|
|
1634
|
+
"feedforward_filter": [],
|
|
1635
|
+
"feedback_filter": [],
|
|
1636
|
+
"__class__": "quam.components.ports.analog_outputs.OPXPlusAnalogOutputPort"
|
|
1637
|
+
},
|
|
1638
|
+
"8": {
|
|
1639
|
+
"controller_id": "con2",
|
|
1640
|
+
"port_id": 8,
|
|
1641
|
+
"crosstalk": {
|
|
1642
|
+
"5": -0.008985705417105801,
|
|
1643
|
+
"6": -0.02154002257961968,
|
|
1644
|
+
"7": -0.04979278852467497,
|
|
1645
|
+
"9": 0.0
|
|
1646
|
+
},
|
|
1647
|
+
"feedforward_filter": [],
|
|
1648
|
+
"feedback_filter": [],
|
|
1649
|
+
"__class__": "quam.components.ports.analog_outputs.OPXPlusAnalogOutputPort"
|
|
1650
|
+
},
|
|
1651
|
+
"1": {
|
|
1652
|
+
"controller_id": "con2",
|
|
1653
|
+
"port_id": 1,
|
|
1654
|
+
"__class__": "quam.components.ports.analog_outputs.OPXPlusAnalogOutputPort"
|
|
1655
|
+
},
|
|
1656
|
+
"2": {
|
|
1657
|
+
"controller_id": "con2",
|
|
1658
|
+
"port_id": 2,
|
|
1659
|
+
"__class__": "quam.components.ports.analog_outputs.OPXPlusAnalogOutputPort"
|
|
1660
|
+
},
|
|
1661
|
+
"9": {
|
|
1662
|
+
"controller_id": "con2",
|
|
1663
|
+
"port_id": 9,
|
|
1664
|
+
"crosstalk": {
|
|
1665
|
+
"5": -0.01018548141509489,
|
|
1666
|
+
"6": -0.015858021969311308,
|
|
1667
|
+
"7": -0.05508554182512948,
|
|
1668
|
+
"8": -0.011560865825304559
|
|
1669
|
+
},
|
|
1670
|
+
"feedforward_filter": [],
|
|
1671
|
+
"feedback_filter": [],
|
|
1672
|
+
"__class__": "quam.components.ports.analog_outputs.OPXPlusAnalogOutputPort"
|
|
1673
|
+
}
|
|
1674
|
+
}
|
|
1675
|
+
},
|
|
1676
|
+
"analog_inputs": {
|
|
1677
|
+
"con1": {
|
|
1678
|
+
"1": {
|
|
1679
|
+
"controller_id": "con1",
|
|
1680
|
+
"port_id": 1,
|
|
1681
|
+
"offset": -0.1063435397135416,
|
|
1682
|
+
"__class__": "quam.components.ports.analog_inputs.OPXPlusAnalogInputPort"
|
|
1683
|
+
},
|
|
1684
|
+
"2": {
|
|
1685
|
+
"controller_id": "con1",
|
|
1686
|
+
"port_id": 2,
|
|
1687
|
+
"offset": -0.08838355989583335,
|
|
1688
|
+
"__class__": "quam.components.ports.analog_inputs.OPXPlusAnalogInputPort"
|
|
1689
|
+
}
|
|
1690
|
+
},
|
|
1691
|
+
"con2": {
|
|
1692
|
+
"1": {
|
|
1693
|
+
"controller_id": "con2",
|
|
1694
|
+
"port_id": 1,
|
|
1695
|
+
"offset": -0.1063435397135416,
|
|
1696
|
+
"__class__": "quam.components.ports.analog_inputs.OPXPlusAnalogInputPort"
|
|
1697
|
+
},
|
|
1698
|
+
"2": {
|
|
1699
|
+
"controller_id": "con2",
|
|
1700
|
+
"port_id": 2,
|
|
1701
|
+
"offset": -0.08838355989583335,
|
|
1702
|
+
"__class__": "quam.components.ports.analog_inputs.OPXPlusAnalogInputPort"
|
|
1703
|
+
}
|
|
1704
|
+
}
|
|
1705
|
+
}
|
|
1706
|
+
},
|
|
1707
|
+
"__class__": "quam_libs.components.quam_root.OPXPlusQuAM"
|
|
1708
|
+
}
|