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
we could introduce a struct BoolVariable which on initialization would enforce it's binary value. This would makes our API for gates like unpack() or logic_gate() clearer and less error-prone when it comes to deciding when to enforce/check {0,1} on the wire variable.
we could introduce a
struct BoolVariable
which on initialization would enforce it's binary value. This would makes our API for gates likeunpack()
orlogic_gate()
clearer and less error-prone when it comes to deciding when to enforce/check{0,1}
on the wire variable.cc @zhenfeizhang
The text was updated successfully, but these errors were encountered: