Skip to content

Releases: quil-lang/quilc

v1.10.2

30 Jul 19:03
Compare
Choose a tag to compare

Bugfix:

  • Fix a missing keyword arg in entry-point that was removed when deprecating the json-serialize option. #359

v1.10.1

30 Jul 15:48
881f99c
Compare
Choose a tag to compare

This release fixes an infinite loop bug that was biting everyone on (plain or Dockerized) Linux.

v1.10.0

29 Jul 14:26
Compare
Choose a tag to compare

Changes

And more smaller bug fixes.

v1.9.1

02 Jul 21:59
Compare
Choose a tag to compare

This fixes:

  • boondoggle build issue #306
  • clifford qubit order issue #309
  • docker env var for building tweedledum #308

v1.9.0

26 Jun 00:06
Compare
Choose a tag to compare
fixing tests to adhere to previous PR for fix/clifford_ket (#301)

* fixing tests to adhere to previous PR for fix/clifford_ket

* fixed variable names

* changed pauli-matrix-p to catch errors and return nil appropriately

* use handler-case

v1.8.2

20 May 22:56
Compare
Choose a tag to compare
Bump version to 1.8.2

v1.8.1

17 May 20:36
Compare
Choose a tag to compare

Re-release to include minor structural changes to AST nodes.

v1.8.0

17 May 20:17
Compare
Choose a tag to compare

This release includes a variety of minor bugfixes and restructurings internal to the code base. The major new user-facing feature is the ability to interface with tweedledum ( https://github.com/boschmitt/tweedledum ), which significantly improves quilc's ability to compile classical logic gates to CZ- and CX-based architectures.

v1.7.2

29 Apr 17:12
Compare
Choose a tag to compare

This patch release fixes, among other things, the check for whether an internet-enabled user's quilc is up-to-date with the latest version.

v1.7.1

29 Apr 16:35
Compare
Choose a tag to compare

This patch release fixes the check for whether an internet-enabled user's quilc is up-to-date with the latest version.