Quri-parts

Latest version: v17.0.0

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

Scan your dependencies

Page 3 of 5

0.14.0

What's Changed
* update tutorial by tanan in https://github.com/QunaSys/quri-parts/pull/165
* Relax version constraints for qiskit packages by kwkbtr in https://github.com/QunaSys/quri-parts/pull/174
* Cost tracker by dchung0741 in https://github.com/QunaSys/quri-parts/pull/179
* Spin symmetric uccsd by dchung0741 in https://github.com/QunaSys/quri-parts/pull/181
* Kupccgsd identify parameter by dchung0741 in https://github.com/QunaSys/quri-parts/pull/185
* Bug fix in convert empty circuit with noise model to qulacs by lqtmirage in https://github.com/QunaSys/quri-parts/pull/186
* Add bit length by dchung0741 in https://github.com/QunaSys/quri-parts/pull/189
* Python 3 11 fix by dchung0741 in https://github.com/QunaSys/quri-parts/pull/190
* Inverse state mapper by kwkbtr in https://github.com/QunaSys/quri-parts/pull/154


**Full Changelog**: https://github.com/QunaSys/quri-parts/compare/v0.13.0...v0.14.0

0.13.0

What's Changed
* Fix dtype for ndarray in Optimizers by lqtmirage in https://github.com/QunaSys/quri-parts/pull/152
* Save data from runtime by dchung0741 in https://github.com/QunaSys/quri-parts/pull/153
* Add CircuitTranspiler to normalize rotation gate parameters by lqtmirage in https://github.com/QunaSys/quri-parts/pull/157
* Streamlined hamiltonian by dchung0741 in https://github.com/QunaSys/quri-parts/pull/158
* Multiply state by circuit by tanan in https://github.com/QunaSys/quri-parts/pull/160
* Post-selection by wakuwaku414 in https://github.com/QunaSys/quri-parts/pull/82
* Measurement support for `QuantumCircuit` by Zshan0 in https://github.com/QunaSys/quri-parts/pull/168
* Replacing unhashable defaults with factories by BogdanRajkov in https://github.com/QunaSys/quri-parts/pull/171
* Circuit drawer by wakuwaku414 in https://github.com/QunaSys/quri-parts/pull/75
* Fix release versioning by kwkbtr in https://github.com/QunaSys/quri-parts/pull/172
* Allow Python 3.11 by kwkbtr in https://github.com/QunaSys/quri-parts/pull/173

New Contributors
* wakuwaku414 made their first contribution in https://github.com/QunaSys/quri-parts/pull/82
* BogdanRajkov made their first contribution in https://github.com/QunaSys/quri-parts/pull/171

**Full Changelog**: https://github.com/QunaSys/quri-parts/compare/v0.12.0...v0.13.0

0.12.0.post1

This is a release addressing an issue of release process.

**Full Changelog**: https://github.com/QunaSys/quri-parts/compare/v0.12.0...v0.12.0.post1

0.12.0

What's Changed
* Fix CliffordRZSetTranspiler by lqtmirage in https://github.com/QunaSys/quri-parts/pull/99
* Sampling fix by Zshan0 in https://github.com/QunaSys/quri-parts/pull/101
* Fix UnitaryMatrix KAK decomposition and conversions to backends by lqtmirage in https://github.com/QunaSys/quri-parts/pull/117
* Add fusing rotation gates to the preset gate set decomposition paths by lqtmirage in https://github.com/QunaSys/quri-parts/pull/118
* Storing raw data from qiskit backend to json by dchung0741 in https://github.com/QunaSys/quri-parts/pull/125
* Support computational basis state for evaluate state to vector by dchung0741 in https://github.com/QunaSys/quri-parts/pull/140
* Bug fix in circuit converter with noise model to qulacs by lqtmirage in https://github.com/QunaSys/quri-parts/pull/141
* Bug fix for single sampling job by dchung0741 in https://github.com/QunaSys/quri-parts/pull/143
* Pre-compiled qulacs circuit by dchung0741 in https://github.com/QunaSys/quri-parts/pull/145
* Qiskit primitive by Zshan0 in https://github.com/QunaSys/quri-parts/pull/147

CI-related changes

* Reduce execution time of GitHub Actions by kwkbtr in https://github.com/QunaSys/quri-parts/pull/116
* Trigger lint CI when poetry.lock is updated by kwkbtr in https://github.com/QunaSys/quri-parts/pull/119
* Fix document build: install all sub packages by kwkbtr in https://github.com/QunaSys/quri-parts/pull/126
* Fix julia install by yasuo-ozu in https://github.com/QunaSys/quri-parts/pull/127
* Change python version invariant by yasuo-ozu in https://github.com/QunaSys/quri-parts/pull/128
* Yozu fix ci py ver by yasuo-ozu in https://github.com/QunaSys/quri-parts/pull/131
* Yozu julia cache by yasuo-ozu in https://github.com/QunaSys/quri-parts/pull/132
* Add lucking deps by yasuo-ozu in https://github.com/QunaSys/quri-parts/pull/133
* Unify python & poetry install to composite action by y-yu in https://github.com/QunaSys/quri-parts/pull/122

