-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat!: Add support for WASM operations #61
Conversation
b469ece
to
36de6da
Compare
Where is this part of the schema defined? |
A very good question... I had to dig into the C++ to find out how it worked: https://github.com/CQCL/tket/blob/da1f491059b608701701da6202abb96c67ac6031/tket/src/Ops/ClassicalOps.cpp#L143 |
36de6da
to
5f98e4d
Compare
-.- I'll make an issue |
Honestly if they aren't too set on the schema yet there are some improvements I'd perhaps like to make such as renaming |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
We can wait for CQCL/tket#1505 to be resolved if you prefer so.
Yeah I guess I'd just want to hear what the outcome of that is first, happy to wait a little while as I don't need this till later in the week I expect. |
Merging this as-is. We can update it once the tket issue is resolved. |
## 🤖 New release * `tket-json-rs`: 0.5.1 -> 0.6.0 <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## 0.6.0 (2024-08-06) ### Bug Fixes - Update ToffoliBox permutation type ([#64](#64)) ### Features - [**breaking**] Add support for WASM operations ([#61](#61)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). --------- Co-authored-by: Agustín Borgna <[email protected]>
BREAKING CHANGE: Added a
number_of_ws
field toSerialCircuit