Skip to content

Commit

Permalink
cz_sweep & standard_rb
Browse files Browse the repository at this point in the history
  • Loading branch information
aorgazf authored and hay-k committed Aug 12, 2024
1 parent 2acaae4 commit 00e9526
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qibolab/instruments/qblox/sequencer.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ def bake_pulse_waveforms(
NotEnoughMemory: If the memory needed to store the waveforms in more than the memory avalible.
"""
# In order to generate waveforms for each duration value, the pulse will need to be modified.
values = np.round(values).astype(int)
# To avoid any conflicts, make a copy of the pulse first.
pulse_copy = pulse.copy()

Expand Down

0 comments on commit 00e9526

Please sign in to comment.