Tags: rigetti/forest-benchmarking
Tags
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
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>