Skip to content

Releases: quil-lang/qvm

v1.6.0

29 Mar 18:01

Choose a tag to compare

QVM updates:

  • The QVM allows the user to specify a preference for memory allocation handled by a foreign operative rather than allocation on the Lisp heap. One of the main uses for this is to allow users to easily exceed the 10 GB memory limit in the standard shipped QVM-APP binary.

QVM-APP updates:

  • Two new endpoints were introduced: the PROBABILITIES endpoint, which returns a probability distribution rather than the full output of density matrix simulation, and which cuts down transmission cost from 4^d to 2^d; and a RUN-FOR-EFFECT endpoint, which applies instructions to a QVM without resetting the state of the QVM before or after, for incremental application of instructions.
  • QVM-APP now checks for the availability of SDK updates on launch, so that users remember to upgrade when an upgrade is available.

v1.5.0

06 Mar 23:11
aacb70c

Choose a tag to compare

bump version to "1.5.0" (#50)

v1.4.1

13 Feb 17:55

Choose a tag to compare

Small bugfix: match the name change from quil-lang/quilc@d771b41 .

v1.4.0

13 Feb 17:31

Choose a tag to compare

bump version to 1.4.0

sdk-2.4.0

20 Feb 16:48

Choose a tag to compare

bump version to v1.4.1

v1.3.2

07 Feb 01:11

Choose a tag to compare

Bump VERSION.txt

v1.3.1

03 Feb 23:31

Choose a tag to compare

Initial public release of the qvm