From a0193d31b0acb82d3d9d0876b64a1e38af6cda54 Mon Sep 17 00:00:00 2001 From: Hayk Sargsyan <52532457+hay-k@users.noreply.github.com> Date: Wed, 14 Aug 2024 09:45:29 +0400 Subject: [PATCH] fix reference to shape --- src/qibolab/pulses.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qibolab/pulses.py b/src/qibolab/pulses.py index b4dae99b6..d37417bfc 100644 --- a/src/qibolab/pulses.py +++ b/src/qibolab/pulses.py @@ -939,7 +939,7 @@ def copy(self): # -> Pulse|ReadoutPulse|DrivePulse|FluxPulse: self.start, self.duration, self.amplitude, - self._shape, + self.shape, self.channel, self.qubit, )