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
I'd like to carefully audit where we call circuit.decompose(AnsatzBlock) and establish some guidelines so that we are not calling it redundantly. It requires a circuit -> dagcircuit -> circuit conversion, so I'd prefer to do it as deliberately as possible.
The text was updated successfully, but these errors were encountered:
I'd like to carefully audit where we call
circuit.decompose(AnsatzBlock)
and establish some guidelines so that we are not calling it redundantly. It requires a circuit -> dagcircuit -> circuit conversion, so I'd prefer to do it as deliberately as possible.The text was updated successfully, but these errors were encountered: