You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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).