Releases: rigetti/pyquil
Releases · rigetti/pyquil
Release v1.1.1
This release incorporates some minor bugfixes and enables PyPi downloads again.
Release v1.1.0
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
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
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
- 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
This downloadable release of pyQuil is for constructing Quil programs and connecting to Rigetti Forest.