Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros11 committed Dec 4, 2023
1 parent b875af5 commit 9dc9a29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/qibolab/compilers/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def z_rule(gate, platform):
def rz_rule(gate, platform):
"""RZ gate applied virtually."""
qubit = gate.target_qubits[0]
print(gate.parameters)
return PulseSequence(), {qubit: gate.parameters[0]}


Expand Down

0 comments on commit 9dc9a29

Please sign in to comment.