Skip to content

Commit

Permalink
Fix Rabi with no cals
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Ristè committed Mar 18, 2019
1 parent 5477c87 commit 956272d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions QGL/BasicSequences/Rabi.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ def RabiAmp_NQubits(qubits,

if docals:
seqs += create_cal_seqs(qubits, calRepeats, measChans=measChans)
else:
calRepeats = 0

axis_descriptor = [
{
Expand Down

0 comments on commit 956272d

Please sign in to comment.