You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes I need to get the name of the component I'm working with w.r.t. it's parent, i.e. self.parent.get_attr_name(self). Maybe this could be standard method or property for QuamComponents so one doesn't have to remember the above syntax?
The text was updated successfully, but these errors were encountered:
I've started implementing this for a related PR on gates in QUAM (see branch feat/gate-operations). We can discuss if this is a good solution for your use case, in which case I'll also port it to other QUAM components such as channels
Sometimes I need to get the name of the component I'm working with w.r.t. it's parent, i.e.
self.parent.get_attr_name(self)
. Maybe this could be standard method or property forQuamComponents
so one doesn't have to remember the above syntax?The text was updated successfully, but these errors were encountered: