Skip to content

v2.19.0

Compare
Choose a tag to compare
@notmgsk notmgsk released this 26 Mar 19:35
· 406 commits to master since this release
e5443bc

Changelog

Improvements and Changes

  • Add a section to CONTRIBUTING.md about publishing packages to conda-forge
    (@appleby, gh-1186).
  • Correctly insert state preparation code in Experiments before main program code
    (@notmgsk, gh-1189).
  • controlled modifier now accepts either a Sequence of control qubits or a single control qubit. Previously, only a single control qubit was supported (@adamglos92, gh-1196).

Bugfixes

  • Fix flakiness in test_run in pyquil/test/test_quantum_computer.py
    (@appleby, gh-1190).
  • Fix a bug in QuantumComputer.experiment that resulted in a TypeError being
    raised when called multiple times on the same experiment when the underlying QAM
    was a QVM based on a physical device (@appleby, gh-1188).