Skip to content

Commit 1e39331

Browse files
authored
Update rabi.py
1 parent a14b7dd commit 1e39331

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

experiments/rabi.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ def gen_parametric_waveform_circuit(t):
3333

3434
builder = qc.calibrate("rabi_test", [param0])
3535
builder.new_frame("drive_frame", param0)
36-
builder.play("drive_frame", waveforms.CosineDrag(t, 0.2, 0.0, 0.01))
36+
builder.play("drive_frame", waveforms.CosineDrag(t, 0.2, 0.0, 0.0))
3737

3838
builder.build()
39+
qc.add_calibration(builder, ['q[0]']) //'rabi_test q[0]'
3940

4041
tqasm_code = qc.to_tqasm()
4142

0 commit comments

Comments
 (0)