quilc
quilc copied to clipboard
The optimizing Quil compiler.
Hi, Previously for rigetti M1 device, we don't see this issue. But for rigetti M2 device, we found Quilc Container timeout more frequently. When do quil_to_native_quil, the running time of...
See #920 This PR includes support for a number of requirements introduced into the forthcoming quil spec version 2024.1 Chief among the changes: - [x] parsing and addressing support for...
- [x] Rename the existing (experimental) `EXTERN` in preparation for support of [this rfc](https://github.com/quil-lang/quil/blob/master/rfcs/extern-call.md)'s resolution - [x] support extern and call as per [this commit](https://github.com/quil-lang/quil/commit/9748078f9702c28643aa148ff9076a4b4c18f259) to the quil spec -...
Note that this occurs without adding back [this `(monomorphize)`](https://github.com/quil-lang/quilc/blob/c181970798e398fade1d2b374e7f4d5806d0e897/src/discrete/rz-approx/generate-solution.lisp#L151). ## System Info - **System Version:** macOS 14.1.2 (23B92) - **Kernel Version:** Darwin 23.1.0 - **Chip:** Apple M1 Pro - **SBCL...
``` The value #(0 5 6 3 4 2 1) is not of type (SIMPLE-ARRAY (UNSIGNED-BYTE 16) (*)) [Condition of type TYPE-ERROR] Restarts: 0: [CONTINUE] Skip the rest of the...
This is a fairly complete recreation of `src/ast.lisp` in coalton. There are a few uncertainties that could be resolved provided feedback about use-cases. 1. I have tried to make the...
Reproduction: ```lisp (asdf:load-system "cl-quil/discrete") (asdf:test-system "cl-quil") ``` The tests that fail are `TEST-EXP-PAULI`, `TEST-TRANSLATORS`, and `TEST-PAULI-MATRIX-P`.