Skip to content

Commit

Permalink
add new functions to docs and add necessary packages to src/runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
cgois committed Jul 23, 2024
1 parent bb898ec commit 69b9e85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ partial_transpose
permute_systems!
permute_systems
cleanup!
symmetric_projection
orthonormal_range
permutation_matrix
```

## Entropy
Expand All @@ -33,6 +36,7 @@ conditional_entropy
```@docs
schmidt_decomposition
entanglement_entropy
entanglement_dps
```

## Measurements
Expand Down
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
using Ket
using LinearAlgebra
using SparseArrays
using CyclotomicNumbers
using DoubleFloats
using Quadmath
using Test
import Random
import SCS

include("basic.jl")
include("entropy.jl")
Expand Down

0 comments on commit 69b9e85

Please sign in to comment.