Closed pavoljuhas closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.82%. Comparing base (
3922a63
) to head (5a24661
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Problem: In sympy-1.13.0 the expressions
sympy.S.One == 1.0
andsympy.S.Half == 0.5
evaluate to False which causes inequality betweencirq.cphase(sympy.pi)
andcirq.CZ
.Solution: Check equality with parametrized exponents converted to float.
Fixes: #6663