Skip to content

Commit

Permalink
Merge pull request #1102 from qiboteam/custom-attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido authored Nov 15, 2024
2 parents 5836076 + a6fd145 commit eca774d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qibolab/_core/pulses/envelope.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,8 @@ class Custom(BaseEnvelope):

kind: Literal["custom"] = "custom"

i_: npt.NDArray
q_: npt.NDArray
i_: NdArray
q_: NdArray

def i(self, samples: int) -> Waveform:
"""I.
Expand Down

0 comments on commit eca774d

Please sign in to comment.