qutech / qupulse

Quantum Computing Toolkit for Qubit Control
55 stars 31 forks source link

Integer Channel numeration in LinSpaceBuilder makes awg assignment difficult #869

Open Nomos11 opened 3 months ago

Nomos11 commented 3 months ago

Translating the ChannelIDs to integers in the LinSpaceBuilder makes it difficult to spread the program to multiple AWGs. In the current master branch, using multiple AWGs for a LinSpace program is not possible.

Nomos11 commented 3 months ago

I feel like this could be solved by either adding metadata to the program, or have the channels be ChannelIDs still.

This can also get rid of having to supply the channels into the linspacebuilder when building the program