Releases: quantumlib/qsim
qsim v0.12.1-dev+20220314
This is a dev release for testing interaction of #516 with the release pipeline.
qsim v0.12.0
This release captures the following changes:
- Replace generated simulators / calculators with handwritten versions
- qsimcirq optimizations for invert_mask and repeated sampling
- MPS sampling improvements
- Trajectory optimizations, reducing space requirements and allowing reuse of results
- Various smaller bug fixes and cleanup items
qsim v0.11.2-dev+20220104
This is a dev release to capture MPS sampling behavior for TFQ.
qsim v0.11.1
This release includes a patch fix to resolve issues found in v0.11.0 that prevented a full PyPI release.
qsim v0.11.0
This release adds support and documentation for using the NVIDIA cuQuantum SDK with qsim.
qsim v0.10.3
This release brings qsim up to date with Cirq v0.13.1 and updates documentation.
qsim v0.10.3-dev+20211001
This is a dev release to capture #437 for MPS compatibility with TFQ.
There is no corresponding PyPI release.
qsim v0.10.2
This release primarily serves to fix the release pipeline.
qsim v0.10.1
This release bundles several minor fixes, including:
- Fix for qsimcirq integration with Cirq v0.12
- Memoization of translated circuits in qsimcirq
- Improved GPU testing and support
- Automated wheel publishing and Windows wheels
qsim v0.10.0
This version introduces the following features to C++ qsim:
- Support for simulation on GPU with CUDA
- Support for MPS-style simulation
These features have not yet been surfaced to qsimcirq (i.e. Python).