Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NonZeroU16 is unecessarily restrictive for QVM trials #332

Open
MarquessV opened this issue Jul 26, 2023 · 0 comments · May be fixed by #509
Open

NonZeroU16 is unecessarily restrictive for QVM trials #332

MarquessV opened this issue Jul 26, 2023 · 0 comments · May be fixed by #509

Comments

@MarquessV
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant