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
In #1015 the callees of MultiAnd with not-all-ones control variables was changed. It used to propagate the cvs to the two bit And gates. Now it uses all And(cv1=1, cv2=1) gates and XGates. Was there a reason for this change? I would think philosophically that it can always be considered to use nAnd gates and those and gates might be hiding some cliffords; but really it would be architecture-dependent how the negative controls would be implemented in e.g. a surface code
The knock-on effect is this messes up the narrative of the call graph notebook / documentation which used MultiAnd as motivation for generalizer, so if we keep it as-is; that will need to be re-written
In #1015 the callees of
MultiAnd
with not-all-ones control variables was changed. It used to propagate the cvs to the two bitAnd
gates. Now it uses allAnd(cv1=1, cv2=1)
gates andXGate
s. Was there a reason for this change? I would think philosophically that it can always be considered to usen
And
gates and those and gates might be hiding some cliffords; but really it would be architecture-dependent how the negative controls would be implemented in e.g. a surface codecc @tanujkhattar
The text was updated successfully, but these errors were encountered: