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
The PauliOp times PauliOp implementation doesn't deduplicate the final list of PauliStrings in the resulting PauliOp. For performance reasons, we add in this deduplication, for now the resulting PauliOps are still correct,
General
The
PauliOp
timesPauliOp
implementation doesn't deduplicate the final list ofPauliStrings
in the resultingPauliOp
. For performance reasons, we add in this deduplication, for now the resultingPauliOp
s are still correct,Details
See the implementation here
fast-pauli/fast_pauli/cpp/include/__pauli_op.hpp
Lines 237 to 238 in c7c0a71
The text was updated successfully, but these errors were encountered: