Closed dieris closed 7 years ago
create_cal_seqs doesn't work for single qubits
create_cal_seqs
julia> create_cal_seqs((q1,)) 2-element Array{Array{QGL.PulseBlock,1},1}: QGL.PulseBlock[(Id(q1)),(MEAS(M-q1))⊗(TRIG(digitizerTrig))] QGL.PulseBlock[(Id(q1)),(MEAS(M-q1))⊗(TRIG(digitizerTrig))] julia>
just happened to work for two qubits because then length(qubits) == length(cal_seqs)
length(qubits) == length(cal_seqs)
@dieris you're not supposed to be working so late! I already have a different fix.
@dieris if your happy with my tweaks go ahead and merge this.
create_cal_seqs
doesn't work for single qubitsjust happened to work for two qubits because then
length(qubits) == length(cal_seqs)