Qibo

Latest version: v0.2.17

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

Scan your dependencies

Page 3 of 8

0.2.4

What's Changed
* Drop matplotlib dependency by AleCandido in https://github.com/qiboteam/qibo/pull/1120
* Replace psutil with multiprocessing by AleCandido in https://github.com/qiboteam/qibo/pull/1119
* Implementation of `frame_potential` metric by renatomello in https://github.com/qiboteam/qibo/pull/1056
* Fix `state(numpy=True)` method in ``QuantumState`` object by renatomello in https://github.com/qiboteam/qibo/pull/1127
* Overwrite `Channel.matrix` to raise `NotImplementedError` by renatomello in https://github.com/qiboteam/qibo/pull/1116
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/qiboteam/qibo/pull/1133
* Identity description in Documentation by niccololaurora in https://github.com/qiboteam/qibo/pull/1135
* Moving energy fluctuation to `Hamiltonian` by MatteoRobbiati in https://github.com/qiboteam/qibo/pull/1131
* Clifford Simulator by BrunoLiegiBastonLiegi in https://github.com/qiboteam/qibo/pull/1076
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/qiboteam/qibo/pull/1140
* Making VQE tests lighter by scarrazza in https://github.com/qiboteam/qibo/pull/1144
* Reduction of runtime for some tests by renatomello in https://github.com/qiboteam/qibo/pull/1145
* increasing doctest speed by scarrazza in https://github.com/qiboteam/qibo/pull/1148
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/qiboteam/qibo/pull/1149
* fixing cupy tests failing by scarrazza in https://github.com/qiboteam/qibo/pull/1147
* Add `seed` parameter to `quantum_info.entangling_capacity` by renatomello in https://github.com/qiboteam/qibo/pull/1146
* Add labels to circuit wires by Simone-Bordoni in https://github.com/qiboteam/qibo/pull/1134
* Add `Clifford.to_circuit` and `Clifford.copy` methods + initialization via circuits by renatomello in https://github.com/qiboteam/qibo/pull/1139
* Return real expectation values in `Hamiltonian.expectation_from_samples` by MatteoRobbiati in https://github.com/qiboteam/qibo/pull/1153
* Restrict connectivity qubits by Simone-Bordoni in https://github.com/qiboteam/qibo/pull/1121
* Add `diagonal` architectute to deterministic Unary encoder by renatomello in https://github.com/qiboteam/qibo/pull/1141
* Quantum Error Mitigation: Readout, Importance Clifford Sampling by AlejandroSopena in https://github.com/qiboteam/qibo/pull/1129
* Bump jinja2 from 3.1.2 to 3.1.3 by dependabot in https://github.com/qiboteam/qibo/pull/1155

New Contributors
* niccololaurora made their first contribution in https://github.com/qiboteam/qibo/pull/1135

**Full Changelog**: https://github.com/qiboteam/qibo/compare/v0.2.3...v0.2.4

0.2.3

What's Changed
* Fix `matrix()` method for `gates.GeneralizedfSim` by renatomello in https://github.com/qiboteam/qibo/pull/1074
* Implementation of function that samples `U3` phases from Haar distribution by renatomello in https://github.com/qiboteam/qibo/pull/1057
* Remove py3.8 support by scarrazza in https://github.com/qiboteam/qibo/pull/1079
* Move transpiler from `Qibolab` to `Qibo` by Simone-Bordoni in https://github.com/qiboteam/qibo/pull/1055
* DBF Energy fluctuations by Edoardo-Pedicillo in https://github.com/qiboteam/qibo/pull/1080
* Unary encoder for random Gaussian states by renatomello in https://github.com/qiboteam/qibo/pull/1071
* Add `probabilities` to `MeasurementOutcomes` by BrunoLiegiBastonLiegi in https://github.com/qiboteam/qibo/pull/1066
* Fix ``Clifford`` label on controlled gates by renatomello in https://github.com/qiboteam/qibo/pull/1090
* Inclusion of all cached gate matrices into ``QiboMatrices`` by renatomello in https://github.com/qiboteam/qibo/pull/1092
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/qiboteam/qibo/pull/1088
* Change `gates.ECR` decomposition by renatomello in https://github.com/qiboteam/qibo/pull/1091
* Add decomposition for ``gates.FSWAP`` by renatomello in https://github.com/qiboteam/qibo/pull/1093
* DBF step optimization by MatteoRobbiati in https://github.com/qiboteam/qibo/pull/1081
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/qiboteam/qibo/pull/1101
* Update Qibo docs diagram adding qibochem by MatteoRobbiati in https://github.com/qiboteam/qibo/pull/1075
* Sabre with measurements by Simone-Bordoni in https://github.com/qiboteam/qibo/pull/1084
* Add user choice between `U3` or `GPI2` as single-qubit native gate by Simone-Bordoni in https://github.com/qiboteam/qibo/pull/1095
* Double bracket iterations by Edoardo-Pedicillo in https://github.com/qiboteam/qibo/pull/1047
* Add note about in-place updating in the docs by MatteoRobbiati in https://github.com/qiboteam/qibo/pull/1108
* Bugfix to ``MeasurementOutcomes`` by BrunoLiegiBastonLiegi in https://github.com/qiboteam/qibo/pull/1109
* Fix test that randomly crashes for `tensorflow` by renatomello in https://github.com/qiboteam/qibo/pull/1112
* `NotImplementedError` when `Circuit.unitary` and `Circuit.invert` are called and circuit contains noise channels by renatomello in https://github.com/qiboteam/qibo/pull/1111
* Add energy fluctuation in VQE by MatteoRobbiati in https://github.com/qiboteam/qibo/pull/1107
* Fix bug in `quantum_info.random_clifford` by renatomello in https://github.com/qiboteam/qibo/pull/1114
* updating lock by scarrazza in https://github.com/qiboteam/qibo/pull/1115
* Create `gates.CY` by renatomello in https://github.com/qiboteam/qibo/pull/1103


