BBN-Q/QGL

Marker comes after measurement if they are the same length

Closed this issue · 2 comments

q1.measure_chan.pulse_params['length'] = 1000e-9
q1.measure_chan.trig_chan.pulse_params['length'] = 100e-9
plot_pulse_files(RabiAmp(cl["q1"], np.linspace(-1, 1, 11)), time=True)

screen shot 2019-02-27 at 5 13 03 pm

q1.measure_chan.pulse_params['length'] = 100e-9

Here we see the issue: instead of being simultaneous, the marker is AFTER the measure pulse. A whole bunch of the QGL test waveforms fall into this scenario. Could be a plotting issue, need to investigate further.
screen shot 2019-02-27 at 5 13 10 pm

q1.measure_chan.trig_chan.pulse_params['length'] = 150e-9

screen shot 2019-02-27 at 5 13 15 pm

I think it's real, it should be fixed in the master branch: #189

Indeed. Cherry-picked fix from #189. Closing.