qiskit/releasenotes/notes/1.3/circuit-library-missing-eq-...

7 lines
290 B
YAML

---
features_circuits:
- |
Specialized implementations of :meth:`~object.__eq__` have been added for all standard-library circuit gates.
Most of the standard gates already specialized this method, but a few did not, and could cause significant
slowdowns in unexpected places.