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
It seems UnitaryGate.control is producing higher gate counts than is necessary. The implementation is currently using Isometry for the definition but should probably switch to qs_decomposition. Using qs_decomposition may also help with resolve issue #10311.