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
Update PauliString.__mul__ and __rmul__ to handle GateOperations
Enhanced PauliString multiplication methods to handle GateOperations
that can be interpreted as Pauli strings (e.g. X**2) by using the
existing _try_interpret_as_pauli_string function.
Addressed part of #7588, for the PauliString * GateOperation cases, e.g. `x*x*x**2`
0 commit comments