Skip to content

Commit c30cdfc

Browse files
committed
add reference for hilbert_dist
1 parent 13071e1 commit c30cdfc

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

docs/src/resources/bibliography.bib

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,18 @@ @book{Wiseman2009Quantum
8181
year={2009},
8282
month=nov
8383
}
84+
85+
@article{Vedral-Plenio1998,
86+
title = {Entanglement measures and purification procedures},
87+
author = {Vedral, V. and Plenio, M. B.},
88+
journal = {Phys. Rev. A},
89+
volume = {57},
90+
issue = {3},
91+
pages = {1619--1633},
92+
numpages = {0},
93+
year = {1998},
94+
month = {Mar},
95+
publisher = {American Physical Society},
96+
doi = {10.1103/PhysRevA.57.1619},
97+
url = {https://link.aps.org/doi/10.1103/PhysRevA.57.1619}
98+
}

src/metrics.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ Calculates the Hilbert-Schmidt distance between two [`QuantumObject`](@ref):
4747
``D_{HS}(\hat{\rho}, \hat{\sigma}) = \textrm{Tr}\left[\hat{A}^\dagger \hat{A}\right]``, where ``\hat{A} = \hat{\rho} - \hat{\sigma}``.
4848
4949
Note that `ρ` and `σ` must be either [`Ket`](@ref) or [`Operator`](@ref).
50+
51+
# References
52+
- [Vedral-Plenio1998](@citet)
5053
"""
5154
function hilbert_dist(
5255
ρ::QuantumObject{ObjType1},

0 commit comments

Comments
 (0)