Skip to content

Commit f9171c6

Browse files
Fe-r-ozKrastanov
andauthored
add mutual_information (#58)
Co-authored-by: Stefan Krastanov <[email protected]>
1 parent f7aaafa commit f9171c6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# News
22

3+
## dev
4+
5+
- Declare `mutual_information`, without any implemented methods.
6+
37
## v0.3.10 - 2025-04-21
48

59
- Deprecate `PauliBasis` as it is identical to `SpinBasis(1//2)^N` but without the compatibility with `CompositeBasis`.
@@ -62,4 +66,3 @@
6266
## v0.1.0
6367

6468
- first release, bringing over interfaces from `QuantumOpticsBase`, `QuantumClifford`, `QuantumSavory`, and `QuantumSymbolics`
65-

src/QuantumInterface.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ function embed end
1919

2020
function entanglement_entropy end
2121

22+
function mutual_information end
23+
2224
function expect end
2325

2426
function identityoperator end

0 commit comments

Comments
 (0)