release-drafter
released this
28 Oct 18:34
·
67 commits
to master
since this release
What's Changed
- Fix docstring of
quantum_info.utils.total_variation_distance
by @renatomello in #1461 - Remove deprecation warning, remove old
draw
, and renamedisplay
asdraw
inCircuit
class by @renatomello in #1464 - Fix definition of
fidelity
inquantum_info.metrics
by @renatomello in #1463 - Add
classical_tsallis_relative_entropy
toquantum_info.entropies
by @renatomello in #1469 - Remove circular dependency between
MeasurementResult
andM
gate by @BrunoLiegiBastonLiegi in #1465 - Extend
meyer_wallach_entanglement
tondarrays
by @AlejandroSopena in #1451 - Add
partial_transpose
toquantum_info.linalg_operations
by @renatomello in #1462 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1477
- Add
calculate_singular_value_decompositon
as a backend method by @renatomello in #1473 - Add
negativity
toquantum_info.entanglement
by @renatomello in #1456 - Optimizations for the
qibo.quantum_info.basis.pauli_basis
andvectorization
function by @BrunoLiegiBastonLiegi in #1459 - Add hook to check toml files by @alecandido in #1480
- Fix bug in
quantum_info.linalg_operations.matrix_power
for negative powers of singular matrices by @renatomello in #1472 - Fix
pytorch
gradients by @Simone-Bordoni in #1450 - Skipping controlled
try/except
forM
gate infrom_dict
by @BrunoLiegiBastonLiegi in #1483 - Avoid logging for missing backends by @alecandido in #1486
- Add
hilbert_schmidt_inner_product
toquantum_info.metrics
by @renatomello in #1476 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1488
- Add
quantum_fisher_information_matrix
toquantum_info.metrics
by @renatomello in #1487 - Add (state) Schmidt decomposition to
quantum_info.linalg_operations
by @renatomello in #1471 - Internal global backend
_Global
by @csookim in #1440 - Add
relative_tsallis_entropy
toquantum_info.entropies
+ fix torelative_von_neumann_entropy
by @renatomello in #1470 - Add
GHZ
circuit function by @mho291 in #1499 - Enabling plot circuit resolution through
dpi
argument by @MatteoRobbiati in #1435 - Migrating TensorFlowBackend to Qiboml by @MatteoRobbiati in #1479
- Add
to_stinespring
toquantum_info.superoperator_transformations
by @renatomello in #1492
Full Changelog: v0.2.12...v0.2.13