v3.1.1
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 than32
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
(madeprintf
precision-agnostic) (Tyson Jones)
Acknowledgements
We thank Kshitij Chhabra for their well-spotted bug fix in createQureg
!