We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3be671 commit 3773c03Copy full SHA for 3773c03
CHANGELOG.md
@@ -1,7 +1,8 @@
1
# News
2
3
-## v0.3.9 - 2025-04-03
+## v0.3.9 - 2025-04-20
4
5
+- Improvements to implementation of `entropy_vn`.
6
- Deprecate `equal_bases`.
7
- Add `GabsRepr` type for representations in Gabs.
8
src/metrics.jl
@@ -10,7 +10,8 @@ wherein it is understood that ``0 \\log(0) \\equiv 0``.
10
Consult specific implementation for function arguments and logarithmic basis.
11
"""
12
function entropy_vn end
13
-
+# avoids causing a breaking change in QuantumOpticsBase.jl
14
+entropy_vn(::StateVector; kwargs...) = 0
15
16
Calculate the joint fidelity of two density operators, defined as
17
0 commit comments