We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The use of checkify.check can alter the return type of jitted functions, so it has been proposed to investigate chex (https://github.com/google-deepmind/chex) to replace the checkify.check calls in https://github.com/pasqal-io/horqrux/compare/feature/psr_on_all_gates
checkify.check
Also, it might be more streamlined in general to replace custom pytrees, e.g. in Primitive and Parametric among others with chex.dataclasses.
Primitive
Parametric
chex.dataclass
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The use of
checkify.check
can alter the return type of jitted functions, so it has been proposed to investigate chex (https://github.com/google-deepmind/chex) to replace thecheckify.check
calls in https://github.com/pasqal-io/horqrux/compare/feature/psr_on_all_gatesAlso, it might be more streamlined in general to replace custom pytrees, e.g. in
Primitive
andParametric
among others withchex.dataclass
es.The text was updated successfully, but these errors were encountered: