Qulacs

Latest version: v0.6.4.1

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

Scan your dependencies

Page 2 of 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

0.5.1

* Revert wheel.yml to the revision before 329 by ikanago in https://github.com/qulacs/qulacs/pull/350

New Contributors
* KowerKoint made their first contribution in https://github.com/qulacs/qulacs/pull/333
* WATLE made their first contribution in https://github.com/qulacs/qulacs/pull/331
* ikanago made their first contribution in https://github.com/qulacs/qulacs/pull/341

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

0.5.0

What's Changed
* Add qulacs integration notice to README by forest1040 in https://github.com/qulacs/qulacs/pull/318
* Merge qulacs-osaka by kwkbtr in https://github.com/qulacs/qulacs/pull/321
This PR merges the latest dev branch of https://github.com/Qulacs-Osaka/qulacs-osaka/commit/e54ffe96f87dbc8afa28e7773c1d40b52eaadcd8 into qulacs/qulacs:dev.
* Merge qulacs-osaka by forest1040 in https://github.com/qulacs/qulacs/pull/325


**Full Changelog**: https://github.com/qulacs/qulacs/compare/v0.3.1...v0.5.0

Page 2 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.