Skip to content

Commit

Permalink
Generate seq instead of returning it
Browse files Browse the repository at this point in the history
consistent with the other BasicSequences
--DR
  • Loading branch information
CoherenceController committed Mar 8, 2016
1 parent 4ba4e51 commit 7c5abe7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion QGL/BasicSequences/Feedback.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,8 @@ def Reset(qubits, measDelay = 1e-6, signVec = None, doubleRound = True, buf = 20
if docals:
seqs += create_cal_seqs(qubits, calRepeats, measChans=measChans, waitcmp=True)

return seqs
fileNames = compile_to_hardware(seqs, 'Reset/Reset')
print(fileNames)

if showPlot:
plot_pulse_files(fileNames)

0 comments on commit 7c5abe7

Please sign in to comment.