Releases: zapata-engineering/orquestra-cirq
Releases · zapata-engineering/orquestra-cirq
v0.13.0
v0.12.0: Merge pull request #52 from zapatacomputing/Morawiec/openfermion
Chore: bump openfermion version
v0.11.0: chore: Remove Python 3.11 upper bound (#51)
## Description In order to allow Python versions newer than 3.10 we need to remove the upper bound. This PR: - allows Orquestra Cirq to work on 3.11 and later - Updates Cirq and OpenFermion ## Please verify that you have completed the following steps - [x] I have self-reviewed my code. - [x] I have included test cases validating introduced feature/fix. - [x] I have updated documentation.
v0.10.0: Merge pull request #50 from zapatacomputing/add-reset-gate
v0.9.0: fix: update cirq version to 1.10
fix: upgrade cirq version
v0.8.0: fix: incorrectly formatted docstrings (#47)
* fix: incorrectly formatted docstrings * fix: style
v0.7.0
What's Changed
- Enable multiline parameter info in docstring by @zaptim in #36
- QSimSimulator can normalise the resulting statevec from a circuit run by @VolodyaCO in #38
- Add new Backend API by @Boniface316 in #37
New Contributors
- @zaptim made their first contribution in #36
- @VolodyaCO made their first contribution in #38
Full Changelog: v0.6.0...v0.7.0
v0.6.0
perf: improved run_and_measure_circuit (#35)
v0.5.0
Add Copyright for ticket: ZQS-1162 (#30)
v0.4.0
Update docs for GPU support.