Skip to content

Releases: quantumlib/qsim

qsim v0.16.0

13 Apr 21:53
beef3f9
Compare
Choose a tag to compare

This minor version update is for cuQuantum / custatevec support in bazel, implemented in #593 - #600.

qsim v0.15.0

19 Jan 17:48
7dcdab3
Compare
Choose a tag to compare

This minor version update is for the new global phase gate feature, added in #579.

Additionally, there have been a number of small patch fixes since 0.14.1:

  • Fix array overflow for small input vectors (#572 and #582)
  • Fix weighted-identity expectation values (#577 and #578)
  • Fix custatevec not being enabled on request (#580)

qsim v0.14.1

19 Dec 19:16
79a376d
Compare
Choose a tag to compare

This patch release of qsim includes the following bug fixes:

qsim v0.14.1-dev+20220804

04 Aug 18:40
a1e53ff
Compare
Choose a tag to compare
Pre-release

Dev release for backtracking numpy version requirement to numpy~=1.16.

qsim v0.14.0

18 Jul 23:54
fcf3e56
Compare
Choose a tag to compare

This release of qsim is compatible with Cirq 1.0.

No major features have been added since 0.13, but thanks to Cirq's backwards-compatibility policy this version should remain stable for longer than previous qsim releases.

qsim v0.13.3

14 Jul 17:04
1b3d0f1
Compare
Choose a tag to compare

This patch release fixes qsim compatibility with Python 3.10 and includes wheels to match.

qsim v0.13.1

08 Jul 17:41
f0216dd
Compare
Choose a tag to compare

This patch release adds a Python 3.10 wheel for qsim.

qsim v0.13.0

06 Jul 22:46
226ba02
Compare
Choose a tag to compare

This release brings qsim up to date with Cirq v0.15.0. Other notable changes include:

  • Support for repeated measurement keys (#531)
  • Minor Cirq-to-qsim translation improvements (#525)

Note that #419 is part of this release despite merging after #534.

qsim v0.12.2-dev+20220422

22 Apr 17:54
0afeb2b
Compare
Choose a tag to compare
Pre-release

This is a dev release for the Cirq v0.15 compatibility fixes added in #521.

qsim v0.12.1

15 Mar 20:18
6443786
Compare
Choose a tag to compare

This patch release fixes a number of outstanding build issues:

  • Building with cuQuantum (#507)
  • Separate dev and "main" requirements (#516 and #518)
  • Assorted fixes for internal build processes