Qulacs

Latest version: v0.6.11

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

Scan your dependencies

Page 2 of 6

0.6.0

What's Changed
* 397-1: Supports SPMD-type parallelization with MPI by m-ymzk in https://github.com/qulacs/qulacs/pull/449
* Support get_expectation() by m-ymzk in https://github.com/qulacs/qulacs/pull/480
* Adding SVE implementations and tests by Takumi-Honda in https://github.com/qulacs/qulacs/pull/493
* add explanation for get_inverse func by kotamanegi in https://github.com/qulacs/qulacs/pull/507
* doc for json and pickle conversion by KowerKoint in https://github.com/qulacs/qulacs/pull/503
* Add Fused-SWAP gate by m-ymzk in https://github.com/qulacs/qulacs/pull/514
* add InoperatableQuantumStateTypeException by KowerKoint in https://github.com/qulacs/qulacs/pull/516
* fix GPU by forest1040 in https://github.com/qulacs/qulacs/pull/523
* Build test module for GPU in CI by ikanago in https://github.com/qulacs/qulacs/pull/525
* Generate Python API documentation from source code by Hiroya-W in https://github.com/qulacs/qulacs/pull/518
* Install deps from pyproject.toml on Read the Docs runner by Hiroya-W in https://github.com/qulacs/qulacs/pull/522
* set EIGEN_NO_DEBUG when USE_TEST=No" by KowerKoint in https://github.com/qulacs/qulacs/pull/529
* Throw Exception when loading DensityMatrix as StateVector by Hiroya-W in https://github.com/qulacs/qulacs/pull/526
* Devcontainer gpu by ikanago in https://github.com/qulacs/qulacs/pull/532
* Add SVE implementations of expectation value calculation and modify the conditions to enable SVE implementations by Takumi-Honda in https://github.com/qulacs/qulacs/pull/521
* 397: Supports SPMD-type parallelization with MPI by m-ymzk in https://github.com/qulacs/qulacs/pull/452

New Contributors
* Takumi-Honda made their first contribution in https://github.com/qulacs/qulacs/pull/493

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

0.5.6

What's Changed
* ptree <-> QuantumStateBase, ptree <-> json conversion by KowerKoint in https://github.com/qulacs/qulacs/pull/409
* implement ptree <=> operator by KowerKoint in https://github.com/qulacs/qulacs/pull/425
* Implement ptree <=> named gate by KowerKoint in https://github.com/qulacs/qulacs/pull/426
* General Gate <=> ptree by KowerKoint in https://github.com/qulacs/qulacs/pull/433
* matrix gate <=> ptree by KowerKoint in https://github.com/qulacs/qulacs/pull/430
* circuit <=> ptree by KowerKoint in https://github.com/qulacs/qulacs/pull/437
* parametric gate <=> ptree by KowerKoint in https://github.com/qulacs/qulacs/pull/434
* json pytest: operator by KowerKoint in https://github.com/qulacs/qulacs/pull/457
* Json dev copy pauli by KowerKoint in https://github.com/qulacs/qulacs/pull/470
* Json dev gate named test by forest1040 in https://github.com/qulacs/qulacs/pull/463
* Json dev parametricgate by forest1040 in https://github.com/qulacs/qulacs/pull/465
* randomize state by KowerKoint in https://github.com/qulacs/qulacs/pull/476
* Json dev matrix gate test by forest1040 in https://github.com/qulacs/qulacs/pull/467
* Json dev circuit test by forest1040 in https://github.com/qulacs/qulacs/pull/472
* Json dev general gate test by forest1040 in https://github.com/qulacs/qulacs/pull/469
* implement ptree, JSON converting by KowerKoint in https://github.com/qulacs/qulacs/pull/485
* Support for Specifying the Number of Threads using Environment Variables by m-ymzk in https://github.com/qulacs/qulacs/pull/462
* Script to download artifact by ikanago in https://github.com/qulacs/qulacs/pull/490
* Pickle support for quantum state and circuit by kotamanegi in https://github.com/qulacs/qulacs/pull/486
* Use hendrikmuhs/ccache-action to improve cache hit rate by ikanago in https://github.com/qulacs/qulacs/pull/504
* Get embeded qulacs version by Hiroya-W in https://github.com/qulacs/qulacs/pull/492
* fix build warning by KowerKoint in https://github.com/qulacs/qulacs/pull/495
* fix parametric_circuit_from_json by KowerKoint in https://github.com/qulacs/qulacs/pull/502


**Full Changelog**: https://github.com/qulacs/qulacs/compare/v0.5.5...v0.5.6

0.5.5

What's Changed
* Resolve clang warnings by ikanago in https://github.com/qulacs/qulacs/pull/473
* Should not use `lambda` as an argument name by Hiroya-W in https://github.com/qulacs/qulacs/pull/479
* Fix CMake warnings by Hiroya-W in https://github.com/qulacs/qulacs/pull/478
* Enable mfpmath option only if x86 by r-imai-quantum in https://github.com/qulacs/qulacs/pull/482
* Add Python 3.11 support by kotamanegi in https://github.com/qulacs/qulacs/pull/488
* Fix correct key for author's email address by Hiroya-W in https://github.com/qulacs/qulacs/pull/498


**Full Changelog**: https://github.com/qulacs/qulacs/compare/v0.5.4...v0.5.5

0.5.4

What's Changed
* Integrate qulacs-rtd by Hiroya-W in https://github.com/qulacs/qulacs/pull/405
* Fix deps to build documentaiton by Hiroya-W in https://github.com/qulacs/qulacs/pull/416
* Refactor state test by ikanago in https://github.com/qulacs/qulacs/pull/407
* Remove unnecessary documentation files by Hiroya-W in https://github.com/qulacs/qulacs/pull/415
* Remove duplicate OUTPUT_LANGUAGE setting by Hiroya-W in https://github.com/qulacs/qulacs/pull/417
* update README.md to use modern install method by kotamanegi in https://github.com/qulacs/qulacs/pull/420
* fix QuantumGateBase from auto type in gpusim test_gate by templepmet in https://github.com/qulacs/qulacs/pull/422
* add Qulacs quantum circuit <--> QASM converter by kotamanegi in https://github.com/qulacs/qulacs/pull/421
* Fix typo DensityMatrix in Python advanced tutorial by Hiroya-W in https://github.com/qulacs/qulacs/pull/428
* Fix to reduce build warnings by m-ymzk in https://github.com/qulacs/qulacs/pull/440
* Translate tutorials to English by ikanago in https://github.com/qulacs/qulacs/pull/432
* I fix submenu to corrected the columns. by forest1040 in https://github.com/qulacs/qulacs/pull/454
* specify type for lambda arguments by KowerKoint in https://github.com/qulacs/qulacs/pull/451
* add make_superposition(), make_mixture() to tutorial by KowerKoint in https://github.com/qulacs/qulacs/pull/444
* Execute and get state by KowerKoint in https://github.com/qulacs/qulacs/pull/455
* use QuantumState for reflection_state, implement InvalieQubitCountException by KowerKoint in https://github.com/qulacs/qulacs/pull/442
* Compatibility for clang by ikanago in https://github.com/qulacs/qulacs/pull/446
* copy pauli in constructor by KowerKoint in https://github.com/qulacs/qulacs/pull/436
* parse exponential notation in QASM -> Qulacs convertion by kotamanegi in https://github.com/qulacs/qulacs/pull/459
* Build wheel for arm64 macOS correctly by ikanago in https://github.com/qulacs/qulacs/pull/460

New Contributors
* Hiroya-W made their first contribution in https://github.com/qulacs/qulacs/pull/405
* templepmet made their first contribution in https://github.com/qulacs/qulacs/pull/422

**Full Changelog**: https://github.com/qulacs/qulacs/compare/v0.5.3...v0.5.4

0.5.3

What's Changed
* Fix deprecated actions by ikanago in https://github.com/qulacs/qulacs/pull/366
* copy_types by WATLE in https://github.com/qulacs/qulacs/pull/353
* add clean command by kotamanegi in https://github.com/qulacs/qulacs/pull/371
* do not define OPT_FLAGS in script_build.sh if not specified by KowerKoint in https://github.com/qulacs/qulacs/pull/362
* remove "build gcc" dependency by KowerKoint in https://github.com/qulacs/qulacs/pull/368
* make_superposition(),make_mixture() by KowerKoint in https://github.com/qulacs/qulacs/pull/357
* bind apply_to_state omitting work_state by KowerKoint in https://github.com/qulacs/qulacs/pull/360
* fix memory leak of make_mixture() by KowerKoint in https://github.com/qulacs/qulacs/pull/380
* 344: QuantumCircuitSimulator terminates abnormally. by forest1040 in https://github.com/qulacs/qulacs/pull/364
* 378 Adjusting ParametricQuantumCircuitSimulator by forest1040 in https://github.com/qulacs/qulacs/pull/379
* T1T2kanwa by WATLE in https://github.com/qulacs/qulacs/pull/354
* upload sdist result to PyPI by kotamanegi in https://github.com/qulacs/qulacs/pull/376
* create wheel for arm64 mac by kotamanegi in https://github.com/qulacs/qulacs/pull/377
* Revert "create wheel for arm64 mac" by kotamanegi in https://github.com/qulacs/qulacs/pull/391
* fix is_hermitian() comment by KowerKoint in https://github.com/qulacs/qulacs/pull/390
* types by WATLE in https://github.com/qulacs/qulacs/pull/388
* refactor cppsim_wrapper by KowerKoint in https://github.com/qulacs/qulacs/pull/386
* Fix vqcsim memory leak by kotamanegi in https://github.com/qulacs/qulacs/pull/374
* Fix memory leaks in cppsim by kotamanegi in https://github.com/qulacs/qulacs/pull/369
* gate_general by WATLE in https://github.com/qulacs/qulacs/pull/387
* Run wheel build in parallel by ikanago in https://github.com/qulacs/qulacs/pull/395
* Replace typedef by ikanago in https://github.com/qulacs/qulacs/pull/385
* 396-1 Add CI and FindSVE.cmake script to support SVE by m-ymzk in https://github.com/qulacs/qulacs/pull/401
* add address-sanitizer in test env. by kotamanegi in https://github.com/qulacs/qulacs/pull/400
* Inverse by WATLE in https://github.com/qulacs/qulacs/pull/381
* Disable gcov by default by ikanago in https://github.com/qulacs/qulacs/pull/402


**Full Changelog**: https://github.com/qulacs/qulacs/compare/v0.5.2...v0.5.3

0.5.2

What's Changed
* Inst target list by WATLE in https://github.com/qulacs/qulacs/pull/352
* Fixed an error when building in a non-x86 environment by m-ymzk in https://github.com/qulacs/qulacs/pull/356
* Osaka merge by forest1040 in https://github.com/qulacs/qulacs/pull/359

New Contributors
* m-ymzk made their first contribution in https://github.com/qulacs/qulacs/pull/356

**Full Changelog**: https://github.com/qulacs/qulacs/compare/v0.5.1...v0.5.2

Page 2 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.