qiskit
qiskit copied to clipboard
Circuit Rz Gate has no "label" attribute
Environment
- Qiskit version: 0.46.0
- Python version: 3.11
- Operating system: Mac OS
What is happening?
The Rx and Ry gates both have label attributes, why not the Rz gate?
How can we reproduce the issue?
qc_z = QuantumCircuit(1, 1)
qc_z.ry(0.5, 0)
qc_z.rz(0.5, 0, label="qc_z_phi")] ```
### What should happen?
The Rz gate should have a label attribute to label the gate accordingly.
### Any suggestions?
_No response_
Can I take up this issue?
Go head @atharva-satpute !