Releases: QunaSys/quri-parts
Releases · QunaSys/quri-parts
v0.20.3
v0.20.2
What's Changed
- Fix
QuantumCircuit.__eq__
bug by @yasuo-ozu in #375 - Change linux compatiblity tag to manylinux_2_24 by @yasuo-ozu in #377
- Rounding sampling by @dchung0741 in #380
- Revert "Change linux compatiblity tag to manylinux_2_24" by @yasuo-ozu in #378
- Release 0.20.2 by @kwkbtr in #376
Full Changelog: v0.20.1...v0.20.2
v0.20.1
What's Changed
- Fix convert_circuit to Qulacs including TOFFOLI by @lqtmirage in #373
Full Changelog: v0.20.0...v0.20.1
v0.20.0
What's Changed
- Update python version for license check workflow by @toru4838 in #353
- Gate set conversion transpiler for STAR architecture by @lqtmirage in #358
- Update qulacs by @yasuo-ozu in #359
- Merge QuantumCircuit backend written in Rust by @yasuo-ozu in #363
- Fix python behavior to install quri-parts-rust package by @yasuo-ozu in #365
- Param sampler by @dchung0741 in #367
- Fix Python version requirements by @kwkbtr in #366
- Bug fix and add tests for CliffordConversionTranspiler by @lqtmirage in #368
- Qulacs dm gen sampler by @dchung0741 in #369
- Circuit cost estimator by @kwkbtr in #370
- Fix workflows (Update package.yml) by @toru4838 in #372
Full Changelog: v0.19.0...v0.20.0
v0.19.0
What's Changed
- Arbitrary gate set conversion transpiler by @lqtmirage in #341
- From qulacs converter by @HayatoYunoki in #342
- Replace
cfloat
withcomplex128
. Modify version constraints on numpy by @toru4838 in #343 - Qiskit 1 update by @dchung0741 in #345
- Fix scipy import error by @toru4838 in #344
- Make ImmutableQuantumCircuit.depth a cached property by @kwkbtr in #346
- Freeze the circuit before converting to a Qulacs circuit with a noise model by @kwkbtr in #347
- Support numpy 2.0.0 by @toru4838 in #351
Full Changelog: v0.18.1...v0.19.0
v0.18.1
What's Changed
- Bug of draw_circuit function by @ayakatoayaka in #338
- Braket bug by @ThomasenQunasys in #340
New Contributors
- @ayakatoayaka made their first contribution in #338
Full Changelog: v0.18.0...v0.18.1
v0.18.0
What's Changed
- bind param by dict by @dchung0741 in #326
- Concurrent state sampler by @henryliao85 in #334
- change parity_sign_of_bits by @HayatoYunoki in #336
- Bug fix: Qiskit backend max shots by @toru4838 in #337
New Contributors
- @henryliao85 made their first contribution in #334
- @HayatoYunoki made their first contribution in #336
Full Changelog: v0.17.0...v0.18.0
v0.17.0
What's Changed
- New mapping interface tutorial by @dchung0741 in #309
- Doc config by @dchung0741 in #316
- State vector sampler by @dchung0741 in #317
- Reduce CNOT Transpiler by @lqtmirage in #231
- Qulacs general estimator by @dchung0741 in #319
- General sampling estimator by @dchung0741 in #321
- Bug Fix: sz=0 ignored in post selection filter by @dchung0741 in #323
- Post selection concurrrent sampler by @dchung0741 in #324
Full Changelog: v0.16.1...v0.17.0
v0.16.1
v0.16.0
What's Changed
- Bugfix: Add missing argument (quri-parts-itensor) by @toru4838 in #254
- Data recording by @toru4838 in #267
- Check operator estimatable by @dchung0741 in #272
- Update doc topic page by @dchung0741 in #263
- Add
__eq__()
method to(Parametric)QuantumGate
by @toru4838 in #277 - Base ActiveSpaceMolecularOrbital class by @dchung0741 in #287
- Default backend max shot by @dchung0741 in #289
- add overload signature by @dchung0741 in #294
- New fermion qubit interface by @dchung0741 in #283
- Automatic general estimator creation by @dchung0741 in #293
- Generic spin scbk by @dchung0741 in #298
- fix workflow by @dchung0741 in #301
- Add TketTranspiler for optimization by @lqtmirage in #300
- Caching grouped results and refactor sampling estimator by @dchung0741 in #302
- Execute Pauli(Rotation)DecomposeTranspiler before converting circuit (quri-parts-itensor) by @toru4838 in #274
- fix empty circuit error by @dchung0741 in #303
- Braket inv circuit converter by @dchung0741 in #304
- Cache PauliLabel instances in a
weakref
dictionary by @toru4838 in #306
Full Changelog: v0.15.1...v0.16.0