**Full Changelog**: https://github.com/qiboteam/qibo/compare/v0.2.2...v0.2.3

0.2.2

What's Changed
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/qiboteam/qibo/pull/1033
* Add custom `decompose` method to `gates.U3` and `gates.CZ` by renatomello in https://github.com/qiboteam/qibo/pull/1035
* Add reference to qibosoq paper by rodolfocarobene in https://github.com/qiboteam/qibo/pull/1038
* Parameter docs by MatteoRobbiati in https://github.com/qiboteam/qibo/pull/1029
* Rename `gates.RXY` as `gates.RXXYY` and fix `gates.SYC` docstring by renatomello in https://github.com/qiboteam/qibo/pull/1042
* Add `order` parameter to `backend.calculate_norm` by renatomello in https://github.com/qiboteam/qibo/pull/1043
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/qiboteam/qibo/pull/1048
* Native gate for Quantinuum platform by renatomello in https://github.com/qiboteam/qibo/pull/1041
* Implementation of `backend.calculate_overlap_density_matrix` in `numpy` backend by renatomello in https://github.com/qiboteam/qibo/pull/1044
* Bump urllib3 from 2.0.6 to 2.0.7 by dependabot in https://github.com/qiboteam/qibo/pull/1049
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/qiboteam/qibo/pull/1053
* Bump werkzeug from 2.3.6 to 3.0.1 by dependabot in https://github.com/qiboteam/qibo/pull/1058
* Execute multiple circuits in parallel by stavros11 in https://github.com/qiboteam/qibo/pull/1046
* updating lock file by scarrazza in https://github.com/qiboteam/qibo/pull/1063
* Fix sphinx compilation warnings/errors by scarrazza in https://github.com/qiboteam/qibo/pull/1062
* Circuit Execution Outputs by BrunoLiegiBastonLiegi in https://github.com/qiboteam/qibo/pull/1039
* Avoid tutorials repetition by scarrazza in https://github.com/qiboteam/qibo/pull/1061
* New implementation of `EntanglementEntropy` callback by renatomello in https://github.com/qiboteam/qibo/pull/1045
* Nix by AleCandido in https://github.com/qiboteam/qibo/pull/1067
* Calculation of `quantum_info.haar_integral` exactly by renatomello in https://github.com/qiboteam/qibo/pull/1052
* Creation of `qibo.models.encodings` and implementation of `unary_encoder` by renatomello in https://github.com/qiboteam/qibo/pull/1059
* Circuit Execution Output bugfix for the qibojit and qibolab backends by BrunoLiegiBastonLiegi in https://github.com/qiboteam/qibo/pull/1070

New Contributors
* rodolfocarobene made their first contribution in https://github.com/qiboteam/qibo/pull/1038

**Full Changelog**: https://github.com/qiboteam/qibo/compare/v0.2.1...v0.2.2

0.2.1

