quilc
quilc copied to clipboard
The optimizing Quil compiler.
Hello, `quilc` wizards! I've caused an interesting crash on ARM64. In order to get `quilc` to compile on ARM64, I had to [hack on `cffi` a little bit](https://github.com/cffi/cffi/issues/334), so perhaps...
This is clearly evident when running the QASM benchmark suite, specifically 9symml_195.qasm. The problem is in `process-includes`, which uses tail recursion to loop over all the instructions. One solution is...
I was playing around with things like `CONTROLLED CONTROLLED Z 0 1 2` and noticed that the behavior of Quilc is very sensitive to the specific choice of single qubit...
**EDIT** This issue was previously about using generalized Schur to re-implement `F-D-I-E-B`, but it turned out to not be e a working approach. As such, I'm changing this issue into...
still doesn't work, but posting for collab. purposes
Move defs near to use sites; refactor instrs fidelity Fidelity calculations used by the compressor and by the fidelity addresser were needlessly constructing logical schedules. Peeking at the logical schedule...
At a bare minimum: The `quilc` application should include an option` --pragma-support` that lists the names of pragmas supported by the current build. It might be nice if pretty printed...
The Quicklisp version of cl-quilc no longer compiles. Here's a failure log: http://report.quicklisp.org/2023-11-06/failure-report/quilc.html#cl-quil Would it be possible to patch the 1.26.0 release to fix the problem? The following pull request...
There's a new tag v1.27.0 but no corresponding release. When I try to use the latest tag instead (for both quilc and magicl), I get this: ``` Unhandled ASDF/ACTION:CIRCULAR-DEPENDENCY in...