Skip to content

Commit

Permalink
beautiful docs again
Browse files Browse the repository at this point in the history
  • Loading branch information
araujoms committed May 20, 2024
1 parent f325889 commit cab3686
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 10 deletions.
1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Manifest.toml
build/
src/index.md
34 changes: 24 additions & 10 deletions docs/src/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ gell_mann!
cleanup!
```

## States
## Entropy

```@docs
phiplus
psiminus
isotropic
anti_isotropic
entropy
binary_entropy
relative_entropy
binary_relative_entropy
```

## Measurements
Expand All @@ -28,6 +28,7 @@ anti_isotropic
sic_povm
test_sic
dilate_povm
povm
mub
test_mub
```
Expand All @@ -44,6 +45,14 @@ probability_tensor
fp2cg
```

## Norms

```@docs
trace_norm
kyfan_norm
schatten_norm
```

## Random

```@docs
Expand All @@ -54,12 +63,17 @@ random_povm
random_probability
```

## Entropy
## States

```@docs
entropy
binary_entropy
relative_entropy
binary_relative_entropy
phiplus
psiminus
isotropic
anti_isotropic
```
## Internal functions

```@docs
Ket._partition
Ket._fiducial_WH
```

0 comments on commit cab3686

Please sign in to comment.