qibo 0.2.12
release-drafter
released this
20 Sep 11:33
·
755 commits
to master
since this release
What's Changed
- Optimize shortestpath in SABRE by @csookim in #1408
- Fix root cause of bug reported in PR #1412 by @renatomello in #1417
- Add
gates.GeneralizedRBS
gate by @renatomello in #1373 - Tuple-related type hints by @alecandido in #1420
- Added global unitary folding for get_noisy_circuits by @mho291 in #1327
- Add
gates.CNOT
as a native gate in gate decomposition by @csookim in #1422 - Fix default backend loading by @alecandido in #1430
- Improved docs of
Hamiltonian
andGradients
modules by @renatomello in #1428 - Matplotlib circuit drawer by @sergiomtzlosa in #1370
- Serialization of measurements by @BrunoLiegiBastonLiegi in #1431
- Fixes related to MPL drawer by @MatteoRobbiati in #1444
- Fix math rendering in some docsstrings of the
quantum_info
module by @renatomello in #1441 - Fix doc warnings by @renatomello in #1442
- Fix Shor example by @stavros11 in #1439
- Fix bug in
quantum_info._reshuffling
by @renatomello in #1446 - SABRE + CircuitMap Optimization by @csookim in #1419
- Hyperoptimizing with Optuna by @MatteoRobbiati in #1338
- Expectation values as native backend arrays by @BrunoLiegiBastonLiegi in #1382
- Allow
Circuit.draw
to display string directly by @renatomello in #1434 - Matplotlib drawer: fix bug #1437 and add tests by @sergiomtzlosa in #1438
- Add missing
hermitian
argument tobackend.calculate_eigenvalues
andbackend.calculate_eigenvectors
methods by @renatomello in #1448 - Add
mutual_information
andclassical_mutual_information
toquantum_info.entropies
by @renatomello in #1455 - Bugfix to matrix unpacking in
CliffordBackend
by @BrunoLiegiBastonLiegi in #1457 - Add
total_variation_distance
toquantum_info.utils
by @renatomello in #1452 - Add
matrix_power
toquantum_info.linalg_operations
by @renatomello in #1454
New Contributors
- @sergiomtzlosa made their first contribution in #1370
Full Changelog: v0.2.11...v0.2.12