Qulacs

Latest version: v0.6.3

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

Scan your dependencies

Page 1 of 6

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

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

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.