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
Right now, if we have to add some gates at the beginning of ultra_circuit_constructor, ACIR will break, because it accesses variables directly, relying on very particular structure. This is very brittle, so we should create an API for the Noir team.