Qulacs

Latest version: v0.6.11

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

0.6.11

What's Changed
* temporary fix for brew install python3.12 issue by KowerKoint in https://github.com/qulacs/qulacs/pull/662
* Fix `CausalConeSimulator` by replacing `QuantumGateBase::set_target_qubit_index` by KowerKoint in https://github.com/qulacs/qulacs/pull/661
* remove useless single-pauli of observable by KowerKoint in https://github.com/qulacs/qulacs/pull/664
* fix homebrew issue by KowerKoint in https://github.com/qulacs/qulacs/pull/666
* seed on NoiseGateFactory by KowerKoint in https://github.com/qulacs/qulacs/pull/667


**Full Changelog**: https://github.com/qulacs/qulacs/compare/v0.6.10...v0.6.11

0.6.10

What's Changed
* Restore stubs from 2868622 by ikanago in https://github.com/qulacs/qulacs/pull/643
* Fix sphinx-autoapi version to build Python API document properly by ikanago in https://github.com/qulacs/qulacs/pull/648
* Adding ROCm support for AMD GPUs by hisohara in https://github.com/qulacs/qulacs/pull/638
* fix ReadTheDocs Addons enabled by default by forest1040 in https://github.com/qulacs/qulacs/pull/652
* brew link add --overwrite option by forest1040 in https://github.com/qulacs/qulacs/pull/653
* Upgrade pybind11 to support NumPy 2 by KowerKoint in https://github.com/qulacs/qulacs/pull/656
* do not exclude on python3.8 3.9 by KowerKoint in https://github.com/qulacs/qulacs/pull/657

New Contributors
* hisohara made their first contribution in https://github.com/qulacs/qulacs/pull/638

**Full Changelog**: https://github.com/qulacs/qulacs/compare/v0.6.4.1...v0.6.5

0.6.4.1

What's Changed
* Remove brew upgrade all by KowerKoint in https://github.com/qulacs/qulacs/pull/644
* release-v0.6.4 by ikanago in https://github.com/qulacs/qulacs/pull/646


**Full Changelog**: https://github.com/qulacs/qulacs/compare/v0.6.4...v0.6.4.1

0.6.3

What's Changed
* Ubuntu 22.04 LTS installation instructions by WrathfulSpatula in https://github.com/qulacs/qulacs/pull/585
* upgrade doc dependencies by KowerKoint in https://github.com/qulacs/qulacs/pull/601
* Adding swap insertion feature to circuit optimizer by Akihiro-Tabuchi in https://github.com/qulacs/qulacs/pull/598
* pybind PauliString(vector,string,CTYPE) by KowerKoint in https://github.com/qulacs/qulacs/pull/594
* The dimension must be ITYPE by forest1040 in https://github.com/qulacs/qulacs/pull/603

New Contributors
* WrathfulSpatula made their first contribution in https://github.com/qulacs/qulacs/pull/585

**Full Changelog**: https://github.com/qulacs/qulacs/compare/v0.6.2...v0.6.3

0.6.2

What's Changed
* remove std::find(), precalc where parametric gates exist by KowerKoint in https://github.com/qulacs/qulacs/pull/565
* Collect missing coverage by Hiroya-W in https://github.com/qulacs/qulacs/pull/564
* Pass codecov patch check by Hiroya-W in https://github.com/qulacs/qulacs/pull/568
* Fix typo by Hiroya-W in https://github.com/qulacs/qulacs/pull/569
* Fix typo in overview in the docs by Gopal-Dahale in https://github.com/qulacs/qulacs/pull/570
* Add tests for IBM Q gates by Hiroya-W in https://github.com/qulacs/qulacs/pull/571
* Update action to remove deprecated components by ikanago in https://github.com/qulacs/qulacs/pull/578
* Support for Parametric-gate functions to work on multicpu by m-ymzk in https://github.com/qulacs/qulacs/pull/567
* Make Qulacs compile with Clang and as sub-project / bug fix for USE_PYTHON=ON by mmoelle1 in https://github.com/qulacs/qulacs/pull/577
* Add missing test cases in circuit test by Hiroya-W in https://github.com/qulacs/qulacs/pull/576
* pybind11-stubgen changed parameter by forest1040 in https://github.com/qulacs/qulacs/pull/582
* Always enable sphinx_rtd_theme by forest1040 in https://github.com/qulacs/qulacs/pull/584
* Deal with newer version of pybind11-stubgen by KowerKoint in https://github.com/qulacs/qulacs/pull/583
* correct homepage url by KowerKoint in https://github.com/qulacs/qulacs/pull/587
* Fix diagonal matrix gate for MPI by Akihiro-Tabuchi in https://github.com/qulacs/qulacs/pull/581
* Add rotation gate's matrix representation by Hiroya-W in https://github.com/qulacs/qulacs/pull/574
* update devcontainer python/cuda version by KowerKoint in https://github.com/qulacs/qulacs/pull/589

New Contributors
* Gopal-Dahale made their first contribution in https://github.com/qulacs/qulacs/pull/570
* mmoelle1 made their first contribution in https://github.com/qulacs/qulacs/pull/577
* Akihiro-Tabuchi made their first contribution in https://github.com/qulacs/qulacs/pull/581

**Full Changelog**: https://github.com/qulacs/qulacs/compare/v0.6.1...v0.6.2

0.6.1

What's Changed
* remove checkCudaErros() without filename and line by KowerKoint in https://github.com/qulacs/qulacs/pull/536
* add --base-numpy-ndarray option by KowerKoint in https://github.com/qulacs/qulacs/pull/542
* Add symlink to python in Dev Container for GPU by Hiroya-W in https://github.com/qulacs/qulacs/pull/544
* Match signed numbers by Hiroya-W in https://github.com/qulacs/qulacs/pull/540
* Format to python source files by Hiroya-W in https://github.com/qulacs/qulacs/pull/545
* Remove Cereal by ikanago in https://github.com/qulacs/qulacs/pull/546
* Format python sources by Hiroya-W in https://github.com/qulacs/qulacs/pull/547
* update clang-format cmake target by KowerKoint in https://github.com/qulacs/qulacs/pull/549
* Splitted python tests using pytest by Hiroya-W in https://github.com/qulacs/qulacs/pull/551
* Remove clang format container by ikanago in https://github.com/qulacs/qulacs/pull/556
* 550 add tutorial by Glacialte in https://github.com/qulacs/qulacs/pull/553
* Pass codecov check on GitHub Actions by Hiroya-W in https://github.com/qulacs/qulacs/pull/559
* Calculate a more accurate value by increasing the number of samples by Hiroya-W in https://github.com/qulacs/qulacs/pull/552
* Update stub files using pybind11-stubgen 0.15.0 by Hiroya-W in https://github.com/qulacs/qulacs/pull/560
* 554 add tutorial quantum circuit by Glacialte in https://github.com/qulacs/qulacs/pull/558
* Rewrite get matrix function in cpp from py by gandalfr-KY in https://github.com/qulacs/qulacs/pull/557

New Contributors
* Glacialte made their first contribution in https://github.com/qulacs/qulacs/pull/553
* gandalfr-KY made their first contribution in https://github.com/qulacs/qulacs/pull/557

**Full Changelog**: https://github.com/qulacs/qulacs/compare/v0.6.0...v0.6.1

Page 1 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.