What's Changed
* Add qinntegrate paper to publications by MatteoRobbiati in https://github.com/qiboteam/qibo/pull/994
* Drop cached property replacement by AleCandido in https://github.com/qiboteam/qibo/pull/997
* Bump tornado from 6.3.2 to 6.3.3 by dependabot in https://github.com/qiboteam/qibo/pull/998
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/qiboteam/qibo/pull/1000
* Faster implementations for `random_statevector` by renatomello in https://github.com/qiboteam/qibo/pull/995
* fix issue 1004 by PiergiorgioButtarini in https://github.com/qiboteam/qibo/pull/1005
* Remove docker and rtd by scarrazza in https://github.com/qiboteam/qibo/pull/1006
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/qiboteam/qibo/pull/1011
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/qiboteam/qibo/pull/1012
* Matrix by AleCandido in https://github.com/qiboteam/qibo/pull/1014
* Include `stinespring` representation in `random_quantum_channel` by renatomello in https://github.com/qiboteam/qibo/pull/996
* fixing previous qap branch by shangtai in https://github.com/qiboteam/qibo/pull/1003
* fixing previous mvc branch by shangtai in https://github.com/qiboteam/qibo/pull/1002
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/qiboteam/qibo/pull/1016
* Save gates to JSON by Jacfomg in https://github.com/qiboteam/qibo/pull/1015
* Add `ginibre` metric to `random_density_matrix` and `bcsz` measure to `random_quantum_channel` by renatomello in https://github.com/qiboteam/qibo/pull/999
* `Parameter` class by WanderingMike in https://github.com/qiboteam/qibo/pull/965
* Fix `apply_channel()` for statevector simulation by AlejandroSopena in https://github.com/qiboteam/qibo/pull/1022
* Include `density_matrix` flag in `random_clifford` and `random_pauli` by renatomello in https://github.com/qiboteam/qibo/pull/1024
* Bump urllib3 from 2.0.4 to 2.0.6 by dependabot in https://github.com/qiboteam/qibo/pull/1026
* Bump pillow from 10.0.0 to 10.0.1 by dependabot in https://github.com/qiboteam/qibo/pull/1028
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/qiboteam/qibo/pull/1027
* Repeated execution and density matrices by stavros11 in https://github.com/qiboteam/qibo/pull/1025

New Contributors
* PiergiorgioButtarini made their first contribution in https://github.com/qiboteam/qibo/pull/1005
* Jacfomg made their first contribution in https://github.com/qiboteam/qibo/pull/1015
* WanderingMike made their first contribution in https://github.com/qiboteam/qibo/pull/965

**Full Changelog**: https://github.com/qiboteam/qibo/compare/v0.2.0...v0.2.1

0.2.0

What's Changed
* [pre-commit.ci] pre-commit autoupdate (1000) pre-commit-ci
* Bump tornado from 6.3.2 to 6.3.3 (998) dependabot
* Drop cached property replacement (997) AleCandido
* Add qinntegrate paper to publications (994) MatteoRobbiati
* Fix double callbacks in evolution models (989) MatteoRobbiati
* Change `.matrix` from property to method and remove `asmatrix` method (985) renatomello
* Improvements to `quantum_info` documentation (992) renatomello
* [pre-commit.ci] pre-commit autoupdate (991) pre-commit-ci
* Qaml example (983) MatteoRobbiati
* Fix `hadamard_transform` documentation (987) renatomello
* [pre-commit.ci] pre-commit autoupdate (984) pre-commit-ci
* Update Clifford label in `ECR`, `Rn`, and `CRn` gates (978) renatomello
* adding multicontrol Z to the QFIAE tutorial (982) gmlejarza
* Add `PhaseDampingChannel` (976) renatomello

0.1.16

What's Changed
* Add Diamond norm to `quantum_info.metrics` by renatomello in https://github.com/qiboteam/qibo/pull/949
* Add `Givens` gate by renatomello in https://github.com/qiboteam/qibo/pull/954
* Add `clifford` label to gates by renatomello in https://github.com/qiboteam/qibo/pull/952
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/qiboteam/qibo/pull/958
* Add `SX`, `RBS`, `RZX`, `ECR`, and `SYC` gates by renatomello in https://github.com/qiboteam/qibo/pull/959
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/qiboteam/qibo/pull/960
* Numerical methods for calculating gradients by MatteoRobbiati in https://github.com/qiboteam/qibo/pull/899
* Update qsvd.py by myhomeboughtazoo in https://github.com/qiboteam/qibo/pull/961
* New `unitary` attribute to gates and `KrausChannel` checks if all operators are unitaries by renatomello in https://github.com/qiboteam/qibo/pull/968
* Add `RXY`, `CSX`, and `DEUTSCH` gates by renatomello in https://github.com/qiboteam/qibo/pull/963
* Implementation of `AmplitudeDampingChannel` by renatomello in https://github.com/qiboteam/qibo/pull/969
* Update `qibojit` on `poetry.lock` by renatomello in https://github.com/qiboteam/qibo/pull/974
* Update docs for dagger by stavros11 in https://github.com/qiboteam/qibo/pull/972
* Import `Circuit` directly from `qibo` by renatomello in https://github.com/qiboteam/qibo/pull/971
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/qiboteam/qibo/pull/977
* Add delay pulse option to `Align` gate by SERVCUBED in https://github.com/qiboteam/qibo/pull/975
* Add example for `quantum k-medians clustering` by emapuljak in https://github.com/qiboteam/qibo/pull/955
* Docs makeup by MatteoRobbiati in https://github.com/qiboteam/qibo/pull/981
* Updating docs by scarrazza in https://github.com/qiboteam/qibo/pull/979

New Contributors
* myhomeboughtazoo made their first contribution in https://github.com/qiboteam/qibo/pull/961
* SERVCUBED made their first contribution in https://github.com/qiboteam/qibo/pull/975
* emapuljak made their first contribution in https://github.com/qiboteam/qibo/pull/955

**Full Changelog**: https://github.com/qiboteam/qibo/compare/v0.1.15...v0.1.16

Page 3 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.