Skip to content

Commit

Permalink
remove duplicate block
Browse files Browse the repository at this point in the history
  • Loading branch information
hay-k committed Aug 13, 2024
1 parent 5e23507 commit 54c212c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/qibolab/pulses.py
Original file line number Diff line number Diff line change
Expand Up @@ -943,15 +943,6 @@ def copy(self): # -> Pulse|ReadoutPulse|DrivePulse|FluxPulse:
self.channel,
self.qubit,
)
elif type(self) == CouplerFluxPulse:
return CouplerFluxPulse(
self.start,
self.duration,
self.amplitude,
self._shape,
self.channel,
self.qubit,
)
else:
# return eval(self.serial)
return Pulse(
Expand Down

0 comments on commit 54c212c

Please sign in to comment.