Changing targets and creating sequences #139
Replies: 2 comments 1 reply
-
Hi Mauro, welcome to the team! I see what you mean. The reason behind that is that, in some cases, the I have to say I like your idea of having the "target" as an argument for the That being said, it is up for debate on whether that |
Beta Was this translation helpful? Give feedback.
-
Hi, I see, so if the target argument is added to |
Beta Was this translation helpful? Give feedback.
-
Hi everybody, I'm a freshly hired employee at Pasqal.
I was going through the tutorials in the arxiv paper and there was something I found confusing about adding pulses to a local channel in a sequence.
Basically what I found myself doing was to use Sequence.target every time before a Sequence.add, which made me think that perhaps it would be possible to pass the target as an optional argument to Sequence.add?
Also, even when I knew the target was already the correct one, I would specify it anyway before Sequence.add, otherwise I'm sure I would lose track eventually of what I was doing. So I ended up with a lot of warnings:
UserWarning: The provided qubits are already the target. Skipping this target instruction.
I'm not sure about possible hardware constraints so I thought it would be useful to post this comment here.
Mauro
Beta Was this translation helpful? Give feedback.
All reactions