-
`rzz` angles are restricted to the range `[0, pi/2]`, but the transpiler doesn't know it. A possible resolution is to flip the sign by adding a transpiler pass that surrounds rzz gates with negative a…
-
Since solidity 0.8.28, supports transient state variables. This could for example be used in ReentracyGuardTransient, with a transient state variable replacing the slot+library calls.
This would ho…
-
### URL to the relevant documentation
in
https://docs.quantum.ibm.com/guides/setup-channel#set-up-to-use-ibm-quantum-platform
at Step _5. Test your setup. Run a simple circuit using Sampler to ensure…
-
noticed via sqlmesh, which recently updated `sqlglot (25.19.0 -> 25.31.4)`.
We have an expression like `select json_value('{"fu bar": 42}', "$.fu bar")` which runs correctly on bigquery yielding …
-
- when transpiling the Poseidon TypeScript code to Anchor Rust, the resulting Rust code lacks the expected token initialization logic.
- The transpiled output in Rust does not include the initialize…
-
# Summary
- [x] Define ABI normalized type's tree
- [x] Define public interface and points of interaction
- [ ] Document strategy to deal with future spec changes (via transpilation)
- [x] Imp…
-
### What should we add?
After we have the full rust-native core data model in #13264 we can then expose a compiled language interface directly to that data model. Having a compiled language interface…
-
Consider the following program
```agda
test : {{_ : Ord a}} → a → a → a → a
test x1 x2 x3 = min x1 y
where
y = max x2 x3
```
Agda2hs 1.2 transpiles this into
```hs
test :: Ord a =…
-
`wire_names` stores the qubit names, and `Gate.qubits` contains the index of the target qubit names in `wire_names`. However, `wire_names` is currently ignored during the transpilation process. The tr…
-
### Describe the bug
Despite the [Next.js + Storybook](https://storybook.js.org/addons/storybook-addon-next) addon description claims _"What Next.js supports out of the box, this addon makes possib…