Skip to content

Releases: quil-lang/qvm

v1.17.2

24 Jun 17:25
Compare
Choose a tag to compare
Bump version to 1.17.2

v1.17.1

22 Apr 17:38
Compare
Choose a tag to compare

Lil bugfix.

v1.17.0

26 Mar 19:36
Compare
Choose a tag to compare

Changelog

Additions and improvements

  • Adds an interactive debugger to QVM, which can be entered by passing the -D command line flag (@jmbr, #245)

Misc

  • The qvm binary is now installed in the Docker image (@notmgsk, #248)
  • Retry with backoff when waiting for a given state in app-ng tests (@appleby, #249)

v1.16.0

05 Mar 20:43
Compare
Choose a tag to compare

Changelog

Behind-the-scenes

  • Update bindings to and version dependency of magicl (@colescott, #238).

Bugfixes

v1.15.4

20 Feb 21:31
5f78341
Compare
Choose a tag to compare

For DOI purposes.

v1.15.3

30 Jan 16:17
Compare
Choose a tag to compare
  • Bump the CL-QUIL dependency to v1.16.0

v1.15.2

23 Dec 19:57
Compare
Choose a tag to compare

Minor release to incorporate a bugfix in cl-quil.

v1.15.1

20 Dec 15:46
Compare
Choose a tag to compare

Patch release to capture the fix in quilc v1.15.1.

v1.15.0

18 Dec 23:44
Compare
Choose a tag to compare

Changelog

Features

Bugfixes

Improvements

  • Use cl-quil's tools for safe resolution of included files (@notmgsk, #224).

v1.14.0

26 Nov 23:11
Compare
Choose a tag to compare

Changelog

Bugfixes

  • Changing the default :initarg of channel-qvm to be valid (@sophiaponte, #211).

Additions