Skip to content

Commit

Permalink
refactor: Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-pasquale committed Oct 22, 2024
1 parent 0061152 commit c5b70fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qibocal/protocols/ramsey/ramsey_zz.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ def _acquisition(
)

for setup in ["I", "X"]:
sequence = PulseSequence()
if not params.unrolling:
sequence = PulseSequence()
for qubit in targets:
sequence += ramsey_sequence(
platform=platform,
Expand Down

0 comments on commit c5b70fe

Please sign in to comment.