Releases: quantumlib/qsim
qsim v0.21.0
This is a minor release that adds support for matrix gates see #660
What's Changed
- Add note to example about using with cuQuantum Appliance by @eliottrosenberg in #659
- Add method for adding to opstring. by @sergeisakov in #660
- Update _version.py by @NoureldinYosri in #661
Full Changelog: v0.20.2...v0.21.0
qsim v0.20.2
qsim v0.20.1
This is a supor minor release that fixes an issue with the build wheels workflow.
What's Changed
- Add conda installation instructions by @basnijholt in #654
- Update docs: Add option to use image with CUDA preinstalled by @eliottrosenberg in #657
- build wheel for 3.12 by @NoureldinYosri in #656
Full Changelog: v0.20.0...v0.20.1
qsim v0.20.0
This version adds support for python3.12 and improves CUDA build.
What's Changed
- Drop dependency on distutils by @NoureldinYosri in #651
- Apply suggestions from CommonTypos checker by @pavoljuhas in #650
- Allow installing for Python 3.12 by @basnijholt in #649
- Set
PYTHON_INCLUDE_DIR
insetup.py
and pass it to CMake by @basnijholt in #647 - Fix: Consistent Usage of
target_link_libraries
for CUDA Targets by @basnijholt in #646 - CUDA build improvements by @basnijholt in #645
- Use CMAKE_SYSTEM_NAME and CMAKE_SYSTEM_PROCESSOR for cross-compiling by @basnijholt in #652
- update version to 0.20.0 by @NoureldinYosri in #653
Full Changelog: v0.19.0...v0.20.0
qsim v0.19.0
This minor release introduces support for qsim-basic on Apple Silicon (#643).
Note that qsim-basic lacks vector optimizations found in the SSE and AVX variants of qsim available on other platforms. Users interested in maximizing performance may wish to consider a different platform to get the most out of qsim.
qsim v0.18.0
qsim v0.17.0
qsim v0.16.3
This patch release updates pybind and cibuildwheel to work with Python 3.11 (#610) and includes wheels to match.
qsim v0.16.2
This patch release adds Python 3.11 wheels for qsim (#603).
qsim v0.16.1
This patch release of qsim fixes an issue with cuQuantum integration (#607).