qua-platform / quam

The Quantum Abstract Machine (QuAM) is a comprehensive framework designed to abstract and manage quantum programming environments, providing robust tools for configuring and running quantum operations effectively. It is built over the QUA programming language, offering an organized structure for handling complex quantum components and operations.
http://qua-platform.github.io/quam/
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Setting channel names #50

Closed JacobHast closed 4 weeks ago

JacobHast commented 2 months ago

Would it be possible to add support for manually setting the name attribute of a Channel? The default could be a reference to the current name property, but in some cases I would like to overwrite this name and set a name manually

nulinspiratie commented 2 months ago

Have a look at the parameter id, it sounds like it implements what you need, let me know if it works

JacobHast commented 2 months ago

Ahh yes, this was what I needed

nulinspiratie commented 4 weeks ago

Closing issue, @JacobHast please reopen if unresolved