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
Angles need to be converted to floats before being passed to "tket2.hseries" ops.
The text was updated successfully, but these errors were encountered:
fix: hseries ops use floats instead of angles (#483)
7ed3853
Adds unit tests to generate and validate each operation in `prelude.quantum`. Closes #477
chore(main): release 0.11.0 (#474)
5cfcdf5
🤖 I have created a release *beep* *boop* --- ## [0.11.0](v0.10.0...v0.11.0) (2024-09-11) ### ⚠ BREAKING CHANGES * `guppy.take_module` renamed to `guppy.get_module` and no longer removes the module from the state. * Quantum operations `rx`, `rz`, `phased_x`, and `zz_max` use the `angle` type instead of floats. ### Features * Add implicit importing of modules ([#461](#461)) ([1b73032](1b73032)) * Use angle type in quantum operations ([#467](#467)) ([ce0f746](ce0f746)) ### Bug Fixes * hseries ops use floats instead of angles ([#483](#483)) ([7ed3853](7ed3853)), closes [#477](#477) * Keep track of definitions that are implicitly imported ([#481](#481)) ([a89f225](a89f225)), closes [#480](#480) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
aborgna-q
Successfully merging a pull request may close this issue.
Angles need to be converted to floats before being passed to "tket2.hseries" ops.
The text was updated successfully, but these errors were encountered: