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
CliffordSimp fails to simplify the circuit Circuit(2).H(0).H(1).CX(0,1).H(0).H(1) (equivalent to Circuit(2).CX(1,0)). We should enhance the pass so that it spots this kind of pattern.
The text was updated successfully, but these errors were encountered:
CliffordSimp
fails to simplify the circuitCircuit(2).H(0).H(1).CX(0,1).H(0).H(1)
(equivalent toCircuit(2).CX(1,0)
). We should enhance the pass so that it spots this kind of pattern.The text was updated successfully, but these errors were encountered: