-
Pre-Report Checklist
--------------------
- [x] I am running the latest versions of pyQuil and the Forest SDK
- [x] I checked to make sure that this bug has not already been reported
Issue Des…
-
If we don't enforce compilation, then users get an all-to-all connectivity 26-qubit QVM, regardless of what they provide to `get_qc`. We might want to consider just adding "qvm" as an accepted string …
-
The rewiring metadata returned by the compiler appears to be incorrect in some cases. The metadata are stored in the `metadata.final_rewiring` field of the response from the gRPC call:
`response = se…
-
The current Python constraint is `^3.8,
-
While attempting to run the pyquil test suite in parallel via the pytest-xdist plugin, I noticed occasional "Unhandled memory fault" errors like the following.
Based on the error message, this look…
-
Issue Description
-----------------
If I construct a program from a string, parameters such as "pi/2" are preserved and output that way. However, if I construct the same program in python, the par…
-
After parametrized gates (with symbolic parameters) of Cirq circuits will be supported (#939 and #911), it would be good to
support parametrized gates of other circuit types too. This issue is to kee…
-
The `device.specs` object provides the `T1/T2` times for each gate:
```python
>>> import pyquil
>>> device = pyquil.api.get_devices(as_dict=True)['8Q-Agave']
>>> device.specs.T1s()
{0: 1.07e-05…
-
With the latest update to pyQuil, it seems that the CompilerConnection object has been replaced by QVMCompiler, QPUCompiler, etc. It'd be helpful to update the migration guide to include how to refact…
-
This was only partially completed: https://github.com/rigetti/pyquil/pull/445
Need to do the rest of the gates/measures and then figure out how the imports would work (so that people could choose t…