Skip to content

Releases: zapata-engineering/orquestra-cirq

v0.13.0

14 Aug 01:08
c468a32

Choose a tag to compare

Minor bump to cirq versions (#55)

v0.12.0: Merge pull request #52 from zapatacomputing/Morawiec/openfermion

18 Dec 15:54
4821f86

Choose a tag to compare

v0.11.0: chore: Remove Python 3.11 upper bound (#51)

19 Oct 15:16
b531b3c

Choose a tag to compare

## 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

03 Jul 21:32
a1dd5ea

Choose a tag to compare

v0.9.0: fix: update cirq version to 1.10

06 Jun 20:36
7359f35

Choose a tag to compare

fix: upgrade cirq version

v0.8.0: fix: incorrectly formatted docstrings (#47)

12 Jan 22:41
b8fe51e

Choose a tag to compare

* fix: incorrectly formatted docstrings

* fix: style

v0.7.0

06 Dec 21:29
276eeea

Choose a tag to compare

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

06 Oct 13:50
8a44de3

Choose a tag to compare

perf: improved run_and_measure_circuit (#35)

v0.5.0

18 Aug 16:07
9370c06

Choose a tag to compare

Add Copyright for ticket: ZQS-1162 (#30)

v0.4.0

13 Jul 15:10

Choose a tag to compare

Update docs for GPU support.