Skip to content

Releases: rigetti/pyquil

Release v1.1.1

26 Jul 19:01
Compare
Choose a tag to compare

This release incorporates some minor bugfixes and enables PyPi downloads again.

Release v1.1.0

13 Jul 19:47
Compare
Choose a tag to compare

This release:

  • Officially introduces Python >=3.6 compatibility!
  • Fixes some small bugs in the QPUConnection object
  • Adds an inverse method that allows you to dagger pyQuil programs (#51)

Release v1.0.0

18 Jun 14:18
Compare
Choose a tag to compare

This is the public beta release of pyQuil!

Highlights include:

  • The addition of the JobConnection object that allow batch jobs to be run.
  • The addition of the QPUConnection object that allows Rabi, Ramsey, and T1 experiments to be run on quantum hardware
  • Backwards compatible synchronous QVM jobs are now run using the SyncConnection object.
  • A plots.py module was added for plotting and fitting of QPU experimental data.

Release v0.1.0

09 Jun 17:38
Compare
Choose a tag to compare

Numerous bug fixes. A breaking change in introducing the Wavefunction object causes a bump to v0.1.0. This release includes:

  • Introduction of the Wavefunction object that can be pretty-printed as kets
  • Library made both Python 3 and Python 2.7 compatible
  • pyQuil program objects are now iterable
  • PauliSums and PauliTerms are iterable and can be subtracted
  • The Meyer-penny game example

Release v0.0.3

18 Apr 21:17
Compare
Choose a tag to compare
  • Several bug fixes and smoothing of the installation procedure.
  • Add extract_qubits method to a pyQuil program
  • Adds a run_quil.py script that executes raw Quil code against the API.

Release v0.0.2

16 Jan 04:52
Compare
Choose a tag to compare

This downloadable release of pyQuil is for constructing Quil programs and connecting to Rigetti Forest.