You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement __eq__ for remaining standard-library gates except mcx (#13327)
Most standard-library gates had a specialised `__eq__` added in
gh-11370, but a small number were left over. This adds specialisation
to almost all the stragglers, which were mostly old soft-deperecated
gates. Despite not appearing in most circuits, these gates have an
outsized effect on equality comparisons if they ever _do_ appear,
because they involve construction of entire `definition` fields.
0 commit comments