Steve Jeffrey

Results 7 comments of Steve Jeffrey

Hi Johnnie, No, it does not account for parameters. The code snippet attempts to work backwards through the array, so it only picks up regs. I took this approach as:...

It seems to be working fine. Thanks Johnnie.

Thanks for fixing that Johnnie - much appreciated.

Yes, `bazel` can build the wheel on `aarch64`: ``` bazel build stim_dev_wheel ``` Are there similar commands for building the `cirq`, `zx` and `sinter` packages using `bazel`? The `developer_documentation.md` file...

Would that be added in `/etc/gpservice/gp.conf`? If so, do you have any docs with an example (I can't see one on the [configuration page](https://github.com/yuezk/GlobalProtect-openconnect/wiki/Configuration) on the wiki).

Quilc appears to return rewiring in two forms: 1. A list of integers, where the index of the list is the original qubit index, and the value at that index...

If the nodes in the `Program` being compiled form a zero-based contiguous set, the rewiring metadata appear to be a simple mapping, and the two formats shown above become equivalent.