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
There are multiple operations missing (CnY , CnZ, CSdg, PauliExpBox, ConjugationBox, ...)
CnY
CnZ
CSdg
PauliExpBox
ConjugationBox
Compare https://github.com/CQCL/tket-json-rs/blob/main/src/optype.rs with https://github.com/CQCL/tket/blob/develop/tket/include/tket/OpType/OpType.hpp for the full list.
The text was updated successfully, but these errors were encountered:
OpType.Phase is another one
OpType.Phase
Sorry, something went wrong.
fix: Add missing OpTypes (#37)
eb525a1
Adds the missing optypes listed in #36. Fixes #30. --------- Co-authored-by: Alec Edgington <[email protected]>
aborgna-q
Successfully merging a pull request may close this issue.
There are multiple operations missing (
CnY
,CnZ
,CSdg
,PauliExpBox
,ConjugationBox
, ...)Compare https://github.com/CQCL/tket-json-rs/blob/main/src/optype.rs with https://github.com/CQCL/tket/blob/develop/tket/include/tket/OpType/OpType.hpp for the full list.
The text was updated successfully, but these errors were encountered: