Skip to content

Releases: quil-lang/quilc

v1.15.0

18 Dec 22:31
Compare
Choose a tag to compare

Changelog

Features

Bugfixes

Improvements

v1.14.0

26 Nov 22:59
Compare
Choose a tag to compare

Changelog

Bugfixes

  • Fix type checking for classical-equality instructions (@notmgsk, #492).
  • Don't call APPLICATION-ARGUMENTS on potential non-application instr (@appleby, #490).
  • Error if preserved block touches illegal qubits (@notmgsk, #489).
  • Fix parametric RZ agglutination (@notmgsk, #480).

Improvements

v1.13.1

14 Nov 17:17
Compare
Choose a tag to compare

Changelog

This version bump is prompted by the various issues we have run in to by distributing the tweedledum shared library. This PR temporarily disables tweedledum support so that the various SDK packages are supported on all the claimed OS's.

Bugfixes

  • Temporarily disable tweedledum (@notmgsk, #475).
  • Include RESET-QUBIT and MEASURE in PROG-INITIAL-REWIRING-HEURISTIC (@appleby, #474).

Features / Improvements

Behind-the-scenes

v1.13.0

07 Nov 01:18
Compare
Choose a tag to compare

Changelog

Features

Bugfixes

  • Use "quilc" rather than argv[0] for syslog name (@notmgsk, #466).

Behind-the-scenes

v1.12.1

08 Oct 16:29
Compare
Choose a tag to compare

Patch release that removes the use of "testing" apt repos from the install-test-deps Makefile target, which has the effect of downgrading glibc from 2.29 to 2.28.

v1.12.0

27 Sep 22:02
Compare
Choose a tag to compare

In addition to various internal code-cleanliness changes, v1.12.0 contains the following changes:

  • The state transformation routines have been upgraded: we implemented a more efficient decomposition for four-qubit state preparation, and we replaced the numerical approximation for manufacturing short two-qubit state-to-state transformations with an exact routine.
  • The parser for the STORE instruction incorrectly rejected certain legal Quil instructions. This bug has been fixed.
  • There is a new transform pass which simplifies affine-linear expressions appearing in gate parameters.

v1.11.1

28 Aug 01:29
Compare
Choose a tag to compare

This is a patch release on top of v1.11.1 in order to include RPCQ v2.7.3 in the automatically generated docker image.

v1.11.0

27 Aug 13:23
Compare
Choose a tag to compare

This release consists primarily of bugfixes and internal reorganization.

v1.10.4

01 Aug 17:59
Compare
Choose a tag to compare

Bugfixes:

v1.10.3

31 Jul 01:08
f928029
Compare
Choose a tag to compare

Bug fixes:

  • Allow unordered keys in ISA dictionary (#362) and warn against such (#364)