Skip to content

Tags: rigetti/forest-benchmarking

Tags

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade to PyQuil v4 (#237)

* chore: update dependencies

* chore: replace deprecated usages and pi inlining

* chore: fix library complaints about np types

* chore: rerun notebooks and fix others

* chore: do not test python 3.7

* fix: 3.10 is not 3.1

* test: maybe 3.10 is problematic

* chore: ci is testing with the wrong version

* chore: pip freeze into requirements-ci.txt

* chore: python version compat

* chore: pip freeze on 3.8 install

* chore: use [0] when no qubits are measured

* chore: update version and changelog

* chore: remove deprecated usage

* chore: use delay instructions instead of pragma

* chore: remove need for flag by delaying instruction pruning

* fix: typo

* chore: add 3.10 and 3.11 to test matrix

* chore: update pyquil dependency to at least 4.5.0

* chore: use program.remove_quil_t_instructions

* chore: fix naming of remove_quil_t_instructions

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Breaking: Upgrade to pyQuil v3 (#215)

* Update for pyQuil v3

* set random seed for rb experiment sequences

* use pep 440 tilde for major pyquil version pin

* Docs: update Changelog

Co-authored-by: Eric Hulburd <ehulburd@rigetti.com>
Co-authored-by: kalzoo <22137047+kalzoo@users.noreply.github.com>

v0.7.1

Toggle v0.7.1's commit message
Bump version and pyquil version, update changelog. (#203)

v0.7.0

Toggle v0.7.0's commit message
Bump version to v0.7 (#192)

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rename operator_estimation -> observable_estimation (#138)

v0.5.0

Toggle v0.5.0's commit message

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version to v0.4.0 (#116)

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix some issues with PyPI package installation (#83)

* Add matplotlib to requirements.txt and setup.py

* Augment setup.py package finder so it can handle repo structure

* Add PyPI installation and pre-requirements to README