Skip to content

Commit d777c06

Browse files
committed
minor change in docs
1 parent 7dcbf35 commit d777c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/users_guide/states_and_operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ coherent_dm(5, 1.25)
161161
thermal_dm(5, 1.25)
162162
```
163163

164-
`QuantumToolbox` also provides a set of distance metrics (see section [Entropy and Metrics](@ref doc-API:Entropy-and-Metrics) in API page) for determining how close two density matrix distributions are to each other. Included are the [`fidelity`](@ref), and trace distance ([`tracedist`](@ref)).
164+
`QuantumToolbox` also provides a set of distance metrics for determining how close two density matrix distributions are to each other. For example, [`fidelity`](@ref), and trace distance ([`tracedist`](@ref)) are included. For more metric functions, see section [Entropy and Metrics](@ref doc-API:Entropy-and-Metrics) in the API page.
165165

166166
```@example states_and_operators
167167
x = coherent_dm(5, 1.25)

0 commit comments

Comments
 (0)