New Contributors
* yasuo-ozu made their first contribution in https://github.com/QunaSys/quri-parts/pull/127
* y-yu made their first contribution in https://github.com/QunaSys/quri-parts/pull/122

**Full Changelog**: https://github.com/QunaSys/quri-parts/compare/v0.11.0...v0.12.0

0.11.0

What's Changed
* Add create_concurrent_parametric_estimator by r-imai-quantum in https://github.com/QunaSys/quri-parts/pull/83
* Update license files by kwkbtr in https://github.com/QunaSys/quri-parts/pull/86
* Connectivity graph by Zshan0 in https://github.com/QunaSys/quri-parts/pull/70
* Stim simulator by dchung0741 in https://github.com/QunaSys/quri-parts/pull/88
* Rewrite the check of hermiticity in mitigations by rykojima in https://github.com/QunaSys/quri-parts/pull/89
* Hessian by dchung0741 in https://github.com/QunaSys/quri-parts/pull/90
* make stim version ^1.11.0 by dchung0741 in https://github.com/QunaSys/quri-parts/pull/91
* Clifford + RZ decomposer by lqtmirage in https://github.com/QunaSys/quri-parts/pull/92
* Custom gate filter for noise model by lqtmirage in https://github.com/QunaSys/quri-parts/pull/87
* KAK decomposer for 2 qubit UnitaryMatrix gate by lqtmirage in https://github.com/QunaSys/quri-parts/pull/93
* Add Qiskit transpiler by lqtmirage in https://github.com/QunaSys/quri-parts/pull/95
* non-relativistic quantum chemistry by dchung0741 in https://github.com/QunaSys/quri-parts/pull/96
* Tket converter by dchung0741 in https://github.com/QunaSys/quri-parts/pull/97
* Fill diagonal elements of error_matrix from gradient estimators by r-imai-quantum in https://github.com/QunaSys/quri-parts/pull/85
* Include UnitaryMatrix gate decomposers in fixed gate set decomposers by lqtmirage in https://github.com/QunaSys/quri-parts/pull/98


**Full Changelog**: https://github.com/QunaSys/quri-parts/compare/v0.10.0...v0.11.0

0.10.0

What's Changed
* Add Identity elimination transpiler by lqtmirage in https://github.com/QunaSys/quri-parts/pull/53
* Update license file by kwkbtr in https://github.com/QunaSys/quri-parts/pull/55
* Transpiler for OpenQASM decomposing multi-Pauli (rotation) gates by kwkbtr in https://github.com/QunaSys/quri-parts/pull/52
* Overlap estimator by ThomasenQunasys in https://github.com/QunaSys/quri-parts/pull/56
* Update grad tutorial by param shift by tanan in https://github.com/QunaSys/quri-parts/pull/57
* Add dependabot configuration by kwkbtr in https://github.com/QunaSys/quri-parts/pull/61
* Dependabot config by kwkbtr in https://github.com/QunaSys/quri-parts/pull/67
* Energy gradient by toru4838 in https://github.com/QunaSys/quri-parts/pull/59
* Update qulacs by kwkbtr in https://github.com/QunaSys/quri-parts/pull/60
* Remove lock files under sub packages by kwkbtr in https://github.com/QunaSys/quri-parts/pull/68
* Update poetry.lock by kwkbtr in https://github.com/QunaSys/quri-parts/pull/69
* Change package name honeywell to quantinuum by lqtmirage in https://github.com/QunaSys/quri-parts/pull/76
* Sampler with Qulacs-NoiseSampler by rykojima in https://github.com/QunaSys/quri-parts/pull/6
* Add Quantinuum native transpilers for effectiveness on a real device by lqtmirage in https://github.com/QunaSys/quri-parts/pull/77
* Cirq to Quri-Parts converter by rykojima in https://github.com/QunaSys/quri-parts/pull/78
* Qiskit to Quri-Parts converter by rykojima in https://github.com/QunaSys/quri-parts/pull/79
* Rename test files by rykojima in https://github.com/QunaSys/quri-parts/pull/80
* Fix package description for quantinuum by lqtmirage in https://github.com/QunaSys/quri-parts/pull/81

New Contributors
* ThomasenQunasys made their first contribution in https://github.com/QunaSys/quri-parts/pull/56

**Full Changelog**: https://github.com/QunaSys/quri-parts/compare/v0.9.2...v0.10.0

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.