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 NonZeroU16 type we use to specify QVM trials has a max of 65,535. However, the QVM seems to use a standard Common Lisp integer which imposes no upper limit on an integer. We should use a larger NonZeroUXX type so it's possible to specify more trials.
The text was updated successfully, but these errors were encountered:
The
NonZeroU16
type we use to specify QVM trials has a max of 65,535. However, the QVM seems to use a standard Common Lisp integer which imposes no upper limit on an integer. We should use a largerNonZeroUXX
type so it's possible to specify more trials.The text was updated successfully, but these errors were encountered: