Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Ristè committed May 11, 2020
1 parent 3b0802d commit 032d179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QGL/BasicSequences/RB.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def TwoQubitRB(q1, q2, seqs, meas_qubits=None,

#Tack on the calibration sequences
if add_cals:
seqsBis += create_cal_seqs((q1, q2, 2, measChans = meas_qubits)
seqsBis += create_cal_seqs((q1, q2), 2, measChans = meas_qubits)
axis_descriptor.append(cal_descriptor((q1, q2), 2))

metafile = compile_to_hardware(seqsBis, 'RB/RB', axis_descriptor = axis_descriptor, suffix = suffix, extra_meta = {'sequences':seqs})
Expand Down

0 comments on commit 032d179

Please sign in to comment.