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
Empty PauliPolynomial should be treated as zero, but not it is not treated correctly in .add method. For this reason, the circuit.SBRG is currently patched with if len(prod) != 0: condition to avoid zero Pauli polynomial. But this matter should be treated more systematically.
The text was updated successfully, but these errors were encountered:
Empty PauliPolynomial should be treated as zero, but not it is not treated correctly in .add method. For this reason, the circuit.SBRG is currently patched with
if len(prod) != 0:
condition to avoid zero Pauli polynomial. But this matter should be treated more systematically.The text was updated successfully, but these errors were encountered: