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
Currently, commute_ppr (#1563) considers only commutes P(pi/4). However, P(pi/2) can also be commuted. The catch is that it applies a different commutation rule from P(pi/4)P', so if the rule for P(pi/2) states that PP' = -P'P, then: P(pi/2) P'(x) = -P'(x) P(pi/2).
This support should be extended to commute_ppr.
The text was updated successfully, but these errors were encountered:
Currently,
commute_ppr
(#1563) considers only commutesP(pi/4)
. However,P(pi/2)
can also be commuted. The catch is that it applies a different commutation rule fromP(pi/4)P'
, so if the rule forP(pi/2)
states thatPP' = -P'P
, then:P(pi/2) P'(x) = -P'(x) P(pi/2)
.This support should be extended to
commute_ppr
.The text was updated successfully, but these errors were encountered: