Skip to content

v3.1.1

Compare
Choose a tag to compare
@TysonRayJones TysonRayJones released this 21 Mar 14:43
· 182 commits to master since this release
e344161

Overview

Patching a GPU memory leak, and some minor bugs in the build and validaition.

Bug fixes

  • Issue #239: patched a memory leak in destroyQureg on GPU (Tyson Jones)
  • PR #230: patched bug in createQureg's validation, which prevented creating quregs larger than 32 qubits (Kshitij Chhabra)
  • Issue #236: Patched cmake build so that flags (like PRECISION) are given also to user source (Ania Brown)
  • Patched tutorial warnings when PRECISION != 2 (made printf precision-agnostic) (Tyson Jones)

Acknowledgements

We thank Kshitij Chhabra for their well-spotted bug fix in createQureg!