Skip to content

Commit

Permalink
docs for vumps trunc
Browse files Browse the repository at this point in the history
  • Loading branch information
stecrotti committed Dec 9, 2024
1 parent 0755466 commit 3818a23
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion docs/src/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,16 @@ symmetrized_uniform_tensor_train
periodic_tensor_train
```

## SVD Truncators
## Truncators
```@docs
SVDTrunc
TruncThresh
TruncBond
TruncBondMax
TruncBondThresh
```

### Infinite Tensor Trains
```@docs
TruncVUMPS
```
2 changes: 1 addition & 1 deletion src/TensorTrains.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ include("periodic_tensor_train.jl")
# Uniform Tensor Trains
include("UniformTensorTrains/uniform_tensor_train.jl")
include("UniformTensorTrains/transfer_operator.jl")
include("UniformTensorTrains/vumps_trunc.jl")
include("UniformTensorTrains/trunc_vumps.jl")

end # end module
File renamed without changes.

0 comments on commit 3818a23

Please sign in to comment.