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
Investigate if it's possible to have duplicated pauli strings in resulting operator when matrix-multiplying PauliOp with PauliString.
If so, then implement de-duplication for functions like friend PauliOp<T, H> operator*(PauliOp<T, H> const &pauli_op_left, PauliString const &pauli_str_right) and friend PauliOp<T, H> operator*(PauliString const &pauli_str_left, PauliOp<T, H> const &pauli_op_right)
The text was updated successfully, but these errors were encountered:
Investigate if it's possible to have duplicated pauli strings in resulting operator when matrix-multiplying
PauliOp
withPauliString
.If so, then implement de-duplication for functions like
friend PauliOp<T, H> operator*(PauliOp<T, H> const &pauli_op_left, PauliString const &pauli_str_right)
andfriend PauliOp<T, H> operator*(PauliString const &pauli_str_left, PauliOp<T, H> const &pauli_op_right)
The text was updated successfully, but these errors were encountered: