Currently there is not an easy way to retrieve a qubit added by label. E.g. ```python c = Circuit() c.add_qubit("q1") ``` it would be nice to be able to do ```python q2 = c.add_qubit("q2") ```