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
where ibig is the index within the array of UIntx and ismall is the bit within that UIntx. This is getting too repetitive at this point. Find a better way to write it, abstract it away.
Consult the small symbolic Cliffords (e.g. sHadamard) as they have some more abstraction.
The text was updated successfully, but these errors were encountered:
In many places in the code you can see
where
ibig
is the index within the array of UIntx andismall
is the bit within that UIntx. This is getting too repetitive at this point. Find a better way to write it, abstract it away.Consult the small symbolic Cliffords (e.g.
sHadamard
) as they have some more abstraction.The text was updated successfully, but these errors were encountered: