pytket-qulacs¶
Qulacs is an optimized quantum circuit simulator.
pytket-qulacs
is an extension to pytket
that allows pytket
circuits
to be simulated using qulacs
.
pytket-qulacs
is available for Python 3.10 and 3.11 on Linux, MacOS and
Windows. To install, run:
pip install pytket-qulacs
GPU acceleration¶
To use the QulacsGPUBackend
, which can take advantage of a CUDA-enabled GPU
on your machine for faster simulation, it is necessary to first install the CUDA
toolset. For platform-specific instructions on how to do this, see:
Afterwards, install qulacs-gpu
:
pip install qulacs-gpu
The QulacsGPUBackend
has an identical API to the QulacsBackend
.
- API documentation
- Changelog
- 0.38.0 (October 2024)
- 0.37.0 (July 2024)
- 0.36.0 (April 2024)
- 0.35.0 (March 2024)
- 0.34.0 (January 2024)
- 0.33.0 (January 2024)
- 0.32.0 (November 2023)
- 0.31.0 (October 2023)
- 0.30.0 (September 2023)
- 0.29.0 (June 2023)
- 0.28.0 (May 2023)
- 0.27.0 (April 2023)
- 0.26.0 (January 2023)
- 0.25.0 (December 2022)
- 0.24.0 (November 2022)
- 0.23.1 (October 2022)
- 0.23.0 (October 2022)
- 0.22.0 (August 2022)
- 0.21.0 (July 2022)
- 0.20.0 (June 2022)
- 0.19.0 (May 2022)
- 0.18.0 (April 2022)
- 0.17.0 (March 2022)
- 0.16.0 (February 2022)
- 0.15.0 (January 2022)
- 0.14.0 (November 2021)
- 0.13.0 (October 2021)
- 0.12.0 (September 2021)
- 0.11.0 (September 2021)
- 0.10.0 (July 2021)
- 0.9.0 (June 2021)
- 0.8.0 (May 2021)