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 (efe2c67
) 97.81%. Report is 12 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The value received from
*qubits
is a tuple, andGateOperation.__init__
would immediately convert the passed-in list back to a tuple anyway, so we can save on lots of small allocations by just passing the tuple of args through toGateOperation
.