qiskit/releasenotes/notes/2.0/fix-pm-name-36baa550ce5d9c2...

7 lines
236 B
YAML

---
fixes:
- |
Circuits compiled using a preset passmanager constructed by :func:`.generate_preset_pass_manager`
will now correctly retain their :attr:`~.QuantumCircuit.name` attribute, as they do with
:func:`.transpile`.