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
#352 made CalibrationSet equality insensitive to ordering. Per Kalan's follow-up, calibration order should be taken into account, as ordering determines precedence when multiple calibrations match the same instruction. The example:
DEFCAL A(%x, pi):
...
DEFCAL A(pi, %x):
...
A(pi, pi) # expands into one or the other based on ordering
The text was updated successfully, but these errors were encountered:
MarquessV
changed the title
CalibrationSet equality _should_ be sensitive to ordering.
CalibrationSet equality should be sensitive to ordering.
Apr 16, 2024
#352 made CalibrationSet equality insensitive to ordering. Per Kalan's follow-up, calibration order should be taken into account, as ordering determines precedence when multiple calibrations match the same instruction. The example:
The text was updated successfully, but these errors were encountered: