qiskit/releasenotes/notes/1.1/qasm3-parameter-gate-clash-...

8 lines
330 B
YAML

---
fixes:
- |
:class:`.Parameter` instances used as stand-ins for ``input`` variables in
OpenQASM 3 programs will now have their names escaped to avoid collisions
with built-in gates during the export to OpenQASM 3. Previously there
could be a naming clash, and the exporter would generate invalid OpenQASM 3.