Mark Hodson
Mark Hodson
Compiling the following bell-state program via pyquil on "9q-square-qvm": ``` program = Program() ro = program.declare("ro", "BIT", 2) program.inst(H(1)) program.inst(CNOT(1, 4)) program.inst(MEASURE(1, ro[0])) program.inst(MEASURE(4, ro[1])) ``` ... using the following...
The following code snippet generates a compilation error on `quilc` 1.25.0 and 1.25.1 (as pulled from DockerHub) and `pyquil` 3.0.0: ``` from pyquil import get_qc, Program from pyquil.gates import H,...
Pre-Request Checklist --------------------- - [x] I am running the latest versions of pyQuil and the Forest SDK - [x] I checked to make sure that this feature has not already...
Pre-Request Checklist --------------------- - [x] I am running the latest versions of pyQuil and the Forest SDK - [x] I checked to make sure that this feature has not already...
Pre-Request Checklist --------------------- - [x] I am running the latest versions of pyQuil and the Forest SDK - [x] I checked to make sure that this feature has not already...
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...
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...
A 36Q circuit targeting Aspen-M-2 which consists of 6x 6Q independent, parallel circuits fails to compile on Quil-C 1.27.0 as deployed on the new DockerHub image. A reproduction recipe in...
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...
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...