pyquil icon indicating copy to clipboard operation
pyquil copied to clipboard

A Python library for quantum programming using Quil.

Results 199 pyquil issues
Sort by recently updated
recently updated
newest added

## Description The example `ccnot_matrix` in the documentation isn't correct; the last row starts with a one when it should be zero. Closes #1463 ## Checklist - [X] The PR...

Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 6.1.0 to 6.3.0. Commits cefe0bf Release 6.3.0 a534fb9 Release 6.3.0b0 87920c5 Add changelog for 6.3.0 (#1669) dd6d9c7 add slide numbering (#1654) 5d2c5e2 Update state filter (#1664) 11ea593...

dependencies
python

Description ----------- Provide a better error message when `qc.run(binary, memory_map=...)` includes: * reference to undefined memory name; or * more parameter values than are expected Checklist --------- - [ ]...

First attempt at fixing #1007, with potential fixes/benefits for #1008 - The initial requirement was to allow for Pauli strings that contain only operators, eg. `X0`, however this functionality and...

Description ----------- Perform Quil-T calibration expansion on the client. Optionally force calibration to occur on the translation service with `expand_calibrations=False`. Checklist --------- - [x] The above description motivates these changes....

Description ----------- Add native pragma support to pyQuil. PyQuil currently allows one to either use `Pragma` or bare strings to create pragmas. Both leave a lot to be desired: ```...

Really this hands off matrix calculation to `pyquil.simulation.tools.lifted_gate()` which has better support for the various gate modifiers. Description ----------- Insert your PR description here. Thanks for [contributing][contributing] to pyQuil! 🙂...

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...

bug :bug:

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...

bug :bug:
documentation :memo:
v3

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...

bug :bug: