Closed maffoo closed 11 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
be7b059
) 97.80% compared to head (c494dfa
) 97.81%. Report is 8 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Add identity check to short-circuit exact and approximate equality checks on
cirq.AbstractCircuit
and subclasses. Also change the implementation of__eq__
to avoid creating new tuples of moments; instead we check the length and then zip over the moments.