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
The Pytket -> Guppy conversion test involving measurement is skipped following #201 since tket2 now retains tket1 measurements with the LBit type instead of converting it to bool.
We need to add a conversion steps that turns them back into bools to be compatible with the Guppy interface.
The text was updated successfully, but these errors were encountered:
The Pytket -> Guppy conversion test involving measurement is skipped following #201 since tket2 now retains tket1 measurements with the
LBit
type instead of converting it to bool.We need to add a conversion steps that turns them back into bools to be compatible with the Guppy interface.
The text was updated successfully, but these errors were encountered: